Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
ColdFusion Anyone?
I am Trying to find someone to get me started on the right path in consuming my products via ColdFusion.
I have some sample code that I have been experimenting with here:
I can do this...
<cfscript>
stUser = structNew();
stUser.email = "xxx";
stUser.password = "xxx";
stUser.account = "xxx";
stUser.role = 31;
ws = createObject("webservice", "https://webservices.netsuite.com/wsdl/v2_5_0/netsuite.wsdl");
</cfscript>
And if I dump the ws variable I get something like this....
Methods:
add (returns com.netsuite.webservices.platform.messages_2_5.WriteResponse)
get (returns com.netsuite.webservices.platform.messages_2_5.ReadResponse)
..
..
login (returns com.netsuite.webservices.platform.messages_2_5.SessionResponse)