Hi guys,
My apex version is 18.2
I'm using interactive grid.
This IG is filled with a collection.
My interactive grid has normally 6 columns and 8 lines and the reason why Im using collection is because each combination of line and column has to be saved on another table and sometimes , based on user choices, the IG can have more ou less columns.
My intention is to use the automatic process of IG, and save the collection.
After that use another process to save the content of collection into a table.
But Im getting insuficient privilege error on 'interactive grid - automatic row processing (dml)' process.
Is that possible to use IG with collection?
What kind of privilege is necessary for update a collection using IG?
thanks for any help
Robson/Brazil