UI Action Script to Populate Story with checklist items from Enhancement Record
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2025 02:43 PM
I am tasked with creating or rather "updating" a current UI action.
It's for our "create a story" UI action from an enhancement record.
Our BAs will create a checklist on the enhancement record (it will not be a template and will be specific to each enhancement).
Upon the Create a Story UI action, I need the checklist item that were on the Enhancement record to populate to the Story checklist.
Any ideas now to achieve this?
Thanks in advance.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2025 01:41 PM
Hi, because a checklist can't exist until the record is saved, your business analyst would need to use the create story UI action and save the story before they could see the checklist.
Would this limitation be suitable?
If so, you could modify the UI action to copy the checklist information across. However, would you want this behaviour whenever a story is created from an enhancement? Thinking long term, you could have a flow that auto-creates stories....would you want this checklist behaviour to work there? If so, an after business rule might be a better solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2025 12:04 PM
Hi Kieran,
I did modify the UI action script.
That's where my stuggle is as my scripting is still being developed:
Here is what I have so far that does not appear to be working.
Only showing what was added.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2025 01:22 PM
Could you share the full UI action script? I'm not sure whether this is a fully custom UI action or something previously modified that you're also modifying.
Is the UI action set to "client" (is the box checked?)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2025 01:58 PM
Hello Kieran,
Client is "not" checked for the UI action.
I am modifying an existing UI action script, that was already rather lengthy.
Here is the entire script. I put in bold what I added.