When you create DOM instances in bulk (e.g 10 instances via domHelper.DomInstances.CreateOrUpdate(domInstances);)
Will it then trigger 10 times OnDomInstanceCrudWithFullMeta, or will it trigger it once with all of the dominstances.
Guess the first option, based on DOM best practices | DataMiner Docs, but wanted to check if there's a difference for the CRUD script when creating an instance one by one or if you do it in bulk.
Would like to be able to do the actions in the CRUD script in bulk as well.
hi Tim
At the moment the entry point will indeed trigger for each change. As recommended in the documentation it's best to avoid the need for those scripts if it's expected to have a lot of operations on DOM instances.