- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2022 09:58 AM
I have two custom UI actions on one form and need them to both process separately, but the second custom ui action processes on both custom form buttons. I am absolutely sure the solution is simple, I just can't seem to sort out what I need to do in my script or the condition statement.
Assistance would be great, thank you!
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2022 10:50 AM
You need to have the function name doubleCheck() different names instead of one name for each UI action.
SO change the function name in the onClick and the script to a different name for one of the UI actions.
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2022 10:19 AM
@Paul McCurnin
I would love to help but the information is not enough.
Sharing the UI actions screen would help a lot.
If I helped you with your case, please click the Thumb Icon and mark as Correct.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2022 10:28 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2022 10:44 AM
You need to have the function name doubleCheck() different names instead of one name for each UI action.
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2022 10:40 AM
@Paul McCurnin
Thank you. When you share a UI action screen it is important to show the whole page since the name, order, action name, etc. are important to diagnose the kind of issue you are presenting.
Having said that, I understand these TWO buttons (UI actions) are showing on the form (assuming these UI actions have checkmarks on form button, etc.) of whatever table they are in.
The first will only show to users that belong to two specific groups. I suggest you to enter the sys_ids of the groups instead of the names. The UI action will not work if they change the names of the groups.
The second one will only show IF the u_box_com_folder is true.
I am still not seeing what your issue is or how/when do you want to show them.
If I helped you with your case, please click the Thumb Icon and mark as Correct.