Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
CCarreiras
in reply to: Anonymous

Hi!!!

 

 

With iLogic:

 

SyntaxEditor Code Snippet

If (Parameter A) > 60 Then

Feature.IsActive("featurename")=True
Else 
Feature.IsActive("featurename")=False

End If
CCarreiras

EESignature