Hello,
I am manipulating a custom lookup form, by adding checkbox on that lookup.
Everything is fine, but AX "thinks" that I modify the table on the grid on the lookup, and everyone that has not full access permission to that table cannot do nothing with the checkbox.
The checkbox is an edit method that doing update to a temporary table, that everyone has access to it.
I don't need any full access to that table (only view is necessary), since I update nothing.
How can I solve the above problem?
Thanks :)