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!
Connecting a SuiteTalk application to a RESTlet
I have a SuiteTalk application developed in C# that handles order imports. I need to be able to connect the application to NetSuite so I can manually launch the imports in the event of a failure from within the user interface. I am not familiar with writing a listener application in C# so I am looking for some pointers in how I could get this to work.
How I think it would work: I am envisioning that the button push in NetSuite would make a request to the SuiteTalk application which would in turn start the task in question.
My questions: