- 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-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';