Duplicate button redirect on Employee center
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2025 08:41 AM
Hi,
I'm trying to configure the Duplicate UI Action to redirect the form page to the duplicate record on the employee center. However, the action.setRedirectURL does not redirect the form page to the duplicate record. The record is duplicated but stays on the original record.
Can this be done without the need to duplicate the widget? We are not allowed to configure if it's in global scope.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2025 11:50 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2025 01:04 AM
I tried it but the page still stays on the original record.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2025 03:56 AM
action.setRedirectURL will open it in same tab if you want to open in new tab use window.open(url, '_blank') or g_navigation.openPopup(url) in client side UI action script