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.

Variables Not Visible on Service Portal Record Form

mjeeshan
Mega Contributor

Hi,

I created a Record Producer and mapped it to a custom table. I also created a new view named "Service Portal" and added a Variable Editor. On the platform view, all variables are visible (as shown in the screenshot below).

mjeeshan_0-1763556306372.png

However, when I open the same record on the Service Portal, it shows “No variables associated with this record.”

mjeeshan_1-1763556370716.png

 

I also referred to this link: https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0715845

and confirm that the questions/variables are visible in the related table.

mjeeshan_2-1763556514519.png

 

Can someone please help me understand how I can display these variables on the portal form?

1 REPLY 1

PDawg
Tera Expert

Portal uses different setup than the backend so I think you need to do it from Standard Ticket Configuration table.

Take the example of sc_req_item and build your own version for your custom record.

The variables are displayed using the Variable Summarizer which you can see on sc_req_item is added under a Tab configuration:

PDawg_0-1763561135491.png