Table Description
Service Plan: A type of plan that can be created within an organization to assist a client in achieving a goal.

A service plan can be associated with one or more integrated case types and can have one or more goals associated with it. This entity is focused on the administration of service plan types within the Service Planning Administration component.

Example

A case worker creates an Assistance integrated case for participant Linda Smith who has recently become unemployed. He creates a Return to Work service plan for her so that she can achieve her goal of Sustainable Employment. A Transportation sub-goal is added to the service plan as she is unable to pay for transport to get to work. A Childcare Provision plan item is added to the service plan to achieve the service plan sub-goal.

Linda also requires assistance paying for dependent childcare and as such a Childcare sub-goal is added to the service plan. Plan item Childcare Provision is added to the Childcare sub-goal.

The following has been set up in the Administration component to achieve to this:

  • An administrator creates a Return to Work service plan.
  • This service plan is linked to an Assistance integrated case.
  • A Sustainable Employment goal is then added.
  • Transportation and Childcare sub-goals are linked to the goal, and Mileage Reimbursement and Childcare Provision plan items are linked to the Transportation and Childcare sub-goals respectively.
This service plan and its associated components are now selectable as above for Assistance integrated cases.

Relationship Diagram
Click the diagram to manipulate and zoom. Traverse the diagram using Click-and-Drag motions.
Model Details
Location in Model: Logical View::MetaModel::Curam::ServicePlans::Administration::ServicePlan::Entity::ServicePlan
Controlling File: ServicePlans\model\Packages\Service Layer\Administration\ServicePlan\Entity\Entity_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (12)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
servicePlanIDkeynoUnique reference number assigned by the system to a goal record.SERVICE_PLAN_ID SVR_INT64
servicePlanTypedetailsnoName or type of service plan.SERVICE_PLAN_TYPE_CODEServicePlanTypeSVR_STRING<10>
descriptiondetailsyesTextual description of the service plan.DESCRIPTION SVR_STRING<300>
recordStatusdetails Status of the service plan record. The values are 'Active' or 'Canceled'. Logical deletion is supported.RECORD_STATUS_CODERecordStatusSVR_STRING<10>
maintainRightsdetails SID associated with the maintenance rights for this service plan type. If maintain rights are defined for the service plan, then the user must have the specified SID as part of their security profile to maintain the service plan. SERVICE_PLAN_SECURITY_IDENTIFIER SVR_STRING<100>
viewRightsdetails SID associated with the view rights for this service plan type. If view rights are defined for the service plan, then the user must have the specified SID as part of their security profile to view the service plan. SERVICE_PLAN_SECURITY_IDENTIFIER SVR_STRING<100>
createRightsdetails SID associated with the creation rights for this service plan type. If create rights are defined for the service plan, then the user must have the specified SID as part of their security profile to create the service plan. SERVICE_PLAN_SECURITY_IDENTIFIER SVR_STRING<100>
approveRightsdetails SID associated with the approval rights for this service plan type. If approve rights are defined for the service plan, then the user must have the specified SID as part of their security profile to approve the service plan. SERVICE_PLAN_SECURITY_IDENTIFIER SVR_STRING<100>
cloneRightsdetails SID associated with the cloning rights for this service plan type. If clone rights are defined for the service plan, then the user must have the specified SID as part of their security profile to clone the service plan. SERVICE_PLAN_SECURITY_IDENTIFIER SVR_STRING<100>
mulContsAllowedInddetails Indicates if multiple contracts are allowed for a service plan. The multipleContractsAllowedInd is used to determine the type of behavior exhibited by a service plan once a contract has been issued. If this indicator is not set, actions cannot be added or deleted from the plan after the contract has been issued. In addition a contract may only be re-issued under particular circumstances. If this indicator is set, then actions can be added or deleted from the plan regardless of the contract status and a new contract may be issued at any stage. CURAM_INDICATOR SVR_BOOLEAN
ownershipStrategyNamedetails Name of the workflow process configured for this case type to determine a case owner.WORKFLOW_PROCESS_NAME SVR_STRING<254>
descriptionTextIDdetailsyesUnique identifier corresponding to localized description of Service plan.LOCALIZABLE_TEXT_ID SVR_INT64
Foreign Keys (6)
ChildParent
ServicePlan.descriptionTextIDLocalizableText.localizableTextID
AdminICServicePlanLink.servicePlanIDServicePlan.servicePlanID
PlanTemplateServicePlanLink.servicePlanIDServicePlan.servicePlanID
ServicePlanApprovalCheck.servicePlanIDServicePlan.servicePlanID
ServicePlanDelivery.servicePlanIDServicePlan.servicePlanID
ServicePlanGoalLink.servicePlanIDServicePlan.servicePlanID
Indices (3)
Index NameAttributes
servicePlanTypeStatusIdxservicePlanType, recordStatus
servicePlanStatusIdxrecordStatus
IND__1088072829descriptionTextID
Operations (29)
OperationStereotypeOptionsDescriptionSQL
cancelnsmodifyPRE_DATA_ACCESS: yes
Changes the status of the service plan to canceled 
countByTypeAndStatusns Counts active service plans with the same type.SQL
insertinsertAUTO_ID: servicePlanID
AUTO_ID_KEY: SERCPLANBO
PRE_DATA_ACCESS: yes
Persists a new service plan. 
listnkreadmulti Provides a list containing all the service plans that are available. 
modifymodifyOPTIMISTIC_LOCKING: yes
PRE_DATA_ACCESS: yes
Persists the changes to a service plan. 
readread Standard Operation 
readStatusnsread Reads the status of the service plan. 
readTypensread Reads type of the service plan. 
searchGoalsnsmulti Gets a list of the goals associated with a service plan.SQL
searchTemplatesnsmulti @Deprecated since curam 6.0 replaced by {@link ServicePlan#searchPlanTemplates} as part of localizing Plan Template name. See release note: CR00227878 Gets&nbsp;a&nbsp;list&nbsp;of&nbsp;the&nbsp;plan&nbsp;templates&nbsp;that&nbsp;are&nbsp;associated&nbsp;with&nbsp;the&nbsp;service&nbsp;referenced&nbsp;by&nbsp;the&nbsp;provided&nbsp;key. </p>SQL
searchUnassociatedGoalsByStatusnsmulti Lists all goals not associated with the service plan referenced by key and having the specified status.SQL
searchUnassociatedIntegratedCasesByStatusnsmulti Returns a list of admin integrated cases associated with the service plan referenced by the keySQL
searchUnassociatedTemplatesByStatusnsmulti @Deprecated since curam 6.0 replaced by {@link ServicePlan#searchUnassociatedPlanTemplatesByStatus} as part of localizing Plan Template name. See release note: CR00227878 Gets a list of templates that are not associated with the service plan referenced by the key.SQL
validateDetails  Validates the service plan. This ensures that the service plan type is provided. 
validateServicePlanStatus  Validates service plan status before modifying. 
readMultipleContractsAllowedIndns Reads the multiple contracts allowed indicator.SQL
readSecurityIndicatorsnsread Reads all service plan security indicators. 
readIDByTypeAndStatusns Reads servicePlanID by servicePlanType and statusCode.SQL
searchAvailableGoalsForServicePlannsmulti Lists all active goals for the service plan type.SQL
searchActiveSPTypesnsmulti Lists the active service plan types.SQL
readByServicePlanDeliveryIDns  SQL
searchAllTypesnsmulti Method to search all service plan types.SQL
searchByStatusreadmulti Searches for service plan records based on the record status. 
readServicePlanTabDetailsnsread Reads service plan administration tab display details. 
insertServicePlaninsert Standard Operation 
searchPlanTemplatesnsmulti  SQL
searchUnassociatedPlanTemplatesByStatusnsmulti Gets&nbsp;a&nbsp;list&nbsp;of&nbsp;templates&nbsp;that&nbsp;are&nbsp;not&nbsp;associated&nbsp;with&nbsp;the&nbsp;service&nbsp;plan&nbsp;referenced&nbsp;by&nbsp;the&nbsp;key.SQL
modifyDescriptionTextIDnsmodify Updates the descriptionTextID. 
modifyServicePlanmodifyOPTIMISTIC_LOCKING: yes
This modify operation will be called while re-applying a change set in the target system. Entity level validations that will happen during a standard modify operation will not be applicable in this case. This modify operation will update all the attributes defined for this entity. 
Related Pages (737)
Add Existing Situations to Action (Action_associateSituations)
New Action (Action_createAction)
New Situation for Action (Action_createSituations)
Edit Action (Action_modifyAction)
Cancel Recurring Activity (Activity_cancelRecurringUserActivity)
Cancel Activity (Activity_cancelStandardUserActivity)
New Recurring Activity (Activity_createRecurringActivityForUser)
New Recurring Activity (Activity_createRecurringUserActivity)
New Activity (Activity_createStandardUserActivity)
Invite Attendee (Activity_inviteAttendeeToRecurringActivityFromCreate)
Invite Attendee (Activity_inviteAttendeeToRecurringActivityFromView)
Invite Attendee (Activity_inviteAttendeeToStandardActivityFromCreate)
Invite Attendee (Activity_inviteAttendeeToStandardActivityFromView)
Edit Recurring Activity (Activity_modifyRecurringUserActivity)
Edit Recurring Activity (Activity_modifyRecurringUserActivity1)
Edit Activity (Activity_modifyStandardUserActivity)
Edit Activity (Activity_modifyStandardUserActivity1)
View Recurring Activity (Activity_viewRecurringUserActivity)
View Recurring Activity (Activity_viewRecurringUserActivityInline)
View Recurring Activity (Activity_viewRecurringUserActivityViewOnly)
View Recurring Activity (Activity_viewRecurringUserInviteeActivity)
View Recurring Activity (Activity_viewRecurringUserInviteeWithRejectActivity)
View Activity Details (Activity_viewStandardUserActivity)
View Activity Details (Activity_viewStandardUserActivityInline)
View Activity Details (Activity_viewStandardUserActivityModal)
View Activity (Activity_viewStandardUserActivityViewOnly)
View Activity Details (Activity_viewStandardUserInviteeActivity)
View Activity Details (Activity_viewStandardUserInviteeWithRejectActivity)
Attach Statement (Appeal_createStatement)
New Transcription Request (Appeal_createTranscription)
Attachments (Appeal_listHearingCaseAttachment)
Communications (Appeal_listHearingCaseCommunication)
Communications (Appeal_listHearingCaseCommunicationForIC)
Communications (Appeal_listHearingCaseIssueCommunicationForIC)
Notes (Appeal_listHearingCaseNote)
User Roles (Appeal_listHearingCaseUserRole)
Attachments (Appeal_listHearingReviewAttachment)
Communications (Appeal_listHearingReviewCommunication)
Communications (Appeal_listHearingReviewCommunicationForIC)
Communications (Appeal_listHearingReviewIssueCommunicationForIC)
Notes (Appeal_listHearingReviewNote)
User Roles (Appeal_listHearingReviewUserRole)
Attachments (Appeal_listJudicialReviewAttachment)
Communications (Appeal_listJudicialReviewCommunication)
Communications (Appeal_listJudicialReviewCommunicationForIC)
Communications (Appeal_listJudicialReviewIssueCommunicationForIC)
Notes (Appeal_listJudicialReviewNote)
User Roles (Appeal_listJudicialReviewUserRole)
New Email Communication (Application_createEmailCommunication)
New Email Communication (Application_getEmailCorrespondent)
New MS Word Communication (Application_getMSWordCorrespondentCaseMember)
New Pro Forma Communication (Application_getProFormaCorrespondent)
Record Communication (Application_getRecordCommCorrespondent)
Communications (Application_listCommunication)
Communications (Application_listCommunication1)
View Email Communication (Application_viewDraftEmailCommunication)
View Email Communication (Application_viewEmailCommunication)
View Communication (Application_viewMSWordCommunication)
View Pro Forma Communication (Application_viewProFormaCommunication)
View Communication (Application_viewRecordedCommunication)
Edit Microsoft Word Communication (ApplicationParticipant_modifyDraftMSWordCommunication)
Edit Recorded Communication (ApplicationParticipant_modifyRecordedCommunicationFromList)
Edit Microsoft Word Communication (ApplicationParticipant_modifySentMSWordCommunication)
Add Proof (ApplicationVerificationApplication_createVerificationItemProvision)
Notes (AssessmentDelivery_listNote)
Attachments (BenefitSample_listAttachment)
Communications (BenefitSample_listCommunication)
Communications (BenefitSample_listCommunicationAndResolveWithCorrespondent)
Notes (BenefitSample_listNote)
User Roles (BenefitSample_listUserRole)
Communications (BenefitSampleOverpayment_listCommunication)
Communications (BenefitSampleOverpayment_listCommunicationAndResolveWithCorrespondent)
Notes (BenefitSampleOverpayment_listNote)
User Roles (BenefitSampleOverpayment_listUserRole)
Add Contact Log Attendee (Case_addContactLogAttendee)
Add Contact Participant (Case_addContactLogAttendee1)
Delete Attachment (Case_cancelAttachment)
Delete Note (Case_cancelNote)
New Attachment (Case_createAttachment)
New Contact Log (Case_createContactLog)
New Contact (Case_createContactLog1)
New Email Communication (Case_createEmailCommunication)
New Email Communication (Case_createEmailCommunication1)
New Note (Case_createNote)
New Note (Case_createNote1)
New Pro Forma Communication (Case_createProFormaCommunication)
New Recurring Activity (Case_createRecurringActivity)
New Referral (Case_createReferral)
New Review (Case_createReview)
New Activity (Case_createStandardActivity)
New User Task (Case_createTask)
New Email Communication (Case_getEmailCorrespondent)
New Microsoft Word Communication (Case_getMSWordCorrespondent)
New Microsoft Word Communication (Case_getMSWordCorrespondentCaseMember)
New Pro Forma Communication (Case_getProFormaCorrespondent)
Record Communication (Case_getRecordCommCorrespondent)
edit Attachment (Case_modifyAttachmentFromList)
Edit Attachment (Case_modifyAttachmentFromList1)
edit Attachment (Case_modifyAttachmentFromView)
Edit Attachment (Case_modifyAttachmentFromView1)
New Owner (Case_modifyCaseOwner)
Edit User Role (Case_modifyCaseOwnerDetails)
Edit Case Supervisor (Case_modifyCaseSupervisor)
Edit Contact (Case_modifyContactLogFromList)
Edit Contact (Case_modifyContactLogFromView)
Edit Note (Case_modifyNoteFromList)
Edit Note (Case_modifyNoteFromView)
Edit Referral (Case_modifyReferralFromList)
Edit Referral (Case_modifyReferralFromView)
Edit Review: (Case_modifyReviewFromList)
Edit Review (Case_modifyReviewFromList1)
Edit Review: (Case_modifyReviewFromView)
Edit Review (Case_modifyReviewFromView1)
Record Communication (Case_recordCommunication)
Search Contacts (Case_searchContactLog)
View Attachment (Case_viewAttachment)
View Attachment (Case_viewAttachmentModal)
View Attachment (Case_viewAttachmentTransaction)
View Communication: (Case_viewCommunicationTransaction)
View Email Communication: (Case_viewEmailCommunicationTransaction)
View Communication: (Case_viewMSWordCommunicationTransaction)
View Communication (Case_viewMSWordCommunicationTransaction1)
View Note: (Case_viewNote)
View Note (Case_viewNote1)
Note (Case_viewNoteModal)
View Note: (Case_viewNoteTransaction)
View Pro Forma Communication: (Case_viewProFormaCommunicationTransaction)
View Referral (Case_viewReferral)
View Referral (Case_viewReferralViewOnly)
View Review (Case_viewReview)
View Review (Case_viewReviewInline)
View Review (Case_viewReviewViewOnly)
View User Role Details (Case_viewUserRole)
View User Role Details: (Case_viewUserRoleTransaction)
New Contact Participant (CaseContactLogWizard_addParticipants)
Communications (CHIPPremiumsProduct_listCommunication)
Communications (CHIPProduct_listCommunication)
Modify Case Details (CHIPProductDelivery_modifyHeader)
User Roles (CommonIntake_applicationCaseListUserRole)
Attachments (CommonIntake_listApplicationCaseAttachments)
Notes (CommonIntake_listApplicationCaseNotes)
Communications (CommonIntake_listApplicationCommunications)
New Third Party (DecisionAssistApplication_createThirdParty)
Communications (DecisionAssistApplication_listCommunicationNoCOC)
Communications (DecisionAssistApplication_listCommunicationNoCOCMultiSourceAC)
Communications (DecisionAssistApplication_listCommunicationNoCOCMultiSourceMC)
Communications (DecisionAssistApplication_listCommunicationNoCOCSingleSource)
Communications (DecisionAssistApplication_listCommunicationWithCOC)
Notes (DecisionAssistApplication_listNoteNoCOC)
Notes (DecisionAssistApplication_listNoteNoCOCMultiSourceAC)
Notes (DecisionAssistApplication_listNoteNoCOCMultiSourceMC)
Notes (DecisionAssistApplication_listNoteNoCOCSingleSource)
Notes (DecisionAssistApplication_listNoteWithCOC)
User Roles (DecisionAssistApplication_listUserRoleNoCOC)
User Roles (DecisionAssistApplication_listUserRoleNoCOCMultiSourceAC)
User Roles (DecisionAssistApplication_listUserRoleNoCOCMultiSourceMC)
User Roles (DecisionAssistApplication_listUserRoleNoCOCSingleSource)
User Roles (DecisionAssistApplication_listUserRoleWithCOC)
Communications (DefaultIC_listCommunication)
Communications (DefaultICEmployer_listCommunication)
Communications (DefaultICInformationProvider_listCommunication)
Communications (DefaultICMember_listCommunication)
New Activity (DefaultICProduct_createActivity)
New Recurring Activity (DefaultICProduct_createRecurringActivity)
Communications (DefaultICProduct_listCommunication)
Edit Case (DefaultICProduct_modifyHeader)
Communications (DefaultICProductProvider_listCommunication)
Communications (DefaultICProspectPerson_listCommunication)
Communications (DefaultICRepresentative_listCommunication)
Communications (DefaultICServiceSupplier_listCommunication)
Communications (DefaultICUtility_listCommunication)
Communications (EducationalInstitute_listCommunication)
Communications (Employer_listCommunication)
Print Pro Forma Communication (ExternalParty_confirmModifyPrintForProFormaCommunication)
Print Pro Forma Communication (ExternalParty_confirmModifyPrintForProFormaCommunication1)
Delete Communication (ExternalParty_deleteDraftEmailCommunication)
Delete External Party Communication (ExternalParty_deleteMSWordCommunication)
Delete External Party Communication (ExternalParty_deleteProFormaCommunication)
Delete External Party Communication (ExternalParty_deleteProFormaCommunication1)
Delete Communication (ExternalParty_deleteRecordedCommunication)
Communications (ExternalParty_listCommunication)
Modify Email Communication: (ExternalParty_modifyDraftEmailCommunicationFromView)
Edit Email Communication (ExternalParty_modifyDraftEmailCommunicationFromView1)
Edit Pro Forma Communication (ExternalParty_modifyProFormaCommunicationFromView)
Edit Pro Forma Communication (ExternalParty_modifyProFormaCommunicationFromView1)
Edit Recorded Communication (ExternalParty_modifyRecordedCommunicationFromView)
Edit Recorded Communication (ExternalParty_modifyRecordedCommunicationFromView1)
View External Party Email Communication (ExternalParty_viewDraftEmailCommunication)
View External Party Email Communication (ExternalParty_viewEmailCommunication)
View External Party Communication (ExternalParty_viewMSWordCommunication)
View External Party Pro Forma Communication (ExternalParty_viewProFormaCommunication)
View External Party Pro Forma Communication (ExternalParty_viewProFormaCommunication1)
View External Party Communication (ExternalParty_viewRecordedCommunication)
Communications (ICBenefitUnderPayment_listCommunication)
Communications (ICEmployer_listCommunication)
Communications (ICInformationProvider_listCommunication)
Communications (ICInvestigationSample_listCommunication)
New Member Contract (ICMember_createContract)
New User Task (ICMember_createTask)
Communications (ICMember_listCommunication)
Communications (ICPerson_listCommunication)
Communications (ICProductProvider_listCommunication)
New Activity (ICProductSample_createActivity)
New Recurring Activity (ICProductSample_createRecurringActivity)
New User Task (ICProductSample_createTask)
Communications (ICProductSample_listCommunication)
Edit Case (ICProductSample_modifyHeader)
Communications (ICProspectPerson_listCommunication)
Communications (ICRepresentative_listCommunication)
Communications (ICSample_listCommunication)
Communications (ICSampleSportingGrant_listCommunication)
Communications (ICServiceSupplier_listCommunication)
New Activity (ICSportingGrantSample_createActivity)
New Recurring Activity (ICSportingGrantSample_createRecurringActivity)
Communications (ICSportingGrantSample_listCommunication)
Edit Case (ICSportingGrantSample_modifyHeader)
Communications (ICUtility_listCommunication)
Communications (IncomeScreening_listCommunication)
Communications (IncomeScreening_listCommunicationAndResolveWithCorrespondent)
Notes (IncomeScreening_listNote)
User Roles (IncomeScreening_listUserRole)
Communications (IncomeSupportScreening_listCommunication)
Notes: (IncomeSupportScreening_listNote)
User Roles (IncomeSupportScreening_listUserRole)
Communications (InformationProvider_listCommunication)
New Activity (IntegratedCase_createActivity)
New Assessment (IntegratedCase_createAssessment)
New Recurring Activity (IntegratedCase_createRecurringActivity)
New Referral (IntegratedCase_createReferral)
New User Task (IntegratedCase_createTask)
Edit Referral (IntegratedCase_modifyReferralFromList)
Edit Referral (IntegratedCase_modifyReferralFromView)
View Referral (IntegratedCase_viewReferral)
Cost (IntegratedServicePlan_cost)
Integrated Service Plan Home (IntegratedServicePlan_home)
Integrated Service Plan Home (IntegratedServicePlan_homeActiveOnly)
- (IntegratedServicePlan_tabDetails)
Tracking Gantt (IntegratedServicePlan_trackingGantt)
Create Action: (InvestigationDelivery_createAction)
New Assessment (InvestigationDelivery_createAssessment)
Attachments (InvestigationSample_listAttachment)
Communications (InvestigationSample_listCommunication)
Communications (InvestigationSample_listCommunicationAndResolveWithCorrespondent)
Notes (InvestigationSample_listNote)
Status History: (InvestigationSample_listStatusHistory)
Status History (InvestigationSample_listStatusHistory1)
User Roles (InvestigationSample_listUserRole)
Communications (ISP_listCommunication)
Communications (ISPEmployer_listCommunication)
Communications (ISPMember_listCommunication)
Communications (ISPPerson_listCommunication)
Create Integrated Case Product Activity (ISPProduct_createActivity)
Create Integrated Case Product Recurring Activity (ISPProduct_createRecurringActivity)
Communications (ISPProduct_listCommunication)
Communications (ISPProductProvider_listCommunication)
Communications (ISPRepresentative_listCommunication)
Communications (ISPServiceSupplier_listCommunication)
Communications (ISPSpendDownProduct_listCommunication)
Communications (ISPUtility_listCommunication)
Communications (IssueDelivery_listCommunication)
Communications (IssueDelivery_listCommunicationForAppeal)
New Statement (LegalAction_createStatement)
Attachments (LegalAction_listAttachments)
Communications (LegalAction_listCommunication)
Attachments (LegalAction_listHearingAttachments)
Communications (LegalAction_listHearingCommunication)
Notes (LegalAction_listNote)
Attachments (LegalAction_listOrderAttachments)
Communications (LegalAction_listOrderCommunication)
Attachments (LegalAction_listPetitionAttachments)
Communications (LegalAction_listPetitionCommunication)
User Roles (LegalAction_listUserRole)
Attachments (LiabilityOverbilling_listAttachment)
Communications (LiabilityOverbilling_listCommunication)
Communications (LiabilityOverbilling_listCommunicationAndResolveWithCorrespondent)
Notes (LiabilityOverbilling_listNote)
User Roles (LiabilityOverbilling_listUserRole)
Communications (LiabilitySample_listCommunication)
Communications (LiabilitySample_listCommunicationAndResolveWithCorrespondent)
Notes (LiabilitySample_listNote)
User Roles (LiabilitySample_listUserRole)
Communications (LIFCProduct_listCommunication)
Communications (LTCProduct_listCommunication)
Communications (MAMProduct_listCommunication)
New Service Plan Approval Check (Organization_createSPApprovalCheck)
Edit Service Plan Approval Check (Organization_modifySPApprovalCheck)
Service Plan Search (Organization_serviceplanTypeSearchPopup)
Attachments (OutcomePlan_listAttachments)
Communications (OutcomePlan_listCommunications)
Notes (OutcomePlan_listNotes)
User Roles (OutcomePlan_listUserRole)
Print Pro Forma Communication (Participant_confirmModifyPrintForProFormaCommunication)
Print Pro Forma Communication (Participant_confirmModifyPrintForProFormaCommunication1)
Preview Pro Forma Communication (Participant_confirmPreviewForProFormaCommunication)
Print Pro Forma Communication (Participant_confirmPrintForProFormaCommunication)
New User Task (Participant_createTask)
New User Task (Participant_createTask1)
Delete Communication (Participant_deleteCommunicationWithAttach)
Delete Communication (Participant_deleteCommunicationWithAttach1)
Delete Communication (Participant_deleteDraftEmailCommunication)
Delete Communication (Participant_deleteDraftEmailCommunication1)
Delete Communication (Participant_deleteMSWordCommunication)
Delete Communication (Participant_deleteProFormaCommunication)
Modify Email Communication: (Participant_modifyDraftEmailCommunicationForConcernOnlyFromList)
Edit Email Communication (Participant_modifyDraftEmailCommunicationForConcernOnlyFromList1)
Modify Email Communication: (Participant_modifyDraftEmailCommunicationForConcernOnlyFromView)
Edit Email Communication (Participant_modifyDraftEmailCommunicationForConcernOnlyFromView1)
Edit Microsoft Word Communication (Participant_modifyDraftMSWordCommunication)
Edit Microsoft Word Communication (Participant_modifyMSWordCommunication)
Edit Email Communication (Participant_modifyNonDraftCommunication)
Edit Pro Forma Communication (Participant_modifyProFormaCommunicationFromList)
Edit Pro Forma Communication (Participant_modifyProFormaCommunicationFromList1)
Edit Pro Forma Communication (Participant_modifyProFormaCommunicationFromView)
Edit Pro Forma Communication (Participant_modifyProFormaCommunicationFromView1)
Edit Recorded Communication (Participant_modifyRecordedCommunicationFromList)
Edit Recorded Communication (Participant_modifyRecordedCommunicationFromList1)
Edit Recorded Communication (Participant_modifyRecordedCommunicationFromView)
Edit Recorded Communication (Participant_modifyRecordedCommunicationFromView1)
Edit Microsoft Word Communication (Participant_modifySentMSWordCommunication)
Edit Pro Forma Communication (Participant_modifySentProFormaCommunicationFromList)
Edit Pro Forma Communication (Participant_modifySentProFormaCommunicationFromView)
View Communication (Participant_viewCommunication)
View Communication (Participant_viewCommunication1)
View Communication (Participant_viewCommunicationWithAttach)
View Communication (Participant_viewCommunicationWithAttach1)
View Communication (Participant_viewDraftCommunicationNoAttach)
View Communication (Participant_viewDraftCommunicationNoAttach1)
View Email Communication (Participant_viewDraftEmailCommunication)
View Email Communication (Participant_viewDraftEmailCommunication1)
View Email Communication (Participant_viewEmailCommunication)
View Email Communication (Participant_viewEmailCommunication1)
View Communication (Participant_viewMSWordCommunication)
View Communication (Participant_viewMSWordCommunication1)
View Pro Forma Communication (Participant_viewProFormaCommunication)
View Pro Forma Communication (Participant_viewProFormaCommunication1)
View Communication (Participant_viewRecordedCommunication)
View Communication (Participant_viewRecordedCommunication1)
Communications (PaymentCorrection_listCommunication)
Communications (PaymentCorrection_listCommunicationAndResolveWithCorrespondent)
Notes (PaymentCorrection_listNote)
User Roles (PaymentCorrection_listUserRole)
Attachments (PDBenefitUnderPayment_listAttachment)
Communications (PDBenefitUnderPayment_listCommunication)
Communications (PDBenefitUnderPayment_listCommunicationAndResolveWithCorrespondent)
Notes (PDBenefitUnderPayment_listNote)
User Roles (PDBenefitUnderPayment_listUserRole)
Communications (Person_listCommunication)
New Third Party Fixed Deduction (ProductDelivery_createThirdPartyFixedDeduction1)
New Third Party Variable Deduction (ProductDelivery_createThirdPartyVariableDeduction1)
Select Client To Apply Deduction To (ProductDelivery_getLiabilityClient)
Select Client To Apply Deduction To (ProductDelivery_getParticipantAndLiability)
Select Client To Apply Deduction To (ProductDelivery_getParticipantAndLiabilityForVariable)
New Applied Variable Deduction (ProductDelivery_getParticipantAndLiabilityForVariableWizard)
New Applied Fixed Deduction (ProductDelivery_getParticipantAndLiabilityWizard)
Reissue with Applied Deduction (ProductDelivery_getParticipantLiabilityWizard)
Edit Case Details (ProductDelivery_modifyHeader)
Edit Case (ProductDelivery_modifyHeader1)
View Case Status History (ProductDelivery_viewStatusDetails)
Communications (ProductProvider_listCommunication)
Communications (ProspectEmployer_listCommunication)
Communications (ProspectPerson_listCommunication)
Activate Contract (ProviderManagement_activateContract)
New Text Translation (ProviderManagement_addDescriptionTranslationToServiceOffering)
New Text Translation (ProviderManagement_addNameTranslationToServiceOffering)
Add Service Authorization Line Item: (ProviderManagement_addSampleServiceAuthorizationLineItem)
New Service (ProviderManagement_addServicesToProviderContract)
Add Services to Contract (ProviderManagement_addServicesToProviderGroupContract)
New Service (ProviderManagement_addServicesToProviderGroupContract_fromView)
Update to Training (ProviderManagement_addTrainingForServiceOffering)
Submit Service Invoice Line Item for Processing (ProviderManagement_allowSILIForProcessingAsDuplicate)
Amend Utilization Contract (ProviderManagement_amendProviderGroupUtilizationContract)
Amend Contract (ProviderManagement_amendUtilizationContract)
Approve Line Item (ProviderManagement_approveLineItemCorrections)
Approve Line Item (ProviderManagement_approvePendingSILI)
Approve Line Item (ProviderManagement_approvePendingSILICorrections)
Approve Line Item (ProviderManagement_approveServiceInvoiceLineItem)
Approve Service Invoice Line Items (ProviderManagement_approveServiceInvoiceLineItems)
Approve Line Item (ProviderManagement_approveSILI)
Approve Service Invoice Line Item as Duplicate (ProviderManagement_approveSILIAsDuplicate)
Approve Line Item (ProviderManagement_approveSILICorrections)
Approve Line Items (ProviderManagement_approveSubmittedSILI)
Approve Line Items (ProviderManagement_confirmApproveServiceInvoiceLineItems)
Confirm cancel overlapping reservations (ProviderManagement_confirmCancelOverlappingActiveResForAnyClient)
Confirm Modify Overlapping Placements (ProviderManagement_confirmModifyOverlappingPlacementPrd)
Confirm modify overlapping placements (ProviderManagement_confirmModifyPlacementPrdForWL)
Submit Line Items (ProviderManagement_confirmSubmitServiceInvoiceLineItems)
New Service (ProviderManagement_createNewServiceOffering)
New Service (ProviderManagement_createNewTrainingServiceOffering)
New Service Rate (ProviderManagement_createProviderGroupUtilizationContractProviderOfferingRate)
New Payment Options (ProviderManagement_createProviderPaymentOption)
New Rate (ProviderManagement_createProviderServiceOfferingRate)
Create Emergency Placement (ProviderManagement_createSampleEmergencyPlacement)
Create Service Authorization Line Items (ProviderManagement_createSampleSAWithSALI)
New Service (ProviderManagement_createServiceOffering)
New Payment Options (ProviderManagement_createServicePaymentOption)
New Service Rate (ProviderManagement_createServiceRate)
New Training Service (ProviderManagement_createTrainingServiceOffering)
New Utilization Contract (ProviderManagement_createUtilizationContractForProvider)
New Rate (ProviderManagement_createUtilizationContractProviderOfferingRate)
Edit Payment Option (ProviderManagement_editProviderPaymentOption)
Edit Service (ProviderManagement_editServiceOffering)
Edit Service (ProviderManagement_editServiceOfferingFrmView)
Edit Payment Options (ProviderManagement_editServicePaymentOption)
Edit Service Rate (ProviderManagement_editServiceRate)
Edit Training Service (ProviderManagement_editTrainingServiceOffering)
Edit Training Service (ProviderManagement_editTrainingServiceOfferingFrmView)
Communications (ProviderManagement_listCommunication)
Communications (ProviderManagement_listCommunicationForFacilityManager)
Communications (ProviderManagement_listGroupCommunication)
Edit Text Translation (ProviderManagement_modifyLocalizableSODescriptionTextTranslation)
Edit Text Translation (ProviderManagement_modifyLocalizableSONameTextTranslation)
Confirm Placement (ProviderManagement_modifyPlaceDuringConfirmation)
Edit Placement (ProviderManagement_modifyPlacementDetails)
Modify Placement Information (ProviderManagement_modifyPlacementInformation)
Confirm Cancel Reservation (ProviderManagement_modifyPlacementInformationConfirmCancelReservation)
Allocate Place (ProviderManagement_modifyPlaceProviderOfferingAllocate)
Edit Service Rate (ProviderManagement_modifyProviderGroupUtilizationContractProviderOfferingRate)
Edit Rate (ProviderManagement_modifyProviderServiceOfferingRate)
Confirm Placement: (ProviderManagement_modifySamplePlaceDuringConfirmation)
Modify Service Authorization Line Item: (ProviderManagement_modifySampleServiceAuthorizationLineItem)
Edit Delivery Configuration (ProviderManagement_modifySecurityRightsAndServiceDeliveryConfiguration)
Edit Utilization Contract (ProviderManagement_modifyUtilizationContractForProviderGroup)
Edit Rate (ProviderManagement_modifyUtilizationContractProviderOfferingRate)
Place Client (ProviderManagement_placeSampleClient)
Renew Contract (ProviderManagement_renewContract)
Renew Contract (ProviderManagement_renewProviderGroupContract)
Submit Line Item (ProviderManagement_submitOpenSILIForProcessing)
Submit Line Item (ProviderManagement_submitServiceInvoiceLineItemForProcessing)
Submit Line Items (ProviderManagement_submitServiceInvoiceLineItems)
Submit Line Item (ProviderManagement_submitSILI)
Submit Service Invoice Line Item for Processing (ProviderManagement_submitSILIForProcessingFromTask)
Submit Service Invoice (ProviderManagement_submittServiceInvoiceForProcessing)
Transfer Client (ProviderManagement_transferClient)
Transfer Placement to Another Case (ProviderManagement_transferSamplePlacementToAnotherCase)
Reassessment Details (ProviderManagement_triggerReassessment)
Update Placement Period (ProviderManagement_updateSamplePlacementPeriod)
View Pro Forma Communication (ProviderManagement_viewProFormaCommunication)
Service Units: (ProviderServicePlanDelivery_listServiceUnitDelivery)
Communications (RefugeeProduct_listCommunication)
Add Existing Goal to Service Plan (ServicePlanAdmin_addExistingGoalToServicePlan)
Add Existing Milestone (ServicePlanAdmin_addExistingMilestone)
Add Existing Template to Service Plan (ServicePlanAdmin_addExistingTemplateToServicePlan)
Add Integrated Cases (ServicePlanAdmin_addICToServicePlan)
New Text Translation (ServicePlanAdmin_addServicePlanDescriptionTextTranslation)
Add Existing Service Plans to Service Plan Group (ServicePlanAdmin_addServicePlanToServicePlanGroup)
View Service Plan Approval Check Details (ServicePlanAdmin_approvalcheckHome)
Delete Service Plan (ServicePlanAdmin_cancelServicePlan)
Delete Service Plan Group (ServicePlanAdmin_confirmRemoveServicePlanGroup)
New Approval Check (ServicePlanAdmin_createApprovalCheck)
New Goal (ServicePlanAdmin_createGoalForServicePlan)
New Service Plan (ServicePlanAdmin_createServicePlan)
New Service Plan For Service Plan Group (ServicePlanAdmin_createServicePlanForServicePlanGroup)
New Template (ServicePlanAdmin_createServicePlanTemplate)
Service Plan Types (ServicePlanAdmin_listAllServicePlanTypesPopup)
Approval Checks (ServicePlanAdmin_listApprovalChecks)
View Localizable Text (ServicePlanAdmin_listLocalizableServicePlanDescriptionText)
Milestones (ServicePlanAdmin_listMilestone)
Goals (ServicePlanAdmin_listServicePlanGoals)
Integrated Cases (ServicePlanAdmin_listServicePlanIC)
Service Plans (ServicePlanAdmin_listServicePlans)
ServicePlanAdmin_listServicePlansForServicePlanGroup
Templates (ServicePlanAdmin_listServicePlanTemplates)
Edit Approval Check (ServicePlanAdmin_modifyApprovalCheck)
Edit Text Translation (ServicePlanAdmin_modifyLocalizableServicePlanDescriptionTextTranslation)
Edit Service Plan (ServicePlanAdmin_modifyServicePlan)
Remove Integrated Case (ServicePlanAdmin_removeICFromServicePlan)
Remove Template (ServicePlanAdmin_removeTemplateFromServicePlan)
Service Plan Group Home (ServicePlanAdmin_servicePlanGroupHome)
Home (ServicePlanAdmin_servicePlanHome)
ServicePlanAdmin_servicePlanHomeTabDetails
ServicePlanAdmin_templateTabDetails
Home (ServicePlanAdmin_viewServicePlanHomeFromGroup)
New Absence (ServicePlanDelivery_addAbsenceForPlanItem)
Create Absence (ServicePlanDelivery_addAbsenceForServicePlan)
Add Plan Item (ServicePlanDelivery_addBasicPlanItemToSubGoal)
Record Client Participation (ServicePlanDelivery_addClientParticipationDefaultPlanItem)
Record Client Participation (ServicePlanDelivery_addClientParticipationSelectPlanItem)
Record Client Participation (ServicePlanDelivery_addClientParticipationServicePlanItem)
Add Plan Item (ServicePlanDelivery_addCustomPlanItemToSubGoal)
Add Plan Item (ServicePlanDelivery_addCustomServicePlanItem)
Add Milestone (ServicePlanDelivery_addMilestone)
Add Plan Item (ServicePlanDelivery_addPlanItem_NameEditable)
Add Plan Group (ServicePlanDelivery_addPlannedGroup)
Add Plan Item (ServicePlanDelivery_addServicePlanItem)
Add Plan Item (ServicePlanDelivery_addServiceUnitPlanItem)
Approve Service Plan (ServicePlanDelivery_approve)
Compare Baselines (ServicePlanDelivery_baselineComparisonGantt)
Baseline Plan Content (ServicePlanDelivery_baselinePlanContent)
Delete Client Participation (ServicePlanDelivery_cancelClientParticipation_fromCaseClientParticipationDailyList)
Delete Client Participation (ServicePlanDelivery_cancelClientParticipation_fromCaseClientParticipationList)
Delete Client Participation (ServicePlanDelivery_cancelClientParticipation_fromCaseClientParticipationListForWeek)
Delete Client Participation (ServicePlanDelivery_cancelClientParticipation_fromPlannedItemClientParticipationList)
Delete Client Participation (ServicePlanDelivery_cancelClientParticipation_fromPlannedItemClientParticipationListForWeek)
Delete Client Participation (ServicePlanDelivery_cancelClientParticipationServicePlanItem)
Delete Absence (ServicePlanDelivery_cancelPlanItemAbsence)
Delete Absence (ServicePlanDelivery_cancelPlanItemAbsenceFromSP)
Delete Service Unit (ServicePlanDelivery_cancelServiceUnitDelivery)
Daily Client Participation (ServicePlanDelivery_caseClientParticipationDailyList)
Client Participation: (ServicePlanDelivery_caseClientParticipationForWeekList)
Weekly Participation (ServicePlanDelivery_caseClientParticipationWeeklyList)
Change Plan Owner (ServicePlanDelivery_changePlanOwner)
Clone Service Plan (ServicePlanDelivery_clone)
Close Service Plan (ServicePlanDelivery_close)
Costs (ServicePlanDelivery_cost)
Create Service Plan: (ServicePlanDelivery_create)
New Baseline (ServicePlanDelivery_createBaseline)
New Contract (ServicePlanDelivery_createContract)
New Nominated Representative (ServicePlanDelivery_createNominatedRepresentative)
Add Sub-Goal (ServicePlanDelivery_createPlannedSubGoal)
New Recurring Activity (ServicePlanDelivery_createRecurringActivity)
New User Task (ServicePlanDelivery_createTask)
Weekly Client Participation (ServicePlanDelivery_customPlanItemClientParticipationWeeklyList)
Weekly Participation (ServicePlanDelivery_customServicePlanItemClientParticipationWeeklyList)
Delete Baseline (ServicePlanDelivery_deleteBaseline)
Delete Nominated Representative (ServicePlanDelivery_deleteNominatedRepresentative)
Delete Nominated Representative (ServicePlanDelivery_deleteNominatedRepresentativeFromPLView)
Delete Plan Group (ServicePlanDelivery_deletePlannedGroup)
Delete Plan Group (ServicePlanDelivery_deletePlannedGroupFromGantt)
Delete Sub-Goal (ServicePlanDelivery_deletePlannedSubGoal)
Delete Sub-Goal (ServicePlanDelivery_deletePlannedSubGoal_fromGantt)
Events (ServicePlanDelivery_eventCalendar)
Service Plan Home: (ServicePlanDelivery_home)
Home (ServicePlanDelivery_home1)
Service Plan Home (ServicePlanDelivery_homeTransaction)
Add Service Plan (ServicePlanDelivery_ICCreate)
Add Service Plan (ServicePlanDelivery_ICCreateNoTabs)
Absences (ServicePlanDelivery_listAbsenceForCustomServicePlanItem)
Absences (ServicePlanDelivery_listAbsenceForPlanItem)
Absences: (ServicePlanDelivery_listAbsenceForServicePlan)
Milestones (ServicePlanDelivery_listAllISPMilestones)
Milestones (All) (ServicePlanDelivery_listAllMilestonesForServicePlan)
Milestones (ServicePlanDelivery_listAllSPGMilestone)
Approval Requests (ServicePlanDelivery_listApprovalRequest)
Attachments (ServicePlanDelivery_listAttachment)
Authorization History (ServicePlanDelivery_listAuthorizationHistory)
Baselines (ServicePlanDelivery_listBaselines)
Participation (ServicePlanDelivery_listClientParticipationForCase)
Client Participation (ServicePlanDelivery_listClientParticipationForCustomPlanItem)
Participation (ServicePlanDelivery_listClientParticipationForCustomServicePlanItem)
Participation (ServicePlanDelivery_listClientParticipationForPlanItem)
Client Participation (ServicePlanDelivery_listClientParticipationForServicePlan)
Participation (ServicePlanDelivery_listClientParticipationForServicePlanItem)
Client Participation (ServicePlanDelivery_listClientParticipationForServiceUnitPlanItem)
Communications (ServicePlanDelivery_listCommunication)
Communications (ServicePlanDelivery_listCommunicationAndResolveWithCorrespondent)
Contracts (ServicePlanDelivery_listContracts)
Approval Requests (ServicePlanDelivery_listCustomPlanItemApprovalRequest)
Attachments (ServicePlanDelivery_listCustomPlannedItemAttachments)
Approval Requests (ServicePlanDelivery_listCustomServicePlanItemApprovalRequest)
Attachments (ServicePlanDelivery_listCustomServicePlannedItemAttachments)
Service Plans (ServicePlanDelivery_listForDuplicatePerson)
Service Plans (ServicePlanDelivery_listForEmployer)
Service Plans (ServicePlanDelivery_listForPerson)
View Plan Group Details (ServicePlanDelivery_listGroupItems)
View Plan Group Details (ServicePlanDelivery_listGroupMilestones)
Milestones (ServicePlanDelivery_listISPMilestones)
View Sub-Goal Milestones (ServicePlanDelivery_listMilestones)
Nominated Representatives (ServicePlanDelivery_listNominatedRepresentative)
Notes (ServicePlanDelivery_listNote)
Plan Content: (ServicePlanDelivery_listPlanContent)
Plan Content (ServicePlanDelivery_listPlanContentForSP)
View Sub-Goal Plan Items (ServicePlanDelivery_listPlanItems)
Select Plan Item (ServicePlanDelivery_listPlanItemsForClientParticipation)
Attachments (ServicePlanDelivery_listPlannedItemAttachments)
Plan Participants (ServicePlanDelivery_listPlanParticipant)
Approval Requests (ServicePlanDelivery_listPlanPlanItemApprovalRequest)
Print History: # BEGIN, CR00236131, SS (ServicePlanDelivery_listPrintHistory)
Approval Requests (ServicePlanDelivery_listServicePlanItemApprovalRequest)
Attachments (ServicePlanDelivery_listServicePlannedItemAttachments)
Service Units: (ServicePlanDelivery_listServiceUnitDelivery)
Approval Requests (ServicePlanDelivery_listServiceUnitPlanItemApprovalRequest)
Attachments (ServicePlanDelivery_listServiceUnitPlannedItemAttachments)
Milestones (ServicePlanDelivery_listSPGMilestone)
Status History (ServicePlanDelivery_listStatusHistory)
Tasks (ServicePlanDelivery_listTask)
Milestones (Incomplete) (ServicePlanDelivery_listUncompletedMilestonesForServicePlan)
User Roles (ServicePlanDelivery_listUserRole)
Versions (ServicePlanDelivery_listVersion)
Manage Plan Participants (ServicePlanDelivery_managePlanParticipant)
Edit Absence (ServicePlanDelivery_modifyAbsenceForPlanItemFromList)
Modify Absence (ServicePlanDelivery_modifyAbsenceForPlanItemFromSPList)
Modify Absence (ServicePlanDelivery_modifyAbsenceForPlanItemFromSPView)
Edit Absence (ServicePlanDelivery_modifyAbsenceForPlanItemFromView)
Edit Authorized Units (ServicePlanDelivery_modifyAuthorizedUnits)
Edit Baseline (ServicePlanDelivery_modifyBaselineFromList)
Edit Baseline (ServicePlanDelivery_modifyBaselineFromView)
Edit Client Participation (ServicePlanDelivery_modifyClientParticipation)
Edit Client Participation (ServicePlanDelivery_modifyClientParticipationServicePlanItem)
Modify Plan Closure Details (ServicePlanDelivery_modifyClose)
Modify Plan Closure Details (ServicePlanDelivery_modifyClose1)
Edit Contract (ServicePlanDelivery_modifyContractFromList)
Edit Contract (ServicePlanDelivery_modifyContractFromView)
Edit Plan Item (ServicePlanDelivery_modifyCustomPlanItem)
Edit Plan Item (ServicePlanDelivery_modifyCustomServicePlanItemProviderEditable)
Edit Plan Item (ServicePlanDelivery_modifyCustomServicePlanItemProviderNonEditable)
Edit Service Plan (ServicePlanDelivery_modifyDetails)
Edit Goal (ServicePlanDelivery_modifyGoal)
Edit Milestone (ServicePlanDelivery_modifyMilestoneFromList)
Edit Milestone (ServicePlanDelivery_modifyMilestoneFromListWaiver)
Edit Milestone (ServicePlanDelivery_modifyMilestoneFromView)
Edit Milestone (ServicePlanDelivery_modifyMilestoneFromViewWaiver)
Edit Nominated Representative (ServicePlanDelivery_modifyNominatedRepresentativeFromList)
Edit Nominated Representative (ServicePlanDelivery_modifyNominatedRepresentativeFromParticipantList)
Edit Nominated Representative (ServicePlanDelivery_modifyNominatedRepresentativeFromPLView)
Edit Nominated Representative (ServicePlanDelivery_modifyNominatedRepresentativeFromView)
Edit Plan Item (ServicePlanDelivery_modifyPlanItem_NameEditable)
Edit Plan Group (ServicePlanDelivery_modifyPlannedGroupFromGantt)
Edit Plan Group (ServicePlanDelivery_modifyPlannedGroupFromList)
Edit Plan Group (ServicePlanDelivery_modifyPlannedGroupFromView)
Edit Sub-Goal (ServicePlanDelivery_modifyPlannedSubGoalFromGanttView)
Edit Sub-Goal (ServicePlanDelivery_modifyPlannedSubGoalFromList)
Edit Sub-Goal (ServicePlanDelivery_modifyPlannedSubGoalFromView)
Set Plan Owner (ServicePlanDelivery_modifyPlanOwner)
Edit Approval Request (ServicePlanDelivery_modifyPlanPlanItemApprovalRequest)
Edit Approval Request (ServicePlanDelivery_modifyServicePlanApprovalRequest)
Edit Plan Item (ServicePlanDelivery_modifyServicePlanBasicPlanItem)
Edit Plan Item (ServicePlanDelivery_modifyServicePlanItemProviderEditable)
Edit Plan Item (ServicePlanDelivery_modifyServicePlanItemProviderNonEditable)
Edit Service Unit (ServicePlanDelivery_modifyServiceUnitDelivery)
Edit Plan Item (ServicePlanDelivery_modifyServiceUnitPlanItem)
Modify Service Plan Type (ServicePlanDelivery_modifyType)
Edit Plan Type (ServicePlanDelivery_modifyType1)
Add Plan Group (ServicePlanDelivery_newPlannedGroup)
Add Sub-Goal (ServicePlanDelivery_newPlannedSubGoal)
Client Participation For Week (ServicePlanDelivery_planItemClientParticipationForWeekList)
Weekly Participation (ServicePlanDelivery_planItemClientParticipationWeeklyList)
- (ServicePlanDelivery_planItemTabDetails)
Client Participation For Week (ServicePlanDelivery_plannedItemClientParticipationForWeekList)
Print Contract (ServicePlanDelivery_printContract)
Record Service Unit (ServicePlanDelivery_recordServiceUnitDelivery)
Reject Service Plan (ServicePlanDelivery_reject)
Delete Milestone (ServicePlanDelivery_removeMilestone)
Delete Plan Item : (ServicePlanDelivery_removePlanItem)
Delete Plan Item (ServicePlanDelivery_removeServicePlanPlanItem)
Print Contract (ServicePlanDelivery_savePrintContract)
Select Baseline for Comparison: (ServicePlanDelivery_selectBaselineForCompare)
Select Client (ServicePlanDelivery_selectContractClient)
Select Sub-Goal Type (ServicePlanDelivery_selectNewPlannedSubGoalType)
Select Plan Item Type (ServicePlanDelivery_selectPlanItem)
Select Sub-Goal Type (ServicePlanDelivery_selectPlannedSubGoalType)
Client Participation For Week: (ServicePlanDelivery_servicePlanItemClientParticipationForWeekList)
Weekly Participation (ServicePlanDelivery_servicePlanItemClientParticipationWeeklyList)
Client Participation (ServicePlanDelivery_servicePlanParticipationForWeekList)
- (ServicePlanDelivery_servicePlanTabDetails)
Weekly Client Participation (ServicePlanDelivery_serviceUnitPlanItemClientParticipationWeeklyList)
Submit Service Plan (ServicePlanDelivery_submit)
Submit Plan Item For Approval (ServicePlanDelivery_submitServicePlanPlanItem)
Tracking Gantt (ServicePlanDelivery_trackingGantt)
Use Service Plan Template (ServicePlanDelivery_useTemplate)
View Absence: (ServicePlanDelivery_viewAbsenceForPlanItem)
View Absence: (ServicePlanDelivery_viewAbsenceForPlanItemFromSPList)
Authorization History Details (ServicePlanDelivery_viewAuthorizationHistoryDetails)
Baseline Home (ServicePlanDelivery_viewBaseline)
Baseline Gantt (ServicePlanDelivery_viewBaselineGantt)
View Milestone (ServicePlanDelivery_viewBaselineMilestone)
View Baseline Plan Group Details (ServicePlanDelivery_viewBaselinePlannedGroup)
View Baseline Sub-Goal Details (ServicePlanDelivery_viewBaselineSubGoal)
View Client Participation Details (ServicePlanDelivery_viewClientParticipation_from_PlanItemClientParticipationList)
View Client Participation Details (ServicePlanDelivery_viewClientParticipation_from_PlanItemClientParticipationListForWeek)
View Client Participation Details (ServicePlanDelivery_viewClientParticipation_from_ServicePlanClientParticipationList)
View Client Participation Details (ServicePlanDelivery_viewClientParticipation_from_ServicePlanClientParticipationListForDay)
View Client Participation Details (ServicePlanDelivery_viewClientParticipation_from_ServicePlanClientParticipationListForWeek)
View Client Participation Details: (ServicePlanDelivery_viewClientParticipationServicePlanItem)
View Closure Details (ServicePlanDelivery_viewClosureDetails)
View Closure Details (ServicePlanDelivery_viewClosureDetailsViewOnly)
Contract Home (ServicePlanDelivery_viewContractHome)
Contract Home (ServicePlanDelivery_viewContractHomeDetailsOnly)
Contract Print Details: (ServicePlanDelivery_viewContractPrintCalendarDetails)
Contract Print Details: (ServicePlanDelivery_viewContractPrintListDetails)
Home (ServicePlanDelivery_viewCustomPlanItem)
Home (ServicePlanDelivery_viewCustomPlanItem_fromGantt)
Home (ServicePlanDelivery_viewCustomServicePlanItem)
View Custom Service Plan Item Details: (ServicePlanDelivery_viewCustomServicePlanItem_fromGantt)
View Milestone (ServicePlanDelivery_viewMilestone)
Milestone Details (ServicePlanDelivery_viewMilestoneFromGantt)
View Nominated Representative (ServicePlanDelivery_viewNominatedRepresentative)
View Nominated Representative (ServicePlanDelivery_viewNominatedRepresentativeFromParticipantList)
View Plan Group Details (ServicePlanDelivery_viewPlannedGroup)
Plan Group Details (ServicePlanDelivery_viewPlannedGroupFromGantt)
View Sub-Goal Details (ServicePlanDelivery_viewPlannedSubGoal)
Sub-Goal Details (ServicePlanDelivery_viewPlannedSubGoal_fromGantt)
Approval Requests Details : (ServicePlanDelivery_viewPlanPlanItemApprovalRequest)
Approval Requests Details : (ServicePlanDelivery_viewServicePlanApprovalRequest)
ServicePlanDelivery_viewServicePlanApprovalRequestFromList
View Approval Request (ServicePlanDelivery_viewServicePlanApprovalRequestViewOnly)
Home (ServicePlanDelivery_viewServicePlanBasicPlanItem)
Home (ServicePlanDelivery_viewServicePlanBasicPlanItem_fromGantt)
Home (ServicePlanDelivery_viewServicePlanItem)
View Service Plan Item Details: (ServicePlanDelivery_viewServicePlanItem_fromGantt)
View Delivery of Service Unit (ServicePlanDelivery_viewServiceUnitDelivery)
View Delivery of Service Unit (ServicePlanDelivery_viewServiceUnitDeliveryFromList)
Home (ServicePlanDelivery_viewServiceUnitPlanItem)
Home (ServicePlanDelivery_viewServiceUnitPlanItem_fromGantt)
View Case Status History (ServicePlanDelivery_viewStatusDetails)
View Client Participation Details (ServicePlanDelivery_viewWeeklyClientParticipationServicePlanItem)
Service Plan Home: (ServicePlanDeliveryDetails_home)
Add Service Plan (ServicePlanGroupDelivery_addServicePlanDelivery)
Close Service Plans (ServicePlanGroupDelivery_close)
Cost (ServicePlanGroupDelivery_cost)
Service Plan Group Home (ServicePlanGroupDelivery_home)
Service Plan Group Home (ServicePlanGroupDelivery_homeActiveOnly)
- (ServicePlanGroupDelivery_tabDetails)
Tracking Gantt (ServicePlanGroupDelivery_trackingGantt)
Communications (ServiceSupplier_listCommunication)
Add Existing Actions to Situation (Situation_associateAction)
New Action for Situation (Situation_createAction)
New Situation (Situation_createSituation)
Edit Situation (Situation_modifySituation)
Print Pro Forma Communication (SocalEnterpriseFolder_confirmPrintProFormaCommunication)
Delete Communication (SocialEnterpriseFolder_cancelCommunicationPopUp)
Delete Note (SocialEnterpriseFolder_cancelNote)
New Note (SocialEnterpriseFolder_createNote)
Notes (SocialEnterpriseFolder_listCaseNote)
Status History (SocialEnterpriseFolder_listStatusHistory)
New Owner (SocialEnterpriseFolder_modifyCaseOwner)
Edit Email Communication (SocialEnterpriseFolder_modifyDraftEmailCommunication)
Modify Email Communication: (SocialEnterpriseFolder_modifyDraftEmailCommunicationFromView)
Edit MS Word Communication (SocialEnterpriseFolder_modifyMSWordCommunication)
Edit Email Communication (SocialEnterpriseFolder_modifyNonDraftCommunication)
Edit Note (SocialEnterpriseFolder_modifyNoteFromList)
Edit Note (SocialEnterpriseFolder_modifyNoteFromView)
Edit Pro Forma Communication (SocialEnterpriseFolder_modifyProFormaCommunication)
Modify Pro Forma Communication: (SocialEnterpriseFolder_modifyProFormaCommunicationFromView)
Edit Recorded Communication (SocialEnterpriseFolder_modifyRecordedCommunication)
Modify Recorded Communication: (SocialEnterpriseFolder_modifyRecordedCommunicationFromView)
View Email Communication: (SocialEnterpriseFolder_viewDraftEmailCommunication)
View Email Communication: (SocialEnterpriseFolder_viewEmailCommunication)
View Communication (SocialEnterpriseFolder_viewMSWordCommunication)
View Note: (SocialEnterpriseFolder_viewNote)
View Pro Forma Communication: (SocialEnterpriseFolder_viewProFormaCommunication)
View Communication: (SocialEnterpriseFolder_viewRecordedCommunication)
New Manual Task (Task_createTask)
Communications (TBBCC_listCommunication)
Modify Case Details (TBBCCProductDelivery_modifyHeader)
Communications (Utility_listCommunication)
Add Proof (VerificationApplication_createVerificationItemProvision)
Verify Evidence (VerificationApplication_verifyOutstandingEvd)