As described in the documentation, the state column can be used in combination with a table consisting of retrieved columns.
With which table related notifies does the feature work?
Is there any documentation on how to use this feature when setting the data from within a QAction?
A) FillArray? Will it then not delete the unprovided primary keys, but simply update the state to deleted?
B) FillArrayNoDelete? Will this just update the state to deleted for the unprovided primary keys?
C) FillArrayWithColumn?
D) Add/Set Row?
E) SetParameterIndexByKey?
Should be verified but from what I recall it can only work for calls where you provide all data in bulk, meaning it cannot work with option B/D/E.
It works with option A, state will indeed be put to deleted then depending if you configured options";delete".
I'm not 100% sure if option C will work.