Small UI action script. Adds a “Favorite” button to all forms, allowing you to save a link to the current record as a favorite.
favorites_2026-05-12 12_45_38.sop (1.8 KB)
You can slightly modify the script to make it server-side; the functionality will remain the same, but the entire page will reload instead of just the menu.
[SIMPLE] add button favorites ☆_2026-05-15 13_51_33.sop (1.6 KB)
The script was intentionally made client-side, as it allows preserving the full URL of the current page. This enables maintaining the form’s displayed appearance, as well as any fields passed via URL parameters, which is useful for debugging. Also, ss.ss.setRedirect() forcefully reloads the page, which may result in the loss of modified but unsaved form data.
Unfortunately, our WAF protection is triggered when using a client-side script with server-side execution, but we will try to convince the Information Security team to allow this usage.
Well, the main idea is what matters. How it will ultimately be implemented depends on many factors, including personal preferences and the weather on Mars ![]()
