Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Name and Link to API DocCode Example
add
addOrUpdate
createNewRevision
delete


Code Block
languagegroovy
api.delete("PX", ["id": existingRecord, "name": "ActivePrice"])


update
updateCalculableObjectHeader


Order

The order of api.delete/update/add operations is NOT defined by the order in which they are called in the code. The only sequence that you can rely on is the sequence across elements. So if you need to define a sequence, you need to place the operations into separate elements.

...