- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2025 02:50 PM
Hello Gurus,
By changing the field value of order is not changing the position of UI action button on form.
The Delete UI action button's position is fixed at the left side of the form which is covered by another UI action button.
Any idea, tips or advice is greatly appreciated.
Thank you.
-abrouf
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2025 02:38 PM
The issue has been resolved by adding this line to the client script and such way was able to move the button 230px left.
button.style.left = '230px';
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2025 04:59 PM
I am guessing you are modifying the wrong UI action record if you are not seeing any change in location. If you have SN Utils installed and double-click on the form or use the slashcommand /tn, you should see a ? appear next to the UI action. This points to the exact UI action that is displaying.
Make sure you are modifying a UI action that has the Form button box checked.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2025 10:19 AM
Thank you jc21, no, it's not wrong UI action, I have renamed it as Remove, FYI- other two UI actions are created by widget and client script those are overlapping my UI action.
Any further idea or advice are greatly appreciated.
Thank you.
-abrouf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2025 10:24 AM
So does that mean that you are referring to the portal form widget? UI actions are a little more complex when on the portal (compared to the back-end form view). There should be a related list at the bottom of the UI action to control its portal visibility.
Please share a few screenshots that may help me gain an understanding. Please embed them into your reply rather than uploading them as files I'd have to click on and open separately.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2025 12:40 PM
My bad! good catch, yes, it's on Service portal where the button Remove is hidden by Transfer button, please see attached screenshot.