Edit ritm variables on service portal

lucky6
Tera Contributor

Hi Team,

We have a requirement to edit variables in additional details section in portal after request submission..by default these fields are readonly and I have tried onload client script as well but it is not working.

Can anyone help me on this

Thanks in advance..

5 REPLIES 5

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @lucky6 

 

Practically it is not a good use case, reason 

- Your Flow may use these variable to trigger the SLA or 

May have some approval on place or 

May sent out notification etc.

Also big challenge is Flow already attached and execution started.

 

if still want, need to create a new button on widegt

- get the request details back

- edit and resubmit.

 

It will be heavy custmization.

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

@Dr Atul G- LNG thanks for the reply..may I know where it is making read only in the current widget code?

Hi @lucky6 

 

Please check the standard ticket page. 

 

AGLearnNGrow_0-1709655330224.png

 

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

@Dr Atul G- LNG I don't see any code in the above screenshot which is making variables read only..