Alex Pilgun
02/08/2022, 9:26 AMbattk
02/09/2022, 12:15 AMAlex Pilgun
02/10/2022, 3:59 PMonly modify the fields that you want to set, dont try to set all of themsure thing, I am talking only about specific field that I need to set via SOAP - ApprovalStatus for Transaction. So it's really not good when somebody changed it via UI (e.g. to Rejected) and then SOAP call updates it (e.g. to Approved).
noso the best I can do is to get a transaction before update and ignore the cases when transaction gets modified between get and update calls? Is there any link to documentation so I could officially lose hope? 🥲
battk
02/10/2022, 7:46 PMbattk
02/10/2022, 7:47 PMbattk
02/10/2022, 7:47 PMbattk
02/10/2022, 7:54 PMAlex Pilgun
02/11/2022, 11:56 AMgenerally you really only want to do updates in one system and send updates one directionsure thing, but we are talking about ERP system which position themselves as single source of truth for all business data and is supposed to treat API as first-class citizen so I was wondering how come they just didn't replicated the locking mechanisms they already have on UI to API.
battk
02/11/2022, 8:07 PMbattk
02/11/2022, 8:09 PM