How can we create a link on Catalog item Form and open required Table with conditions?

VIKAS45
Tera Guru

How can we create a link on Catalog item Form and open required Table with conditions?

1 REPLY 1

Riya Verma
Kilo Sage
Kilo Sage

Hi @VIKAS45 ,

 

Hope you are doing great.

 

  1. You can add  a link in  catalog item form by creating a new variable of type "Label" or "HTML" to serve as the link. This variable will display the link on the form.
  2. Configure the link: Set the value of the variable to the HTML code that generates the link. You can use HTML anchor tag <a> for this purpose.

  3. Specify the URL: Set the "href" attribute of the anchor tag to the URL that opens the target table with conditions. In this case, we want to open the incident table with specific conditions.
    below is script for reference:

 

<a href="/incident_list.do?sysparm_query=YOUR_CONDITIONS_HERE">Open Incidents</a>

 

 

Please mark the appropriate response as correct answer and helpful, This may help other community users to follow correct solution.
Regards,
Riya Verma