Leave application from isnot editable in UI

0
I am developing one app that is employee leave management application. if i run my application and view in UI then clicked on Apply leave i am unable to edit fields from the form.
asked
1 answers
0

Hi Veena,

 

Check the entity access for the entity for logged in user.

Check the access for each attribute level.

Checked the parameter, it should not be empty/ null. Debug if object is not empty before the show page activity in the microflow if you redirecting there .

 

 

answered