Hello and thank you for reading.
I have set a Workflow on D365 Finance & Operations.
When a user gets a notification on the action center and clicks on "View" to see the work items:
my form opens but the Grid is not visible :
The user can only see it if they click on the title "Approval monitoring", then the grid appears :
How can I get the form to open with the grid visible ?
Is it a problem with the notification or the form ? The design of the form is "Details Transactions".
The Display menu item calling this has "Form view option" set to "Grid", when I call that manu item directly I get the grid directly.
I tried to set "Form view option" in code in the init() method of the form, but it doesn't work, it doesn't change it to Grid :
formVOption is still "Auto".
Thanks for helping me.