Support Item
This object in Maica represents the Services to be delivered and are associated Support Categories.
Fields & Relationships
The table below provides a comprehensive overview of all fields and relationships for the Support Item 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.
Key NDIS Attributes Required When Funding Source is NDIS
Ensures key NDIS attributes cannot be null if the Funding Source equals NDIS
Rule Name
VAL_SUPPORT_ITEM_0001
Error Message
VAL_0001: When the Funding Source is NDIS, the following fields are required: Support Category, PACE Support Category, Support Item Number, Service Day, Service Time.
Error Location
Top of Page
AND(
ISPICKVAL(maica_cc__Funding_Source__c, "NDIS"),
OR(
ISBLANK(maica_cc__Support_Category__c),
ISBLANK(maica_cc__PACE_Support_Category__c),
ISBLANK(maica_cc__Support_Item_Number__c),
ISPICKVAL(maica_cc__Service_Day__c, ""),
ISPICKVAL(maica_cc__Service_Time__c, "")
)
)
Category Support Item or Bucket Cannot Be Related to Appointment Service Record
Ensures that a Category Support Item, or Bucket, cannot be related to an Appointment Service record.
Rule Name
VAL_SUPPORT_ITEM_0002
Error Message
VAL_0002: A Category Support Item, or Bucket, cannot be related to an Appointment Service record.
Error Location
Appointment Service
AND(
maica_cc__Bucket__c = TRUE,
NOT(ISBLANK(maica_cc__Appointment_Service__c))
)
Automation
Trigger Handlers
The list below outlines the Trigger Handlers applied to the Support Item Object in Maica.
Please refer to the list below for more detailed information on each Trigger Handler.
Support Item Service Validation
This trigger is designed to manage the validation of support item services in Maica.
Load Order
1
Label
SupportItemServiceValidation_MDTM
Support Item Unit of Measure
This trigger is designed to manage the unit of measure for support items in Maica.
Load Order
1
Label
SupportItemUnitOfMeasure_MDTM
Last updated
Was this helpful?