When pushing a transaction to NetSuite via SuiteTa...
# suitetalkapi
g
When pushing a transaction to NetSuite via SuiteTalk (SOAP 2024_2), should we expect the currency field to update if the transaction already exists in NetSuite? In the update case, currency doesn’t seem to change. Just checking if anyone knows what the expected behavior is.
r
I don't think the system will let you change the currency on most transactions once it's saved initially, via the API or UI. It definitely won't once there is some transaction linked to it, but I just tried in the UI and I can't change it there, so it's doubtful that the API would allow it since usually the functionality is the same.
g
Thx! So I was able to change currency in the UI for pending approval transactions, so sounds like what you're referring to are the already approved ones. Correct? Thanks again for getting back to me on this
r
It would make sense to me that the approved ones wouldn't be changeable, yes. Basically if the API isn't doing it how you're expecting, I always just check to see if it's something the UI allows. If not, that will generally explain it since it's just an overall system limitation.
👍 1