Variables from customized form are not appearing in ServiceNow backend

Sunayana4
Tera Contributor

we've encountered some issues in our latest form. It is a form that contains several questions and field for the user to fill out and the form works as expected. The problem is that some of the fields of the form are not visible in the backend view of ServiceNow. This is a big problem. All the variables are visible in the form(portal) but in the ServiceNow backend only few are displaying. I have configured the form layout and could you see variable editor is selected which containing all these variables. Can someone tell me how to check the variables that are contained in the variable editor?  I just wanted to know is this issue because of that.

Sunayana4_0-1682070722629.png

 

Thanks,

Sunayana.

1 ACCEPTED SOLUTION

Kamil Smusz
Kilo Sage

Hi @Sunayana4 ,

 

Check all Catalog UI Policy and check if are marked to apply to Requested Item. Also check Catalog Client Scripts if you have anything in "isLoading" if.

 

To check variables assigned to Requested item you can go to sc_item_option_mtom table and modify List Layout to be like below. In that way you will see values also without going to other table.

KamilSmusz_0-1682071438758.png

 

View solution in original post

2 REPLIES 2

Kamil Smusz
Kilo Sage

Hi @Sunayana4 ,

 

Check all Catalog UI Policy and check if are marked to apply to Requested Item. Also check Catalog Client Scripts if you have anything in "isLoading" if.

 

To check variables assigned to Requested item you can go to sc_item_option_mtom table and modify List Layout to be like below. In that way you will see values also without going to other table.

KamilSmusz_0-1682071438758.png

 

Thank you so much @Kamil Smusz ,   Issue is related to UI Policies itself.