cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X

How to get the text displayed in label from Database only if the button is enabled?

bmarimuthu-2
1-Newbie

How to get the text displayed in label from Database only if the button is enabled?

Hi, 

  See  even " run comm tests " is disabled ,  I am getting text in system message.

How to get  the text displayed in label from Database only if the "Run communication Test" is enabled?

1 ACCEPTED SOLUTION

Accepted Solutions

2 REPLIES 2
ankigupta
5-Regular Member
(To:bmarimuthu-2)

Bavithraa Marimuthu​,

You must be using some boolean input to disable the Run Communication Tests button.

Just create a custom service which takes boolean input parameter (same that disables Run Communication Tests button) and returns result only when boolean value is false else empty result( when true).

I hope it helps.

Top Tags