How to implement a UI Action that opens a pop up modal, maps RITM variables, and dynamically creates
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
13m ago
I have a requirement wherein, I want to create a UI Action and after clicking
on this button should it should create a modal pop-up.
On the pop-up modal, I want all the variables from SCTASK to populate, except one variable that is 'Credit and Rebill Reason' which the user should select on the popup modal itself.
After submitting this popup modal, the variable named "Related Alliance Issue" should be populated, on the old RITM/SCTASK, with the "Credit and Rebill Reason" that was selected on the modal. Then, a new RITM should be created under the same REQ, with these new details . The REQ should not close until ALL RITMs are closed.
A user should be allowed to click the "Additional Issue" button multiple times (and a new RITM should be generated every time). If clicked a second time and submitted, the "Credit & Rebill Reason" from the modal should be appended to the existing "Related Alliance Issue" field. For example, if the button is clicked and submitted, then "Related Alliance Issue" = "Reason A". If the button is clicked and submitted again, then "Related Alliance Issue" = "Reason A, Reason B"
