Parameters
- feature
- BenSelect Feature as string or int
Return Value
True/FalseJScript | Copy Code |
---|---|
// Check to see if feature is available if (Event.Case.IsFeatureLicensed("PayHistoryTab")) Event.Value = "Pay History tab licensed"; else Event.Value = "Pay History tab not licensed"; |
This method is going to work only if the correct feature param is provided
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family