My Stuff
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.…