Action not Authorized

devendranarun
Tera Guru

Hi,

Can anyone explain when do we get 'Action not Authorized' message while clicking on UI Action?

1 ACCEPTED SOLUTION

Shweta KHAJAPUR
Tera Guru

Hi,

It occurs when there is a issue with duplicate action name or condition you have placed in UI action. Refer below link for brief explanation,

Action not authorized

Please Mark my answer as correct/helpful if it helped.

Regards,
Shweta Khajapure

find_real_file.png
www.DxSherpa.com

View solution in original post

6 REPLIES 6

chike_a
Tera Contributor

For anyone still running into this issue,

 

I experienced this error when a UI Action called a 2nd UI Action to run server-side code. The 2nd UI Action's conditions weren't being met. I resolved by fixing the other UI Action's condition statement.

Nick43
Tera Contributor

More details on why this can occur in condition as @Shweta KHAJAPURE  mentioned above. 

If the condition field is being evaluated when the button is clicked and if the condition evaluates to false this error could occur. To summarize the button displays when the page loads as the condition evaluates to true but due to logic in condition field, it evaluates to false when the button is clicked.

Note: Condition field is not always when button is clicked.