My Stuff
Review our AI Community Guidelines before posting AI-generated or AI-assisted content. Verify accuracy and include the appropriate AI disclaimer.
Action Required: Review and submit pending reconciliation matches before the NetSuite upgrade to avoid rework. After 26.2, unsubmitted matches will be unmatched. For more details, see SuiteAnswers 1047397
Comments
-
I do not need to set them as they are already there. The rate and price level are returned from the read request with the original and correct values.
-
The initialize/initializeList is for converting one record type to another or for creating new records. In my case, I am not doing that. I am taking an existing sales order and changing the commit status of the line items. I am not initializing any new records. The record type stays the same nor creates any new records.…