Hi Chuck,
have a look at the concept of PendingActions (https://www.ibm.com/docs/en/filenet-p8-platform/5.5.x?topic=development-getting-started#gs_concepts__gs_instantiation). Multiple operations can be committed with one save operation.
- createInstance
- modifyProperties (only here attributes can be set with "settable only on create")
- save // commit with createInstance permissions
vs.
- createInstance
- save // first commit with createInstance permissions
- modifyProperties
- save // second commit with modifyProperties permissions
(@Nanda Pilaka: I don't think this is about batch updating - maybe somewhat related because of the transaction block).
regards
Christoph
------------------------------
Christoph Sünderkamp
------------------------------