Skip to main content
Planview Customer Success Center

IsFinancial Function

IsFinancial (field as Object) as Boolean

Category: Logical
Description: Returns TRUE if the given field requires financial permissions
Supported Context: BusinessRules
Parameters:  
field as Object Represents a specific object field
Returned value as Boolean Returns a boolean value, where "TRUE" indicates that the field specified in the "field" parameter is a financial field
Example #1

IsFinancial($PlannedBudget) returns > TRUE

IsFinancial($ProjectType) returns > FALSE