Adding "insert and stay" (copy existing record) UI action to SDCL Scrum Process module
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2015 07:40 AM
What is require to add "insert and stay" (copy existing record) UI action to SDCL Scrum Process module? That is, what is the effort and level of customization required and what are the risks?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2020 09:20 AM
if possible can you help with script or condition to write to stay on same page and copy created new number. as i tried different scripts that results are not expected.
Thanks,
chavan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2020 09:22 AM
Show what you have tried
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2020 09:32 AM
i have same script above
doInsertAndStay();
function doInsertAndStay() {
var
saveMe = current;
if
(typeof current.number != 'undefined' && current.number)
current.number = "";
// generate a new number
current.insert();
action.setRedirectURL(saveMe);
}
this one that creates new record but wont stay in same page