Passing a url via a script

Cirrus
Kilo Sage

Happy new year!

Can anyone offer any advice on this please. I have a business rule to generate a task at a particular stage of the process. On the task form currently, I have a url type field, and the script passes the url as required, but it looks messy as it displays the full url from the line in the business rule - 

 

Is there a way to pass the url as text, like "Catalog item link"??

If not, can this be achieved using a different field type?

2 ACCEPTED SOLUTIONS

SumanthDosapati
Mega Sage
Mega Sage

Hey @Cirrus 

 

You can try the approach shared by Chuck in this below thread :

Hyperlink in URL field 

 

Mark as helpful and accept the solution if it does.

 

Regards,
Sumanth

View solution in original post

Ignore me, minor error in code. This works, thankyou

View solution in original post

3 REPLIES 3

SumanthDosapati
Mega Sage
Mega Sage

Hey @Cirrus 

 

You can try the approach shared by Chuck in this below thread :

Hyperlink in URL field 

 

Mark as helpful and accept the solution if it does.

 

Regards,
Sumanth

Thanks Sumanth. I can easily follow Chucks instruction to create the formatter, but I am still confused as to where I would pass the url to. Do I pass it to the u_information_links field and reference this in the formatter. As you can probably guess developer does not rate highly as one of my skills

 

Ignore me, minor error in code. This works, thankyou