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?
Solved! Go to Solution.
You may look into using the Validator widget. https://support.ptc.com/appserver/cs/view/solution.jsp?n=CS250781&lang=en_US
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.
You may look into using the Validator widget. https://support.ptc.com/appserver/cs/view/solution.jsp?n=CS250781&lang=en_US