Hide the URL link

Lucky1
Tera Guru

Hello experts,

 

I have a URL type field on a form and I am setting up the URL dynamically from the workflow.

Is there a chance like, once the user clicks on the url link, then the link has to be disappeared.

Because once the user clicks the link, the action is already performed and why to show that link again and make it clickable again and again?

 

Can you please help me

 

 

Regards,

Lucky

12 REPLIES 12

Yeah, got it.

Even in the workflow after the activity, how can one say if the link has been clicked or not?

 

But one idea is like, in the url itself as we are passing some default values to new CR, I guess we can put some value to a field on the current CR task, and if the value is Yes we can hide the URL.

 

Need to work on it.

 

 

Regards,

Lucky

yeah @Lucky1 , as point 1 to set field value value once user click on link, once user click on link you can call fucntion and set field value to true. after which based on boolean field value you can proceed with ui policy

 

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

Yes Riya,

 

Can you tell me the logic how do we set the value to a field on Change task form when we click the link on the same form?

 

And plz note, the link when clicked it is taking to new CR (normal)

 

 

Regards,

Lucky