Fields on the popup for the preview this record button

Poorva Bhawsar
Mega Sage

Hi Community,

 

How to modify the fields on the popup window when user clicks on the preview this record button "i icon"?

 

Thanks,

Poorva Bhawsar

1 ACCEPTED SOLUTION

Robbie
Kilo Patron
Kilo Patron

Hi @Poorva Bhawsar,

 

You can easily update the popup display by navigating to the form view for the given table:

 

Within the URL, append the following to your URL:

<your_instance_name>/<table_name>.do?sysparm_view=sys_popup

 

For the incident record popup, it would look like this:

<your_instance_name>/incident.do?sysparm_view=sys_popup

 

From here, right click at the top of the form to change the 'Form layout' and adjust accordingly.

 

To help others (or for me to help you more directly), please mark this response correct by clicking on Accept as Solution and/or Helpful.

 

Thanks, Robbie

View solution in original post

8 REPLIES 8

go to form of that table>>form layout>>select view and add required fields.

Robbie
Kilo Patron
Kilo Patron

Hi @Poorva Bhawsar,

 

You can easily update the popup display by navigating to the form view for the given table:

 

Within the URL, append the following to your URL:

<your_instance_name>/<table_name>.do?sysparm_view=sys_popup

 

For the incident record popup, it would look like this:

<your_instance_name>/incident.do?sysparm_view=sys_popup

 

From here, right click at the top of the form to change the 'Form layout' and adjust accordingly.

 

To help others (or for me to help you more directly), please mark this response correct by clicking on Accept as Solution and/or Helpful.

 

Thanks, Robbie

Its working fine. Thanks

No worries - Happy to help. Have a good day.