- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-29-2018 11:16 PM
Hi,
Can anyone explain when do we get 'Action not Authorized' message while clicking on UI Action?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-30-2018 02:45 AM
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,
Please Mark my answer as correct/helpful if it helped.
Regards,
Shweta Khajapure
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-08-2020 03:38 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-03-2021 06:33 AM
More details on why this can occur in condition as
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.