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.

How to fill up annotation field from business rule script

wakespirit
Kilo Guru

Dear all,

I am trying to display a clickable link on my task form in order to allow user to jum to a knowledge base article.

In have try to add a field of type URL, but the problem is that it shows the whole URL syntax instead of only the text needed.

I could not find a way to display just the text.

So I open my task form in design and add an Annotation field with HTML format. If I past directly in my generated link to my KB article, it works as expect and I get only KB45357 display and when I click I jump to my item

Q1 :

The question I have now is that has my annotation URL cannot be the same all time , how can I access from script the annotation field in order to change the link from script ?

Thanks for help

regards

1 ACCEPTED SOLUTION

we find the solution by implementing the Attached knowledge field into a form and associate a knowledge article to a task

thks

View solution in original post

10 REPLIES 10

we find the solution by implementing the Attached knowledge field into a form and associate a knowledge article to a task

thks