08-22-2013 12:20 PM
I've got a client that wants to do some custom SDK work to link Act! to another system they have for managing their client's contractual documents. They're debating hosting the database themselves or using a hosting provider. Would using a hosting provider limit their ability to connect to the database? I believe it would but want to confirm before I give them direction.
08-22-2013 01:33 PM
It's really up to whomever is providing the hosting whether or not they'll allow any outside plugins, with that being said I'm not aware of anyone using the hosted services that is also using third party add-ons. I may be incorrect in that regard, but again, that's just as far as I'm aware.
This goes without even mentioning that I have no idea what they infrastructure looks ilke or how they plan on approaching the development of this system, it may for purely logistical reasons be simpler to host it in house.
08-22-2013 05:55 PM
08-23-2013 10:36 AM
The real factor is whether they're going to have a remote or not.
With desktop Act!, SDK work is fairly straight forward and if Act! is installed locally, you can use the SDK no problem. You'd only need deal with field creation issues since that can only be done on the master, so sometimes that makes addons tricky. For example, QSalesData creates a lot of fields on installation, so initially you either need to do that before going hosted or your hosting provider will need to run that (although I believe RTG for example has a tool to apply that schema for you easily), but then from there you just run QSalesData with a remote.
If you're going straight web, all bets are off and there are limited addons (Designer is the only one I know) that works on web, and even then with limitations.
Len
08-23-2013 10:48 AM
08-23-2013 10:52 AM
Thanks everyone!