My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
Comments
-
The <name> value should be tranDate, not trandate. Jan
-
There is an enhancement request for this: 111136. Please enter a support case that would reference this enhancement so that it would carry more weight and get resolved sooner. Jan
-
You should be able to automate it to update using web services. There are the update() and updateList() operations that allow you to do this. They would require an internal id that references the record to be updated (returned in the query), and then all you need to do is populate a custom field object to set the checkbox,…
-
if you want all the sales orders, don't specify any search parameters. Typically, you will want to search for sales orders that were created within a certain dat range. There is no confirmation service. One way is to create a custom checkbox field (called processed) on the sale order, and once you have processed the…
-
We're having same problem. I have entered case # 443265. Thanks Jan
-
You cannot add new permissions to a customized customer center role. You can only edit existing permissions. This is also true for other limited finctionality roles such as the employee center role. Also, I believe that the WS permission is included in roles based on an "opt-out" strategy, rather than a "opt-in" strategy.…
-
Terry, I researched this, and found out the following: In v11, if you create a new customized customer center role, the Permissions > Setup > Web Services permission (full) is visible. In v10.6, if you create a new customized customer center role, the Permissions > Setup > Web Services permission is not present. In fact,…
-
BTW, the documentation for this API is incorrect (old). Jan