Need to populate the values from another table

Manasa Allu
Tera Contributor

Hi Team,

I am creating the Standard change request through the Request item table using UI action (create Standard Change)

ManasaAllu_0-1713364491186.png

 

Once the user clicks the standard change menu, it goes to the catalog item form.

ManasaAllu_1-1713364491293.png

 

The user selects one item from the list, it goes to the change form.

 

We have one field called "Related Sr" in the change form.

 

ManasaAllu_2-1713364491193.png

 

We need to populate this field automatically with the request item number.

 

Regards,

Manasa.

 

6 REPLIES 6

Hi Kristen,

 

It displays standard change catalog items sys id,

Ah - okay, make sure that the UI action is passing the sysparm_processing_hint - in my instance I see code that sets this to have three attributes in it: table, sysid, and field. You should be able to get this param and then parse it for the sysid value.