157
Views
7
Comments
How to disable link
Question
Service Studio Version
11.54.1 (Build 62118)

Hello. I just want to ask how to set a link to disabled?

2024-12-10 04-40-04
Gitansh Anand

Hi @Mikhel Dela Cruz, You can set a link's enable or disable status with the "Enabled" property of the link (refer to the image below).

Thanks
Gitansh Anand

2025-09-25 14-38-22
Lokesh Kumar Yadav

You have unlink the link or in the link property you can false the enable section


2018-08-26 20-34-32
Pankaj pant

Adding to @Gitansh Anand  comment if you need to do for some specific condition you can use expression editor to make that work based on the conditions.


BR,

Pankaj

2024-09-12 02-43-38
Deepsagar Dubey

Hi @Mikhel Dela Cruz 

You can set the Link Enabled property to False then it'll not be enabled, additionally if you want conditional link then you can use If widget.

I hope it'll help you,

Thanks 

Deep

2023-01-26 16-03-24
Ana Agostinho

Hello Mikhel Dela Cruz, 
So, basically, you have two properties at the link widget: 

  • Enabled: Boolean literal or expression that defines if the widget is editable;
  • Visible: Boolean literal or expression that defines if the widget is displayed.

So, if you want to disabled a link you can put a condition on the Enabled property to control it. 
Anyway, if you need, take a look to the following documentation:

Best regards, 
Ana

2025-09-24 12-14-56
Abhishek Sen

Hi @Mikhel Dela Cruz 

Please go through of link property where you can easily enable disable link

2021-10-01 12-43-46
N_SG

Hello @Mikhel Dela Cruz ,

As suggested above , you can disable by going in Link Property. 
Refer below oml for reference.

Hope this Helps

Thanks

Regards

N_G

Link.oml
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.