Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

Dialogue box with a question and answer on change form

Sriram34
Tera Contributor

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:

 

Sriram34_0-1698913099087.png

 

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

1 ACCEPTED SOLUTION

Danish Bhairag2
Tera Sage

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

 

View solution in original post

1 REPLY 1

Danish Bhairag2
Tera Sage

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