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.

Link in Record Producer form

pramodkumar
Tera Expert

Hi All,

Is it possible to place a clickable link on record producer form, clicking on it should show few variables? 

 

 

Thanks!

5 REPLIES 5

OlaN
Tera Sage
Tera Sage

Hi,

Not sure if I follow your question.

The desciption field of the record producer is a HTML field which can have clickable links in it for example.

Are you asking that one of the variables should be an URL and if you click it, it would render more/less options in the form?

@OlaN  Are you asking that one of the variables should be an URL and if you click it, it would render more/less options in the form? - Yes

Sorry, not possible with any of the OOB variable types.

In that case you would have to create your own custom type and use that.

However I cannot recommend this option as it will likely add more maintenance than value it will provide.

As a workaround, you could insert two variables, one checkbox that enables the logic of rendering of additional things on the form once checked, and one label that has a help text which contains the clickable link.

Example below:

variable-with-clickable-link.png