My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
-
Re: Unrestricted Saved Search not returning results for non-admin users on formula columns.
Thank you both for your insights, Permission for Find Transaction was already at full. I did not want to give them Core Admin Permissions. I have solved this with Tigran's solution by correcting…1 -
Re: Clarification on API “Cold Start” vs “Warm Start” Behavior in NetSuite (Invoice Creation via API)
What I've done in the past is create a custom record to store the body of the request from HubSpot. It should only take a moment to create. Then process that custom record with another script to…1 -
Re: SDK Error:Cannot find module '@oracle/suitecloud-unit-testing/services/SuiteCloudJestUnitTestRunner'
I was missing a package somehow. After running the following in the terminal, my project is now deploying properly. npm install --save-dev @oracle /suitecloud-unit-testing1 -
Re: Transaction Saved Search - Average Cost field not found.
https://community.oracle.com/netsuite/english/discussion/comment/16907062#Comment_16907062 Ah yea, I just tested this and it appears that the line item Average Cost is just the Item Record Average co…2 -
Re: how to assign the value of custom field from the "Apply" subtab to the cust_transaction_body_field?
I don't see this being possible with Workflow, you would likely need to script it. Payee Name is a column of a sublist, you can find out what its ID and sublist ID are by adding '&xml=t…1
