When a user submit the request, the RITM number should be autopopulated in the work notes.

priyanka58
Tera Contributor

When a user submit the request, the RITM number should be autopopulated in the work notes of that change request i.e. RITMXXXXXXXX is created.

18 REPLIES 18

Hi Anand,

 

 The RITM Number should be displayed on that particular change request form. 

 

 

 

--

Regards 

Sweenal 

Can you explain your scenario in details? I am not getting your requirement.

So my requirement was I have created a button on change request form and on click of button it will redirect to a catalog item in service portal.

After submiting the request the ritm number should autopopulate in the worknotes of that change request form.  which I have clicked the button on change request form.

Here in your solution you have given the sys_id so it will show all that RITM numbers in same change request form .

I need to display on every new change request form whenever i click in that button.

 

 

--

Thanks

Sweenal

Please Can you help me its urgent.

In the same UI Action script. First store the Change number using current.number and do a glide record on sc_req_item table and check the RITM which has been created via service portal just copy that in your change script.

Can you share your UI action script here?