XML mapping behaviour

3
What are the different kinds of XML mapping behaviour?
asked
1 answers
5
  1. Create (creates a new object)

  2. Find (retrieve the object and update it). Needs keys to retrieve the object and has three options when the object is not found: (1) create new, (2) give a warning, (3) give an error message.

  3. Custom (uses a microflow to define its behavior)

answered