Our product integrates externally with many NetSui...
# suitetalkapi
s
Our product integrates externally with many NetSuite account instances. We are looking to make setting up instances of our integration easier and more reliable. Do any of the available API's allow you to programatically access items in the "Setup" or "Customization" menus? For example, we would like to programatically check the "Account Concurrency Limit" under "Setup=>Integration Governance" in order to assure that it meets our minimum requirements. Another example would be, verifying under "Customization=>Scripting" that the proper scripts are present and deployed before beginning data operations.
a
I haven’t done it personally but I believe you have full access to setup via Web Services with the right permissions. I think there is a customization schema you can use.
b
you can use getAccountGovernanceInfo or getIntegrationGovernanceInfo to get concurrency limits
i dont think you can get script deployment information via suitetalk, you probably have to use suitescript for that
s
I will give it a try. Thank you.