Question 1: What is the simplest way to create a ...
# suitescript
a
Question 1: What is the simplest way to create a sales order using SOAP Webservices, purely for testing purposes? Is there any boiler plate code readily available? Question 2 : Do the entry points for a record (sales order) created via webservices run differently then when using the UI? I have a script that does a search on its own record in an afterSubmit. It works when I test it with records created in the UI, but it seems when the record is created webservices it doesn't work
s
For #2, check the context filtering on the deployment.
a
Thanks @Sandii. I meant the script runs but not in the same way.
My search on the record being created doesn't yield any results as a regular record does
b
Code should run the same
Make sure the same role is being used for both
Otherwise you can try sharing your code to see if you do anything unusual
Your suitetalk question is probably better asked in #C2K2RJNAC
l
For #1 try to have a look at bundle SOAP WS UI (ID: 40834)