Support Category
Represents the NIDS Support Category a Support Items or Service Booking may be associated with.
Fields & Relationships
The table below provides a comprehensive overview of all fields and relationships for the Support Category object in Maica. Please refer to the table below for detailed information.
Click here to view and download the complete Support Category Schema.
Validation Rules
The list below outlines the Validation Rules applied to the Shift Object in Maica.
Please refer to the list below for more detailed information on each Validation Rule.
Category Number and Support Purpose Required When Category Source is NDIS
Ensures that a Category Number and Support Purpose is provided when the Category Source is NDIS.
Rule Name
VAL_SUPPORT_CATEGORY_0001
Error Message
VAL_0001: Please ensure that Category Number and Support Purpose are provided when the Category Source is NDIS.
Error Location
Top of Page
AND(
ISPICKVAL(maica_cc__Funding_Source__c, "NDIS"),
OR(
ISPICKVAL(maica_cc__Support_Purpose__c, ""),
ISBLANK(maica_cc__Category_Number__c)
)
)
Last updated
Was this helpful?