- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2023 01:20 AM
Hi all,
I had a requirement that once clicked "create new" button of change request in filter navigator.
It will open a interceptor as below:
After clicking on *Expedited change" it will open a change form.
Then it should open a dialogue box with a question and free text field to answer that.
After filling they will click OK.
Then the question and given answer should be populate in description field.
>>>> Please help me with this requirement
Thanks in advance
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2023 03:33 AM
Hi @Sriram34 ,
You can create a UI page first & then call that UI page whenever the form loads for expedited change & the state is new. This way UI page popup will only appear when change is in new state.
In your UI page u can create a label as question & multi line text as answer area & create one button. Once pressed it should update the entered value in description field of the change record
Thanks,
Danish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2023 03:33 AM
Hi @Sriram34 ,
You can create a UI page first & then call that UI page whenever the form loads for expedited change & the state is new. This way UI page popup will only appear when change is in new state.
In your UI page u can create a label as question & multi line text as answer area & create one button. Once pressed it should update the entered value in description field of the change record
Thanks,
Danish