ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
Field LabelAPI NameTypeHelp TextFormulaAttributes
2
Active Bookingmaica_cc__Active_Booking__cFormula (Checkbox)Indicates that this is the active Service Booking record for the Participant.AND(
TODAY()>= maica_cc__Start_Date__c,
TODAY()<= maica_cc__End_Date__c,
ISPICKVAL(maica_cc__Status__c, "APPR")
)
Required
3
Booking Typemaica_cc__Booking_Type__cPicklist (Plan Managed; Standard Booking)
4
Budget Statusmaica_cc__Budget_Status__cFormula (Text)IMAGE(
IF( maica_cc__Total_Remaining__c < 0, "/resource/maica__Vertic_Images/cancel.png",
IF(maica_cc__Total_Allocated__c = maica_cc__Total_Expenditure__c, "/resource/maica__Vertic_Images/checked.png",
"/resource/maica__Vertic_Images/checked.png"
)
),
"")

+

IF( maica_cc__Total_Remaining__c < 0, ' - Over Budget',
IF(maica_cc__Total_Allocated__c = maica_cc__Total_Expenditure__c, ' - Budget Completed', ' - Under Budget')
)
5
Created By IDCreatedByIdLookup (User)Required
6
Created DateCreatedDateDatetimeRequired
7
Days into Funding
maica_cc__Days_into_Funding__c
Formula (Double)The number of days into the current Funding periodtoday() - maica_cc__Start_Date__c
8
DeletedIsDeletedCheckboxRequired
9
End Datemaica_cc__End_Date__cDate
10
Fundingmaica_cc__Funding__cLookup (Maica_Cc__Funding__C)
11
Funding Period Progress
maica_cc__Funding_Period_Progress__c
Formula (Percent)Indicates the percentage of completion for the current Funding periodMAX(0, MIN(100, IF(
maica_cc__Start_Date__c > TODAY() ,0,IF(maica_cc__End_Date__c < TODAY(),1, (TODAY() - maica_cc__Start_Date__c) / (maica_cc__End_Date__c - maica_cc__Start_Date__c))
)))
12
Funding Period Remaining
maica_cc__Funding_Period_Remaining__c
Formula (Percent)The percentage of time remaining in the Funding PeriodMIN(1, MAX(0, (1- ((maica_cc__End_Date__c - maica_cc__Start_Date__c)-(maica_cc__End_Date__c - TODAY()))/(maica_cc__End_Date__c - maica_cc__Start_Date__c))))
13
Last Activity DateLastActivityDateDate
14
Last Modified By IDLastModifiedByIdLookup (User)Required
15
Last Modified DateLastModifiedDateDatetimeRequired
16
Last NDIS Syncmaica_cc__Last_NDIS_Sync__cDatetime
17
Last Referenced DateLastReferencedDateDatetime
18
Last Viewed DateLastViewedDateDatetime
19
NDIS Referencemaica_cc__NDIS_Reference__cText (100)
Unique, External ID, Case Sensitive
20
Participantmaica_cc__Participant__cLookup (Contact)Required
21
Provider Comments
maica_cc__Provider_Comments__c
Textarea (255)
22
Record IDIdId (18)Required
23
Rejection Notesmaica_cc__Rejection_Notes__cText (255)
24
Rejection Reasonmaica_cc__Rejection_Reason__cPicklist (Change is not acceptable per agreement; No capacity to fulfil; Not enough funding committed; Service not available; Other)
25
Revised End Date
maica_cc__Revised_End_Date__c
Date
26
Service Booking IDNameText (80)Required
27
Start Datemaica_cc__Start_Date__cDate
28
Statusmaica_cc__Status__cPicklist (In Process; Awaiting Participant Approval; Awaiting Provider Approval; Change Awaiting Participant; Change Awaiting Provider; Rejected; Approved; Completed; Deleted)
29
System ModstampSystemModstampDatetimeRequired
30
Total Allocatedmaica_cc__Total_Allocated__cFormula (Currency)
31
Total Expendituremaica_cc__Total_Expenditure__cFormula (Currency)maica_cc__Total_Allocated__c - maica_cc__Total_Remaining__c
32
Total Remainingmaica_cc__Total_Remaining__cFormula (Currency)
33
Utilisationmaica_cc__Utilisation__cFormula (Percent)maica_cc__Total_Expenditure__c / maica_cc__Total_Allocated__c
34
Utilisation Remaining
maica_cc__Utilisation_Remaining__c
Formula (Percent)maica_cc__Total_Remaining__c / maica_cc__Total_Allocated__c
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100