Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

How to map field value from portal to backend table field

Harshal Gawali
Giga Guru

Hello Everyone,

I am new to ServiceNow portal scripting. I have a requirement where I need to set region value to short_description field of "wu_appointment" table.

find_real_file.png

As per above snippet, End user will select the region for the cancellation of an appointment and it should autopopulated in the short_description field of "wu_appointment" table.

Following OOB widget and ng template are used for this functionality.

Widget :- Appointment Booking - Reselect

Ng Template :- appointment-cancel-modal

Can anyone know how to achieve this?

Any help would be appreciated.

Thanks,

Harshal.

2 REPLIES 2

rubina khatun2
Tera Expert
Hellow current.short_description(replace with correct variable name on RITM record) =producer.short_description(replace with variable name on record producer); Please mark my answer correct if it is resolve your query .

Hello Rubina,

Thanks for the reply. It is not related to catalog item. It is ServiceNow walk-up experience application requirement.