Save & Copy
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago
I created a Save & Copy button as a UI Action.
It works but puts the new record as a sub Tab on the original record.
If you click Details its the same information as the MyDay0008320.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
55m ago
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
50m ago
Try using action.openGlideRecord(current.getTableName(), newSysId); instead of action.setRedirectURL(url);. setRedirectURL() keeps it in the same workspace tab, so it opens as a sub-tab. openGlideRecord Should open the copied record as its own record/tab.