Skip to main content

I have task in the Universal GUI which gives me the following error.

I’ve checked the Chrome logs (HTTP 403 error) and the Indicium logs (empty) but I have absolutely no clue what is going wrong. What is happening here? I'm using Universal GUI 2021.1.13 and Indicium Universal 2021.1.16.

Hi René,

Could it be a Layout procedure that does not allow the Task to be executed?

403 happens when the Confirm button is read only or hidden and the task gets executed.


Hi René,

Could it be a Layout procedure that does not allow the Task to be executed?

403 happens when the Confirm button is read only or hidden and the task gets executed.

Thanks, I've found the issue. A task has a layout procedure which made a field mandatory, but the field wasn't visible and empty.

The description “action_not_allow” was a little bit cryptic, “mandatory field yfield_name] is empty” or something would be more clear 🙂.


Reply