Table Description
Planned Item: Plan items are the benefits, services and activities that are added to a service plan in order to achieve the plan goal.

This entity is focused on the delivery, rather than administration, of a plan item within a service plan. One or more plan items are added to a sub-goal to assist a client in achieving the ultimate goal of the service plan.

Example

A case worker creates a Return to Work service plan for participant Linda Smith as she has recently become unemployed. A Sustainable Employment goal is selected for this service plan. Linda requires financial assistance to subsidize her travel to work, therefore a Transportation sub-goal is added to the service plan.

The Mileage Reimbursement plan item is added to the service plan to achieve the service plan sub-goal.

This plan item is submitted for approval. On approval by a supervisor, a Mileage Reimbursement product delivery case can be created.

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::Service Plan Deliveries::PlannedItem::Entity::PlannedItem
Controlling File: ServicePlans\model\Packages\Service Layer\Service Plan Deliveries\PlannedItem\Entity\Entity_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (37)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
plannedItemIDkeynoUnique reference number assigned by the system to a plan item record.PLANNED_ITEM_ID SVR_INT64
namedetails Name of the plan item.PLAN_ITEM_NAME SVR_STRING<500>
planItemIDdetailsnoUnique reference number of the type of plan item which this plan item represents.PLAN_ITEM_ID SVR_INT64
plannedSubGoalIDdetailsnoUnique reference number of the sub-goal to which this plan item has been added.PLANNED_SUBGOAL_ID SVR_INT64
concerningIDdetailsyesStores the Concern Role ID of the person to whom the selected planned item is concerned.BASELINE_PLAN_CONTENT_ID SVR_INT64
associatedItemIDStringdetails A plan item may be associated with another item, e.g. a product delivery or an activity. If the attribute used to uniquely identify the associated item is of type string, then this field is used to store the value.ASSOCIATED_ITEM_ID SVR_INT64
associatedItemIDNumberdetails A plan item may be associated with another item, e.g. a product delivery or an activity. If the attribute used to uniquely identify the associated item is of type Number, then this field is used to store the value.ASSOCIATED_ITEM_ID SVR_INT64
actualStartDatedetailsyesActual start date of a plan item.CURAM_DATE SVR_DATE
actualEndDatedetailsyesActual end date of a plan item.CURAM_DATE SVR_DATE
expectedStartDatedetailsnoExpected start date of a plan item.CURAM_DATE SVR_DATE
expectedEndDatedetailsnoExpected end date of a plan item.CURAM_DATE SVR_DATE
expectedOutcomeIDdetailsnounique reference number of the outcome associated with this plan item.OUTCOME_ID SVR_INT64
commentsdetails User entered remarks regarding the plan item.COMMENTS SVR_STRING<300>
outcomeAchieveddetails Code table value to indicate whether the outcome was achieved.OUTCOME_ACHIEVED_CODEOutcomeAchievedSVR_STRING<10>
goodCauseIDdetails Unique reference number of a good cause record specified for this plan item.GOOD_CAUSE_ID SVR_INT64
responsibilityIDdetails Unique reference number of the user or participant who is determined to be responsible for a plan item.RESPONSIBILITY_ID SVR_INT64
responsibilityTypedetails Code table attribute denotes the type of id stored in the responsibilityID attribute. The plan participant or a system user may be responsible for a plan item.RESPONSIBILITY_TYPE_CODEResponsibilityTypeSVR_STRING<10>
respUserNamedetails User name of the user who is responsible for the plan item.USER_NAME SVR_STRING<64>
ownerUserNamedetails User name of the user who is the owner of the plan item.USER_NAME SVR_STRING<64>
sensitivityCodedetails Sensitivity code associated with this plan item.SENSITIVITY_CODESensitivitySVR_STRING<10>
statusdetails Status of the plan item record. The values are Unapproved, Approved, Not Started, In Progress and Completed.PLANNED_ITEM_STATUS_CODEPlannedItemStatusSVR_STRING<10>
estimatedCostdetails Estimated cost of the plan item to the organization.CURAM_AMOUNT SVR_MONEY
actualCostdetails Actual cost of the plan item to the organization.CURAM_AMOUNT SVR_MONEY
datePeriodMaxInddetails Indicates if the period between the actual start and end dates of the plan item exceeds the maximum period defined for the plan item.SERVICE_PLAN_WARNING_INDICATOR SVR_BOOLEAN
authorizedUnitsdetails The number of units authorized for the service offering associated with the planned item.AUTHORIZED_UNITS SVR_INT32
maximumUnitsdetails Indicates the the maximum number of units for the plan item e.g. 9 physiotherapy visits. This is configured within the administration component.MAXIMUM_UNITS SVR_INT32
frequencydetails Frequency of the service offering associated with the plan item.FREQUENCY_PATTERN SVR_STRING<9>
rateAuthorizeddetailsyesThe rate authorized for the service offering associated with the plan item.AUTHORIZED_RATE SVR_INT32
totalUnitsAuthorizeddetailsyesThe total units authorized per service plan item.TOTAL_UNITS_AUTHORIZED SVR_INT32
unitsDelivereddetailsyesThe number of units delivered for the service plan item.UNITS_DELIVERED SVR_INT32
referralReasondetails The reason for referring the service to a provider.SERVICEPLAN_REFERRAL_REASON SVR_STRING<1000>
nomineeIDdetailsyesConcern role Id of the a participant who will be the nominee of a plan item.CONCERN_ROLE_ID SVR_INT64
descriptiondetails This field captures the details of activity achieved as part of the plan item for Custom Basic Plan item and Basic plan itemDESCRIPTION SVR_STRING<300>
guidanceURLdetails URL offering more information relating to the planned item.PLAN_ITEM_GUIDANCE_URL SVR_STRING<150>
approvalProcessingStatusdetails Status indicates whether the planned item has passed approval checks or not.APPROVAL_PROCESSING_STATUSApprovalProcessingStatusSVR_STRING<10>
isMandatoryInddetailsyesIndicator to show whether this planned item is marked as mandatory in the template level.PLANITEM_MANDATORY_INDICATOR SVR_BOOLEAN
createdOndetails  CURAM_DATETIME SVR_DATETIME
Foreign Keys (7)
ChildParent
PlannedItem.concerningIDConcernRole.concernRoleID
PlannedItem.planItemIDPlanItem.planItemID
PlannedItem.plannedSubGoalIDPlannedSubGoal.plannedSubGoalID
PIDailyAttendanceLink.plannedItemIDPlannedItem.plannedItemID
PlannedItemApprovalCriteria.plannedItemIDPlannedItem.plannedItemID
PlannedItemTaskConfiguration.plannedItemIDPlannedItem.plannedItemID
ProductDeliveryPlanItemLink.plannedItemIDPlannedItem.plannedItemID
Indices (3)
Index NameAttributes
PASGLAndStatusIdxplannedSubGoalID, status
PlannedItemLnkIdxplanItemID
IND_1604641349concerningID
Operations (67)
OperationStereotypeOptionsDescriptionSQL
insertinsertPOST_DATA_ACCESS: yes
PRE_DATA_ACCESS: yes
Standard Operation 
readread Standard Operation 
modifymodifyOPTIMISTIC_LOCKING: yes
POST_DATA_ACCESS: yes
PRE_DATA_ACCESS: yes
Standard Operation 
readOwnernsread Returns the PlanItem Owner. 
readStatusnsread Returns the planned item status. 
readPlanItemIDnsread Returns the related PlanItemID for a plannedItem. 
readResponsibilityTypensread Returns the responsibility type. 
validateInsert  validate the details.for insert operation. 
removeremovePOST_DATA_ACCESS: no
PRE_DATA_ACCESS: yes
Standard Operation 
readAssociatedItemsnsread   
validateModify  validate the details.for modify operation. 
validateExpectedOutcome  validate the expected outcome. 
readCaseIDByPlannedItemIDns Returns the caseID of a service plan.SQL
validateDetails  validate the details. 
validatePostDetails  validate the details.for post(insert, modify and remove) operations. 
setStatusCode  This method is used to update the status. 
countAllUnapprovAndSubmittedForServPlanns Returns a count of all unapproved and all submitted planned items for a service plan.SQL
readSensitivityCodensread Reads sensitivity code. 
searchDetailsForContractByPlannedSubGoalIDnsmulti Reads the plan item details for a contract by planned sub goal id.SQL
readNamensread returns the planned item name 
countByCaseIDns Counts all planed planItems for a service plan delivery.SQL
searchByPlannedSubGoalIDnsreadmultiWHERE: PlannedItem.plannedSubGoalID = :plannedSubGoalID
Returns details of all planned items assigned to a planned sub goal 
searchDetailsByPlannedSubGoalnsmulti Reads details required for baseline plan item for all planned items assigned to a sub goal.SQL
searchIDByStatusAndCaseIDnsmulti Reads plannedItemID for all planItems of the specific type on a service plan delivery.SQL
searchSensitivityCodeDetailsByPlannedSubGoalIDnsmulti vThis method is used to get the sensitivity for a planned sub goal.SQL
searchPlanItemsForClientParticipationnsmulti This method is used to get the plan items for a client.SQL
notifySubGoalOfRecordUpdate  notifies the subgoal that one of its planned item records have been updated. 
readPlannedSubGoalIDByPlannedItemIDnsread Read the planned sub goal id by the planned item id. 
countPlanItemsOfSpecificStatusns Returns a count of all planItems for a specific sub goal of a specific status.SQL
searchByPlannedSubGoalAndSensitivityForTrackGanttnsmulti Returns a list of planned items for a specified subgoal whose sensitivity is less than the users sensitivity,SQL
modifyExpectedAndActualOutcomensmodifyPRE_DATA_ACCESS: yes
Modifies planned item expected and actual outcome details. 
validateModifyExpectedAndActualOutcome  Validates details for modifying expected and actual outcome. 
modifyStatusnsmodify Modifies planned item status. 
closensmodifyPRE_DATA_ACCESS: yes
Closes planned item. 
validateClosureDetails  Validates details for planned item closure. 
reactivatensmodify Reactivates planned item that has previously been closed. 
readVersionNonsread Reads version number. 
setActualCostnsmodifyPRE_DATA_ACCESS: no
Sets actual cost for a planned item. 
readActualStartDatensread Reads planned item actual start date. 
readStatusExpectedOutcomeActualStartAndEndDatensread Reads status, expected outcome ID, actual start date and actual end date for a planned item. 
readParticipantIDns Reads concern role ID of the client for whom the planned item has been created.SQL
searchDetailsByCaseIDAndSensitivitynsmulti Reads planned item comparison details by case ID and sensitivity.SQL
searchDetailsByPlannedSubGoalIDAndSensitivitynsmulti Reads planned item comparison details by planned sub goal ID and sensitivity.SQL
cloneinsertAUTO_ID: plannedItemID
Clones existing planned item. 
readServicePlanIDns Reads service plan ID of the service plan delivery.SQL
countByPlannedGroupIDns Counts all planned items by planned group id.SQL
modifyActualOutcomensmodify Modifies planned item actual outcome. 
readPlanItemTypeCodeByPlannedItemIDns Reads plan item type code for a planned item.SQL
readContractTextForPlannedItemnsmulti @deprecated by searchContractTextByPlannedSubGoalAndParticipant. @deprecated-since V6.0 SP2. See release note CR00287219. This method is used to get the contract text for a planned item.SQL
readNumAuthorizedUnitsnsNO_SQL: no
 
Reads the number of Authorized units.SQL
validateModifyAuthorizedUnits  validate the authorized units before modifying details. 
modifyAuthorizedUnitsnsmodifyPRE_DATA_ACCESS: yes
Modifies the authorized units for a planned item. 
searchPlannedParticipantsForPlannedItemnsmultiREADMULTI_LIM: 100
 
Method to retrieve list of Planned Participants for a planned item (irrespective of type) given plannedSubGoalID.SQL
searchResponsibilityParticipantListForPlannedItemnsmultiREADMULTI_LIM: 100
 
Method for retrieving Participants List for a planned Item given plannedItemID.SQL
searchPlannedItemsForPlanParticipantnsmultiREADMULTI_LIM: 100
 
Returns planned items for given plan participant and service plan case.SQL
searchPlanItemsForDailyAttendancensmulti Method to get a list of In Progress or Completed planItems for a Plan Participant.SQL
searchPlanItemsForServicePlannsmulti Retrieves all planned items for a specified service plan.SQL
modifyAssociatedItemDetailsnsmodify nsmodify method to update just the associatedItemIDString and associatedItemIdNumber. 
modifyPlannedItemApprovalProcessingStatusnsmodifyOPTIMISTIC_LOCKING: yes
Method will update a specific planned item's approvalProcessingStatus according to the details passed in. 
readApprovalProcessingStatusByPlannedItemIDnsread Method will return the approvalProcessingStatus attributes for the specific planned item id passed in. 
readPlannedItemMandatoryIndnsread Method to read the planned item 'isMandatory' indicator value. 
modifyEstimatedCostnsmodifyOPTIMISTIC_LOCKING: yes
PRE_DATA_ACCESS: yes
Modify the estimated cost attribute on a record. 
validateModifyEstimatedCost  Validate the details provided for modifying the estimated cost of the planned item. 
readEstimatedCostnsread Reads the estimated cost of the planned item. 
readPlanItemTabDetailsns  SQL
readContractTextByPlannedItemAndLanguagens This method is used to get the contract text for a planned item. It reads it by language code and planned item ID.SQL
searchContractTextByPlannedSubGoalAndParticipant  This method is used to get the contract text for a planned item. It reads it by participant and Planned SubGoal. 
Related Pages (1143)
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)
Add Member (addGroupMember)
Add Member (addGroupMemberLIFC)
Add Member (addGroupMemberRefugee)
Add Member (addGroupMemberRefugee1)
Add Prospect Employer (AddProspectEmployer_registerWizard)
Register Prospect (AddProspectPerson_registerForPDCWizard)
Register Prospect (AddProspectPerson_registerWizard)
Delete Existing (AdvancedEvidenceSharing_removeExistingEvidence)
Incoming Evidence (AES_IncomeEvidence)
Acknowledge Receipts (Appeal_acknowledgeReceipts)
Acknowledge Receipts (Appeal_acknowledgeReceiptsAppellant)
Add Case to Hearing Case (Appeal_addHearingCase)
Add Case to Hearing Case (Appeal_addHearingCaseIC)
Add Case to Hearing Case (Appeal_addHearingCaseObject)
Add Hearing Review (Appeal_addHearingReviewCase)
Add Hearing Review (Appeal_addHearingReviewCaseIC)
Add Hearing Review (Appeal_addHearingReviewIssueCase)
Add Hearing Review (Appeal_addHearingReviewIssueCaseIC)
Add Hearing Review (Appeal_addHearingReviewObjectCase)
Add Issue to Hearing Case (Appeal_addIssueToHearingCase)
Add Issue to Hearing Review (Appeal_addIssueToHearingReview)
Add Issue to Judicial Review (Appeal_addIssueToJudicialReview)
Add Case to Judicial Review (Appeal_addJudicialReviewCase)
Add Case to Judicial Review (Appeal_addJudicialReviewCaseIC)
Add Case to Judicial Review (Appeal_addJudicialReviewIssueCase)
Add Case to Judicial Review (Appeal_addJudicialReviewIssueCaseIC)
Add Case to Judicial Review (Appeal_addJudicialReviewObjectCase)
Adjourn Hearing (Appeal_adjournHearing)
Adjourn Hearing (Appeal_adjournHearingForIC)
Adjourn Hearing (Appeal_adjournHearingReview)
Approve Resolution (Appeal_approveDecision)
Approve Resolution (Appeal_approveResolution)
Cancel Appeal Hearing (Appeal_cancelHearingCase)
Cancel Hearing Case (Appeal_cancelHearingIssueCase)
Cancel Hearing Review (Appeal_cancelHearingReview)
Cancel Judicial Review (Appeal_cancelJudicialReview)
Close an Appeal Case (Appeal_close)
Close Judicial Review (Appeal_closeJudicialReview)
Close Judicial Review (Appeal_closeJudicialReview1)
Confirm Location Hearing (Appeal_confirmExternalLocationHearingIC)
Confirm Hearing Review (Appeal_confirmHearing_HearingReviewForIC)
Confirm Hearing Review (Appeal_confirmHearingReviewHearing)
Confirm Hearing Review (Appeal_confirmHearingReviewHearingForIC)
Confirm Home Hearing (Appeal_confirmHomeHearing)
Confirm Home Hearing (Appeal_confirmHomeHearingIC)
Confirm Home Hearing (Appeal_confirmHomeHearingType)
Confirm Home Hearing (Appeal_confirmHomeHearingTypeIC)
Confirm Location Hearing (Appeal_confirmIssueExternalLocationHearingIC)
Confirm Location Hearing (Appeal_confirmIssueLocationHearingIC)
Confirm Location Hearing (Appeal_confirmLocationHearing)
Confirm Location Hearing (Appeal_confirmLocationHearingIC)
Confirm Phone Hearing (Appeal_confirmPhoneHearing)
Confirm Phone Hearing (Appeal_confirmPhoneHearingIC)
Confirm Phone Hearing (Appeal_confirmPhoneHearingType)
Confirm Phone Hearing (Appeal_confirmPhoneHearingTypeIC)
Confirm Reschedule External Location Hearing (Appeal_ConfirmReScheduleExternalLocationHearingIC)
Confirm Reschedule Hearing Review Hearing (Appeal_confirmRescheduleHearingReviewHearing)
Confirm Reschedule Hearing Review Hearing (Appeal_confirmRescheduleHearingReviewHearingForIC)
Confirm Reschedule Home Hearing (Appeal_confirmRescheduleHomeHearing)
Confirm Reschedule Home Hearing (Appeal_confirmRescheduleHomeHearingIC)
Confirm Reschedule Location Hearing (Appeal_confirmRescheduleLocationHearing)
Reschedule Hearing (Appeal_confirmRescheduleLocationHearingIC)
Confirm Reschedule Telephone Hearing (Appeal_confirmReschedulePhoneHearing)
Reschedule Telephone Hearing (Appeal_confirmReschedulePhoneHearingIC)
Confirm Reschedule Hearing Review Hearing (Appeal_confirmRescheduleReviewHearingDateTimeForIC)
Continue Hearing (Appeal_continueHearing)
Continue Hearing (Appeal_continueHearingReviewHearing)
New Appellant (Appeal_createAppellant)
New Hearing (Appeal_createHearingCaseMultipleCases)
New Hearing (Appeal_createHearingCaseMultipleCasesIC)
New Hearing (Appeal_createHearingCaseObjectMultipleCases)
New Hearing Review (Appeal_createHearingReviewMultipleCases)
New Hearing Review (Appeal_createHearingReviewMultipleCasesIC)
New Hearing Review (Appeal_createHearingReviewObjectMultipleCases)
New Interpreter (Appeal_createInterpreter)
New Hearing Case (Appeal_createIssueHearingCaseMultipleCases)
New Hearing Case (Appeal_createIssueHearingCaseMultipleCasesIC)
New Hearing Review (Appeal_createIssueHearingReviewMultipleCases)
New Hearing Review (Appeal_createIssueHearingReviewMultipleCasesIC)
New Judicial Review (Appeal_createIssueJudicialReviewMultipleCases)
New Judicial Review (Appeal_createIssueJudicialReviewMultipleCasesIC)
New Judicial Review (Appeal_createJudicialReviewMultipleCases)
New Judicial Review (Appeal_createJudicialReviewMultipleCasesIC)
New Judicial Review (Appeal_createJudicialReviewObjectMultipleCases)
New Case Appeal (Appeal_createProductAppeal)
New Hearing Representative (Appeal_createRepresentative)
Attach Statement (Appeal_createStatement)
New Third Party (Appeal_createThirdParty)
New Transcription Request (Appeal_createTranscription)
New Witness (Appeal_createWitness)
New Case Appeal (Appeal_createWizard)
Remove Appellant (Appeal_deleteAppellant)
Edit Hearing Representative Fee (Appeal_IC_modifyHearingReviewRepresentativeFee)
Edit Fee (Appeal_IC_modifyRepresentativeFee)
Edit Phone Contact (Appeal_modifyPhoneContactFromList)
Edit Phone Contact (Appeal_modifyPhoneContactFromListIC)
Edit Phone Contact (Appeal_modifyPhoneContactFromView)
Edit Phone Contact (Appeal_modifyPhoneContactFromViewIC)
Edit Hearing Representative Fee (Appeal_modifyRepresentativeFee)
Edit Witness (Appeal_modifyWitnessFromList)
Edit Witness (Appeal_modifyWitnessFromListIC)
Edit Witness (Appeal_modifyWitnessFromView)
Edit Witness (Appeal_modifyWitnessFromViewIC)
New Case Appeal (Appeal_newCaseAppeal)
New Appeal (Appeal_nextStageAppeal)
Remove Hearing Attendee (Appeal_removeHearingAttendee)
Remove Third Party (Appeal_removeThirdParty)
Reschedule Desk-Based Hearing (Appeal_rescheduleDeskHearing)
New Desk-Based Hearing (Appeal_scheduleDeskHearing)
New Desk-Based Hearing (Appeal_scheduleIssueDeskHearing)
Submit Resolution (Appeal_submitDecision)
Submit Resolution For Approval (Appeal_submitResolutionForApproval)
Reject Appealed Case (AppealedCase_rejectCase)
New Program Appeal (AppealWizard_createAppeal)
New Determination Appeal (AppealWizard_DeterminationCreateAppeal)
Reassign Application (Application_confirmChangeOwnerToMe)
Reassign Application (Application_confirmReassigment)
New Email Communication (Application_createEmailCommunication)
New MS Word Communication (Application_createMSWordCommunicationCaseMember)
New Pro Forma Communication (Application_createProFormaCommunication)
Edit (Application_editApplicationDetails)
New Email Communication (Application_getEmailCorrespondent)
New MS Word Communication (Application_getMSWordCorrespondentCaseMember)
New Pro Forma Communication (Application_getProFormaCorrespondent)
Record Communication (Application_getRecordCommCorrespondent)
Match Client (Application_matchClientConfirmation)
Record Communication (Application_recordCommunication)
Add Client (Application_registerPersonAndAddAsClient)
Register Person (Application_registerProspectPersonAsPerson)
Transfer Application (Application_transferApplicationToExistingCase)
Edit Recorded Communication (ApplicationParticipant_modifyRecordedCommunicationFromList)
Add Proof (ApplicationVerificationApplication_createVerificationItemProvision)
Close Assessment (AssessmentDelivery_close)
New Assessment (AssessmentDelivery_selectAssessmentDefinition)
Activate Evidence (BenefitSample_activateEffectiveDatedEvidence)
Cancel Evidence (BenefitSample_cancelEditableEffectiveDatedEvidence)
Cancel Evidence (BenefitSample_cancelEffectiveDatedEvidence)
Create Case (BenefitSample_createCase)
Register Person (BenefitSample_registerPerson)
Add Invitation (CalendarMeetingDetails_addAttendee)
Add Contact Log Attendee (Case_addContactLogAttendee)
Add Contact Participant (Case_addContactLogAttendee1)
New Member (Case_createCaseMember)
Add Family as Case Members (Case_createCaseRelatedMember)
New Contact Log (Case_createContactLog)
New Contact (Case_createContactLog1)
Create Email Communication: (Case_createEmailComm)
New Email Communication (Case_createEmailCommunication)
New Email Communication (Case_createEmailCommunication1)
New Free Form Communication (Case_createFreeFormCommunication)
New Microsoft Word Communication (Case_createMSWordCommunication)
New Microsoft Word Communication (Case_createMSWordCommunicationCaseMember)
Create Pro Forma Communication: (Case_createProForma)
New Pro Forma Communication (Case_createProFormaCommunication)
New Pro Forma Communication (Case_createProFormaCommunication1)
New Recurring Activity (Case_createRecurringActivity)
New Referral (Case_createReferral)
New Review (Case_createReview)
New Activity (Case_createStandardActivity)
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)
New Owner (Case_modifyCaseOwner)
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_recordComm)
Record Communication (Case_recordCommunication)
Register Person and Create Case (Case_registerPersonAndCreateIntegratedCase)
Register Person and Create Case (Case_registerPersonAndCreateIntegratedCasePDC)
Register Prospect Person and Create a Case (Case_registerProspectPersonAndCreateIntegratedCase)
Register Prospect Person and Create an Integrated Case (Case_registerProspectPersonAndCreateIntegratedCasePDC)
New Contact (CaseContactLogWizard_addAttachments)
New Contact (CaseContactLogWizard_addNarrative)
New Contact Participant (CaseContactLogWizard_addParticipants)
Set Case Owner (CHIPCase_modifyCaseOwner)
Add Member (CHIPProduct_addAssistanceGroupMember)
Confirm Benefit Group Member (CHIPProduct_confirmAddBenefitGroupMember)
Remove Member (CHIPProduct_removeAssistanceGroupMember)
Remove Member (CHIPProduct_removeBenefitGroupMember)
Activate Case (CHIPProductDelivery_activate)
Close Case (CHIPProductDelivery_close)
Modify Case Closure (CHIPProductDelivery_modifyClose)
Modify Case Details (CHIPProductDelivery_modifyHeader)
Reactivate Case (CHIPProductDelivery_reactivate)
Reassess (CHIPProductDelivery_reassessBenefit)
Submit Case For Approval (CHIPProductDelivery_submit)
Suspend Case (CHIPProductDelivery_suspend)
Unsuspend Case (CHIPProductDelivery_unsuspend)
Reception Contact (ClientContactWizard_issueDetails)
Add Client (CommonIntake_addClient)
Remove Client (CommonIntake_cancelApplicationClient)
Assign and View Application Case (CommonIntake_confirmApplicationCaseAssignment)
New Application Case (CommonIntake_createApplicationCaseForConcernRole)
Reopen Program (CommonIntake_createProgramReopening)
New Referral (CommonIntake_createReferralApplicationCaseForConcernRole)
Deny Program (CommonIntake_denyProgram)
Find Match (CommonIntake_findMatch)
Register Client (CommonIntake_registerClient)
Select Match (CommonIntake_selectMatchConfirmation)
Create Client Contact (Contact_register)
Create Client Contact (Contact_registerFromPersonSearch)
New Receipt (CREOLECHIP_createCoPaymentReceiptEvidence)
Authorize (CREOLEProgramRecommendation_confirmAuthorize)
New Third Party (DecisionAssistApplication_createThirdParty)
New Product Delivery (DefaultIC_createProductDelivery)
New Case (DefaultICMember_createProductDelivery)
Attribute Existing Evidence (DefaultICProduct_attributeExistingEvidence)
Close Case (DefaultICProduct_close)
New Activity (DefaultICProduct_createActivity)
New Recurring Activity (DefaultICProduct_createRecurringActivity)
Edit Case (DefaultICProduct_modifyHeader)
Register Educational Institute (EducationalInstitute_register)
Program Summary (Eligibility_createProgram)
Delete Company Relationship (Employer_cancelRelatedCompany)
New Company Relationship (Employer_createRelatedCompany)
Edit Company Relationship (Employer_modifyRelatedCompany)
Register Employer (Employer_register)
New Child Support Payments Evidence (EVD_addToCaseAbParChildSupportEvidence_sa)
New Child Support Payments Evidence (EVD_addToCaseAbParChildSupportEvidence_wzSelAllCre)
New Absent Parent Evidence (EVD_addToCaseAbsentParentEvidence_sa)
New Alien Sponsor Evidence (EVD_addToCaseAlienSponsorEvidence_sa)
New Alimony Expense Evidence (EVD_addToCaseAlimonyExpenseEvidence_sa)
New Annuity Beneficiary Evidence (EVD_addToCaseAnnuityBeneficiaryEvidence_sa)
New Annuity Beneficiary Evidence (EVD_addToCaseAnnuityBeneficiaryEvidence_wzSelAllCre)
New Annuity Evidence (EVD_addToCaseAnnuityEvidence_sa)
New Authorized Representative Evidence (EVD_addToCaseAuthorizedRepEvidence_sa)
New Beneficiary Evidence (EVD_addToCaseBeneficiaryEvidence_sa)
New Beneficiary Evidence (EVD_addToCaseBeneficiaryEvidence_wzSelAllCre)
New Burial Plan Evidence (EVD_addToCaseBurialPlanEvidence_sa)
New Child Support Expense Evidence (EVD_addToCaseChildSupportExpenseEvidence_sa)
New Contributor Evidence (EVD_addToCaseContributorEvidence_sa)
New Contributor Evidence (EVD_addToCaseContributorEvidence_wzSelAllCre)
New Dependent Care Expense Evidence (EVD_addToCaseDependentCareExpenseEvidence_sa)
New Deprivation Evidence (EVD_addToCaseDeprivationEvidence_sa)
New Domestic Violence Evidence (EVD_addToCaseDomesticViolenceEvidence_sa)
New Employment Expense Evidence (EVD_addToCaseEmploymentExpenseEvidence_wzSelAllCreEmpOnly)
New General Insurance Evidence (EVD_addToCaseGeneralInsuranceEvidence_sa)
New Household Member Evidence (EVD_addToCaseHouseholdMemberEvidence_sa)
New Household Relationship Evidence (EVD_addToCaseHouseholdRelationshipEvidence_sa)
New Household Relationship Evidence (EVD_addToCaseHouseholdRelationshipEvidence_wzSelAllCre)
New Legal Guardian Expense Evidence (EVD_addToCaseLegalGuardianEvidence_sa)
New Level Of Care Evidence (EVD_addToCaseLevelOfCareEvidence_sa)
New Life Insurance Evidence (EVD_addToCaseLifeInsuranceEvidence_sa)
New Liquid Resources Evidence (EVD_addToCaseLiquidResourcesEvidence_sa)
New Living Arrangement Evidence (EVD_addToCaseLivingArrangeEvidence_sa)
New Loan Evidence (EVD_addToCaseLoanEvidence_sa)
New Medical Expense Evidence (EVD_addToCaseMedicalExpenseEvidence_sa)
New Medical Institution Evidence (EVD_addToCaseMedicalInstitutionEvidence_sa)
New Medical Insurance Evidence (EVD_addToCaseMedicalInsuranceEvidence_sa)
New Ownership Evidence (EVD_addToCaseOwnershipEvidence_sa)
New Ownership Evidence (EVD_addToCaseOwnershipEvidence_wzSelAllCre)
New Paid Employment Evidence (EVD_addToCasePaidEmploymentEvidence_wzSelAllCreEmpOnly)
New Pregnancy Evidence (EVD_addToCasePregnancyEvidence_sa)
New Resource Transfer Evidence (EVD_addToCaseResourceTransferEvidence_sa)
New Self Employment Evidence (EVD_addToCaseSelfEmploymentEvidence_wzSelAllCreEmpOnly)
New Shelter Expense Evidence (EVD_addToCaseShelterExpenseEvidence_sa)
New Spousal Cooperation Evidence (EVD_addToCaseSpousalCooperationEvidence_sa)
New Student Evidence (EVD_addToCaseStudentEvidence_sa)
New Transfer To Individual Evidence (EVD_addToCaseTransferToIndividualEvidence_sa)
New Transfer To Individual Evidence (EVD_addToCaseTransferToIndividualEvidence_wzSelAllCre)
New Trustee Evidence (EVD_addToCaseTrusteeEvidence_sa)
New Trustee Evidence (EVD_addToCaseTrusteeEvidence_wzSelAllCre)
New Trust Evidence (EVD_addToCaseTrustEvidence_sa)
New Unpaid Employment Evidence (EVD_addToCaseUnpaidEmploymentEvidence_wzSelAllCreEmpOnly)
New Utility Expense Evidence (EVD_addToCaseUtilityExpenseEvidence_sa)
New Veteran Military Service Evidence (EVD_addToCaseVetMilitaryServEvidence_sa)
New Voluntary Quit Evidence (EVD_addToCaseVoluntaryQuitEvidence_wzSelAllCreEmpOnly)
New Child Support Payments Evidence (EVD_createAbParChildSupportEvidence_sa)
New Child Support Payments Evidence (EVD_createAbParChildSupportEvidence_wzSelAllCre)
New Absent Parent Evidence (EVD_createAbsentParentEvidence_sa)
New Alien Sponsor Evidence (EVD_createAlienSponsorEvidence_sa)
New Alimony Expense Evidence (EVD_createAlimonyExpenseEvidence_sa)
New Annuity Beneficiary Evidence (EVD_createAnnuityBeneficiaryEvidence_sa)
New Annuity Beneficiary Evidence (EVD_createAnnuityBeneficiaryEvidence_wzSelAllCre)
New Annuity Evidence (EVD_createAnnuityEvidence_sa)
New Authorized Representative Evidence (EVD_createAuthorizedRepEvidence_sa)
New Beneficiary Evidence (EVD_createBeneficiaryEvidence_sa)
New Beneficiary Evidence (EVD_createBeneficiaryEvidence_wzSelAllCre)
New Burial Plan Evidence (EVD_createBurialPlanEvidence_sa)
New Child Support Expense Evidence (EVD_createChildSupportExpenseEvidence_sa)
New Contributor Evidence (EVD_createContributorEvidence_sa)
New Contributor Evidence (EVD_createContributorEvidence_wzSelAllCre)
New Dependent Care Expense Evidence (EVD_createDependentCareExpenseEvidence_sa)
New Deprivation Evidence (EVD_createDeprivationEvidence_sa)
New Domestic Violence Evidence (EVD_createDomesticViolenceEvidence_sa)
New Employer Evidence Details: (EVD_createEmployment)
New Employment Expense Evidence (EVD_createEmploymentExpenseEvidence_wzSelAllCreEmpOnly)
New General Insurance Evidence (EVD_createGeneralInsuranceEvidence_sa)
New Household Member Evidence (EVD_createHouseholdMemberEvidence_sa)
New Household Relationship Evidence (EVD_createHouseholdRelationshipEvidence_sa)
New Household Relationship Evidence (EVD_createHouseholdRelationshipEvidence_wzSelAllCre)
New Spend Down Medical Expense Evidence Details (EVD_createISPSpendDownMedicalExpenseEvidence_fromCreateMedicalExpense)
New Spend Down Medical Expense Evidence Details (EVD_createISPSpendDownMedicalExpenseProductEvidence)
New Legal Guardian Expense Evidence (EVD_createLegalGuardianEvidence_sa)
New Level Of Care Evidence (EVD_createLevelOfCareEvidence_sa)
New Life Insurance Evidence (EVD_createLifeInsuranceEvidence_sa)
New Liquid Resources Evidence (EVD_createLiquidResourcesEvidence_sa)
New Living Arrangement Evidence (EVD_createLivingArrangeEvidence_sa)
New Loan Evidence (EVD_createLoanEvidence_sa)
New Medical Expense Evidence Details: (EVD_createMedicalExpenseEvidence)
New Medical Expense Evidence (EVD_createMedicalExpenseEvidence_sa)
New Medical Institution Evidence (EVD_createMedicalInstitutionEvidence_sa)
New Medical Insurance Evidence (EVD_createMedicalInsuranceEvidence_sa)
New Ownership Evidence (EVD_createOwnershipEvidence_sa)
New Ownership Evidence (EVD_createOwnershipEvidence_wzSelAllCre)
New Paid Employment Evidence (EVD_createPaidEmploymentEvidence_wzSelAllCreEmpOnly)
New Pregnancy Evidence (EVD_createPregnancyEvidence_sa)
New Resource Transfer Evidence (EVD_createResourceTransferEvidence_sa)
New Self Employment Evidence (EVD_createSelfEmploymentEvidence_wzSelAllCreEmpOnly)
New Shelter Expense Evidence (EVD_createShelterExpenseEvidence_sa)
New Spousal Cooperation Evidence (EVD_createSpousalCooperationEvidence_sa)
New Student Evidence (EVD_createStudentEvidence_sa)
New Transfer To Individual Evidence (EVD_createTransferToIndividualEvidence_sa)
New Transfer To Individual Evidence (EVD_createTransferToIndividualEvidence_wzSelAllCre)
New Trustee Evidence (EVD_createTrusteeEvidence_sa)
New Trustee Evidence (EVD_createTrusteeEvidence_wzSelAllCre)
New Trust Evidence (EVD_createTrustEvidence_sa)
New Unborn Child Evidence (EVD_createUnbornChildEvidence_sa)
New Unborn Child Evidence (EVD_createUnbornChildEvidence_wzSelAllCre)
New Unpaid Employment Evidence (EVD_createUnpaidEmploymentEvidence_wzSelAllCreEmpOnly)
New Utility Expense Evidence (EVD_createUtilityExpenseEvidence_sa)
New Veteran Military Service Evidence (EVD_createVetMilitaryServEvidence_sa)
New Voluntary Quit Evidence (EVD_createVoluntaryQuitEvidence_wzSelAllCreEmpOnly)
Edit Absent Parent Evidence (EVD_incomingModifyAbsentParentEvidence)
Edit Household Relationship Evidence (EVD_incomingModifyHouseholdRelationshipEvidence)
Edit Absent Parent Evidence (EVD_modifyAbsentParentEvidence)
Edit Alien Sponsor Evidence (EVD_modifyAlienSponsorEvidence)
Edit Annuity Evidence (EVD_modifyAnnuityEvidence)
Edit Household Relationship Evidence (EVD_modifyHouseholdRelationshipEvidence)
Modify Spend Down Medical Expense Evidence Details (EVD_modifyISPSpendDownMedicalExpenseProductEvidence)
Edit Liquid Resources Evidence (EVD_modifyLiquidResourcesEvidence)
Edit Living Arrangement Evidence (EVD_modifyLivingArrangeEvidence)
Edit Loan Evidence (EVD_modifyLoanEvidence)
Edit Medical Expense Evidence (EVD_modifyMedicalExpenseEvidence)
Edit Medical Insurance Evidence (EVD_modifyMedicalInsuranceEvidence)
Edit Pregnancy Evidence (EVD_modifyPregnancyEvidence)
Edit Shelter Expense Evidence (EVD_modifyShelterExpenseEvidence)
Edit Student Evidence (EVD_modifyStudentEvidence)
Edit Utility Expense Evidence (EVD_modifyUtilityExpenseEvidence)
Transfer Evidence: (Evidence_listEvidenceForTransfer)
Issues (Evidence_listIssuesForPDC)
Delete Active Evidence (Evidence_removeActive)
Confirm Evidence Transfer (Evidence_transferEvidenceConfirmation)
Delete External Party Address (ExternalParty_cancelAddress)
Delete External Party Alternative Identifier (ExternalParty_cancelAlternateID)
Delete External Party Bank Account (ExternalParty_cancelBankAccount)
Delete External Party Email Address (ExternalParty_cancelEmailAddress)
Delete External Party Office (ExternalParty_cancelExternalPartyOffice)
Delete Office Member (ExternalParty_cancelOfficeMember)
Delete Office Member Email Address (ExternalParty_cancelOfficeMemberEmailAddress)
Delete External Party Phone Number (ExternalParty_cancelPhoneNumber)
New Office Member (ExternalParty_createOfficeMember)
New Bank Account (ExternalParty_createPaymentBankAccount)
New External Party Contact (ExternalParty_createUnregisteredCompanyContact)
Edit Address (ExternalParty_modifyAddressFromList)
Edit Address (ExternalParty_modifyAddressFromView)
Edit Alternative Identifier (ExternalParty_modifyAlternateIDFromList)
Edit Alternative Identifier (ExternalParty_modifyAlternateIDFromView)
Edit Bank Account (ExternalParty_modifyBankAccountFromList)
Edit Bank Account (ExternalParty_modifyBankAccountFromView)
Edit Email Address (ExternalParty_modifyEmailAddressFromList)
Edit Email Address (ExternalParty_modifyEmailAddressFromView)
Edit External Party (ExternalParty_modifyExternalParty)
Edit Email Address (ExternalParty_modifyOfficeMemberEmailAddressFromList)
Edit Email Address (ExternalParty_modifyOfficeMemberEmailAddressFromView)
Edit Phone Number (ExternalParty_modifyPhoneNumberFromList)
Edit Phone Number (ExternalParty_modifyPhoneNumberFromView)
Edit Recorded Communication (ExternalParty_modifyRecordedCommunicationFromView1)
Edit User (ExternalParty_modifyUserFromHome)
Register External Party (ExternalParty_register)
Cancel Payment (Financial_cancelPayment)
Cancel Payment (Financial_cancelPayment1)
Cancel Issued Payment (Financial_cancelPaymentInstrument)
Reverse Instruction (Financial_createInstructionReversal)
Reverse Details (Financial_createLineItemReversal)
Invalidate Payment (Financial_invalidatePayment)
Enable Employee Shopping (HCR_enableAndLogEmployeeCoCShopping)
Enable Special Enrollment Shopping Experience (HCR_enableAndLogSpecialEnrollmentShopping)
Enable Special Enrollment Shopping Experience (HCR_enableSpecialEnrollmentShopping)
Add Member (HCRAddMemberWizard_income)
Add Member (HCRAddMemberWizard_relationship)
Add Member (HCRAddMemberWizard_start)
Add Member (HCRAddMemberWizard_summary)
Add Member (HCRAddMemberWizard_taxInfo)
Check Retroactive Medicaid Eligibility (HCRRetroactiveMedicaid_confirmCheckEligibilty)
Enable Shopping Experience (HealthCare_enableCaseMotivation)
New Attendee (HomeStudy_createParticipantForAttendee)
New Investigation (ICInvestigationSample_create)
New Member Activity (ICMember_createMemberActivity)
New Case (ICMember_createProductDelivery)
New Recurring Member Activity (ICMember_createRecurringMemberActivity)
New Participant Activity (ICParticipant_createParticipantActivity)
New Recurring Participant Activity (ICParticipant_createRecurringParticipantActivity)
Close Case (ICProductSample_close)
New Activity (ICProductSample_createActivity)
New Recurring Activity (ICProductSample_createRecurringActivity)
Edit Case (ICProductSample_modifyHeader)
Create Delivery (ICSample_createProductDelivery)
Register Person (ICSample_registerPerson)
New Case (ICSample_selectIntegratedCaseType)
Attribute Existing Evidence (ICSportingGrantSample_attributeExistingEvidence)
Close Case (ICSportingGrantSample_close)
New Activity (ICSportingGrantSample_createActivity)
New Recurring Activity (ICSportingGrantSample_createRecurringActivity)
Edit Case (ICSportingGrantSample_modifyHeader)
New Incident (Incident_createIncidentForParticipant)
New Incident (Incident_createIncidentForParticipant1)
Edit Incident: (Incident_maintainIncident)
Edit Incident (Incident_modifyIncident)
Edit Incident (Incident_modifyIncident1)
Add Contact Participant (IncidentContactLog_addContactLogContact)
New Contact Log: (IncidentContactLog_createContactLog)
New Contact (IncidentContactLog_createContactLog1)
New Contact (IncidentContactLogWizard_addAttachments)
New Contact (IncidentContactLogWizard_addNarrative)
New Contact Participant (IncidentContactLogWizard_addParticipants)
Add Incident Participant: (IncidentParticipant_createIncidentParticipant)
Add Incident Participant (IncidentParticipant_createIncidentParticipant1)
Confirm Appointment: (IncomeScreening_confirmAppointment)
Capture Head of Household Details: (IncomeScreening_createCase)
Register Person (IncomeScreening_registerHouseholdMember)
Register Prospect Person (IncomeScreening_registerHouseholdProspect)
Register Person (IncomeScreening_registerPerson)
Register Prospect Person (IncomeScreening_registerProspect)
Close Case: (IncomeSupportScreening_close)
Transfer Evidence: (IncomeSupportScreening_confirmTransferEvidence)
Capture Head of Household Details: (IncomeSupportScreening_createCase)
New Home Phone Number: (IncomeSupportScreening_createHomePhoneNumber)
New Mailing Address: (IncomeSupportScreening_createMailingAddress)
New Primary Residence: (IncomeSupportScreening_createPrimaryResidence)
New Work Phone Number: (IncomeSupportScreening_createWorkPhoneNumber)
Register Person (IncomeSupportScreening_registerPerson)
Register Person (IncomeSupportScreening_registerPersonForHouseholdEvidence)
Register Prospect (IncomeSupportScreening_registerProspect)
Register Prospect (IncomeSupportScreening_registerProspectForHouseholdEvidence)
Select the Head of the Household (IncomeSupportScreening_transferEvidence)
Register Prospect Person as Person (Individual_registerProspectAsPerson)
Register Information Provider (InformationProvider_register)
Related Persons (Intake_listRelatedPerson)
Client Merge Wizard (Intake_MergeProspecrToPersonWizard)
Merge Duplicate (Intake_mergeProspectToPersonSummary)
Register Person (Intake_personFullRegistration)
Person Search Results (Intake_personSearchResult)
Register Prospect Person as Person (Intake_registerProspectAsPerson)
Register Client for Intake (Intake_registerProspectPerson)
Register Prospect Person as Person (Intake_registerProspectPersonAsPerson)
Register Prospect Person (Intake_registerProspectPersons)
Register Prospect Person (Intake_registerProspectPersons_Reset)
Register Prospect Person (Intake_registerProspectPersons_Reset1)
Register Prospect Person (Intake_registerProspectPersons1)
New Program Appeal (IntakeAppealWizard_createAppeal)
Register Person (IntakeShortCuts_registerPerson)
Add Prospect Person (IntakeShortCuts_registerProspectPerson)
Close Case (IntegratedCase_close)
New Activity (IntegratedCase_createActivity)
New Assessment (IntegratedCase_createAssessment)
New Outcome Plan (IntegratedCase_createOutcomePlan)
New Recurring Activity (IntegratedCase_createRecurringActivity)
New Referral (IntegratedCase_createReferral)
Edit Case Details (IntegratedCase_modifyHeader)
Edit Referral (IntegratedCase_modifyReferralFromList)
Edit Referral (IntegratedCase_modifyReferralFromView)
Reopen Case (IntegratedCase_reopen)
Cost (IntegratedServicePlan_cost)
Tracking Gantt (IntegratedServicePlan_trackingGantt)
Approve Investigation Case (InvestigationDelivery_approve)
Close Investigation (InvestigationDelivery_close)
New Allegation (InvestigationDelivery_createAllegation)
Add Participant (InvestigationDelivery_createAllegationRole)
New Assessment (InvestigationDelivery_createAssessment)
Edit Allegation (InvestigationDelivery_modifyAllegationFromList)
Edit Allegation (InvestigationDelivery_modifyAllegationFromView)
Edit Allegation Participant (InvestigationDelivery_modifyAllegationRole)
Change Closure Details (InvestigationDelivery_modifyClose)
Edit Investigation (InvestigationDelivery_modifyHeader)
Reject Request For Approval (InvestigationDelivery_reject)
Reopen Investigation (InvestigationDelivery_reopen)
Submit For Approval (InvestigationDelivery_submit)
Register Person (InvestigationSample_registerPerson)
Register Person (InvestigationSample_registerPersonForPDC)
New Investigation (InvestigationSample_selectType)
New Investigation (InvestigationSample_selectTypeForPerson)
New Investigation (InvestigationSample_selectTypeFromNonRegisteredPerson)
Add Household Member (ISAddMemberWizard_summaryDetails)
New Spend Down Medical Expense Evidence (ISP_addToCaseISPSpendDownMedicalExpenseProductEvidence_sa)
New Spend Down Medical Expense Evidence (ISP_addToCaseISPSpendDownMedicalExpenseProductEvidence_wzSelAllCre)
Assign New Expense (ISP_applyFromNewMedicalExpense)
Apply To Period (ISP_ApplyToPeriod)
Cancel Sanction (ISP_cancelSanctionEvidence)
Cancel Disregard (ISP_cancelSanctionOverride)
Renew Program (ISP_confirmProgramRenewal)
New Household Member Evidence Details (ISP_createCase)
New Receipt (ISP_createCoPaymentReceiptEvidence)
New Home Phone Number (ISP_createHomePhoneNumber)
New Spend Down Medical Expense Evidence (ISP_createISPSpendDownMedicalExpenseProductEvidence_sa)
New Spend Down Medical Expense Evidence (ISP_createISPSpendDownMedicalExpenseProductEvidence_wzSelAllCre)
New Mailing Address (ISP_createMailingAddress)
New Primary Residence (ISP_createPrimaryResidence)
Retroactive Program Summary (ISP_createRetroactiveProgram)
New Sanction (ISP_createSanctionEvidence)
New Disregard (ISP_createSanctionOverride)
New Work Phone Number (ISP_createWorkPhoneNumber)
Edit Spend Down Medical Expense Evidence (ISP_modifyISPSpendDownMedicalExpenseProductEvidence)
Edit Sanction (ISP_modifySanctionEvidence_fromList)
Edit Sanction (ISP_modifySanctionEvidence_fromView)
Edit Disregard (ISP_modifySanctionOverride_fromList)
Modify Sanction Override Details: (ISP_modifySanctionOverride_fromView)
Deny Spend Down Period (ISP_reasonSpendDownNotMet)
Register Person (ISP_registerPerson)
Renew Program (ISP_renewProductDeliveryConfirmation)
Basic Intake Information (ISPIntakeInformation_createFromScreening)
Delete Certification (ISPProduct_cancelCertification)
Create Integrated Case Product Activity (ISPProduct_createActivity)
New Certification (ISPProduct_createCertification)
Create Integrated Case Product Recurring Activity (ISPProduct_createRecurringActivity)
Edit Certification (ISPProduct_modifyCertificationFromList)
Edit Certification (ISPProduct_modifyCertificationFromView)
Close Case (ISPSpendDown_closeProgram)
Medical Assistance with Spend Down Program Summary (ISPSpendDown_createProgram)
Create Program (ISPSpendDown_createRetroactiveProgram)
Reuse Program (ISPSpendDown_reuseProgram)
Reuse Program (ISPSpendDown_reuseRetroactiveProgram)
Re-add a Member (ISReAddMemberWizard_submit)
Add Evidence (IssueDelivery_addEvidence)
Add Evidence (IssueDelivery_addEvidenceForIC)
Add Evidence (IssueDelivery_addEvidenceForProductDelivery)
Approve Resolution (IssueDelivery_approveResolution)
Close Issue (IssueDelivery_close)
Create Issue (IssueDelivery_createIssue)
New Issue Case (IssueDelivery_createIssueForICWizard)
New Issue Case (IssueDelivery_createIssueForPDWizard)
Submit Resolution for Approval (IssueDelivery_submitResolutionForApproval)
Close Case (LegalAction_close)
New Hearing (LegalAction_createHearing)
New Legal Action (LegalAction_createLegalAction)
New Legal Order (LegalAction_createOrder)
New Petition (LegalAction_createPetition)
Edit Legal Order (LegalAction_modifyOrder)
Schedule Hearing (LegalAction_scheduleHearing)
Activate Evidence (LiabilitySample_activateEffectiveDatedEvidence)
Cancel Evidence (LiabilitySample_cancelEditableEffectiveDatedEvidence)
Cancel Evidence (LiabilitySample_cancelEffectiveDatedEvidence)
Create Case (LiabilitySample_createCase)
Edit Delivery Pattern (LiabilitySample_modifyBillingPattern)
Register Person (LiabilitySample_registerPerson)
New Attendees (Meeting_inviteAttendee)
New Attendees (Meeting_inviteAttendeeFromSEF)
Attendance (MeetingAttendence_modify)
New Invitation (MeetingDetails_addAttendee)
Meeting Actions (MeetingMinutesWizard_actions)
Meeting Files (MeetingMinutesWizard_attachments)
Meeting Attendance (MeetingMinutesWizard_attendance)
Meeting Decisions (MeetingMinutesWizard_decisions)
Meeting Details (MeetingMinutesWizard_meetingDetails)
Meeting Notes (MeetingMinutesWizard_notes)
Meeting Minutes Summary (MeetingMinutesWizard_summary)
Edit Multidisciplinary Team Member (MultidisciplinaryTeamMember_modifyFromAdministrationList)
Edit Multidisciplinary Team Member (MultidisciplinaryTeamMember_modifyFromList)
Edit Multidisciplinary Team Member (MultidisciplinaryTeamMember_modifyFromView)
New Outcome Plan (NewOutcomePlanWizard_planDetails)
Edit Bank Branch (Organization_modifyBankBranchFromList)
Edit Bank Branch (Organization_modifyBankBranchFromView)
Edit Location (Organization_modifyLocationFromList)
Edit Location (Organization_modifyLocationFromView)
Edit Organization (Organization_modifyOrganization)
Edit User (Organization_modifyUserFromHome)
Edit User (Organization_modifyUserFromLeadUserList)
Edit User (Organization_modifyUserFromList)
Edit User (Organization_modifyUserFromOrgStructureList)
Edit User (Organization_modifyUserFromOrgUnitList)
Edit User (Organization_modifyUserFromSubUserForPositionList)
Edit User (Organization_modifyUserFromSupervisorUserForPositionList)
New Outcome Plan (OutcomePlan_accessibleCreateFromParentCase)
New Outcome Plan (OutcomePlan_accessibleCreateFromPerson)
New Evidence (OutcomePlan_addActivityEvidence)
Close Outcome Plan (OutcomePlan_close)
New Outcome Plan (OutcomePlan_createForSingleClient)
New Outcome Plan (OutcomePlan_enhancedCreate)
New Outcome Plan (OutcomePlan_enhancedCreate1)
Evidence (OutcomePlan_listActivityEvidence)
New Assessment (OutcomePlan_selectAssessmentDefinition)
New Assessment (OutcomePlan_selectPlanReviewAssessmentDefinition)
Edit Outcome Plan (OutcomePlan_update)
Issues (OutcomePlanAction_listIssues)
New Referral (OutcomePlanCollaborationPreselectedReferralWizard_details)
New Referral: (OutcomePlanCollaborationPreselectedReferralWizard_factors)
New Referral (OutcomePlanCollaborationPreselectedReferralWizard_notification)
OutcomePlanCollaborationPreselectedReferralWizard_provider
OutcomePlanCollaborationPreselectedReferralWizard_sharing
New Referral (OutcomePlanCollaborationReferralWizard_details)
New Referral (OutcomePlanCollaborationReferralWizard_factors)
New Referral (OutcomePlanCollaborationReferralWizard_notification)
OutcomePlanCollaborationReferralWizard_provider
New Referral (OutcomePlanCollaborationReferralWizard_service)
OutcomePlanCollaborationReferralWizard_sharing
New Referral (OutcomePlanPreselectedReferralWizard_details)
New Referral: (OutcomePlanPreselectedReferralWizard_factors)
New Referral (OutcomePlanPreselectedReferralWizard_notification)
OutcomePlanPreselectedReferralWizard_provider
New Referral (OutcomePlanReferralWizard_details)
New Referral (OutcomePlanReferralWizard_factors)
New Referral (OutcomePlanReferralWizard_notification)
OutcomePlanReferralWizard_provider
New Referral (OutcomePlanReferralWizard_service)
Delete Address (Participant_cancelAddress)
Delete Alternative Identifier (Participant_cancelAlternateID)
Delete Bank Account (Participant_cancelBankAccount)
Delete Email Address (Participant_cancelEmailAddress)
Delete Phone Number (Participant_cancelPhoneNumber)
New Address (Participant_createAddress)
New Alternative Identifier (Participant_createAlternateID)
New Bank Account (Participant_createBankAccount)
New Email Address (Participant_createEmailAddress)
New Email Communication (Participant_createEmailCommunication)
New Email Communication (Participant_createEmailCommunicationNoCaseID)
New Free Form Communication (Participant_createFreeFormCommunication)
New Home Phone Number (Participant_createHomePhoneNumber)
Reverse Line Item (Participant_createLineItemReversal)
New Mailing Address (Participant_createMailingAddress)
New Microsoft Word Communication (Participant_createMSWordCommunication)
New Microsoft Word Communication (Participant_createMSWordCommunicationWithNoMandatoryAddress)
New Bank Account (Participant_createPaymentBankAccount)
New Phone Number (Participant_createPhoneNumber)
New Primary Residence (Participant_createPrimaryResidence)
New Pro Forma Communication (Participant_createProFormaCommunication1)
New Contact (Participant_createUnregisteredCompanyContact)
New Contact (Participant_createUnregisteredContact)
New Work Phone Number (Participant_createWorkPhoneNumber)
End Deduction (Participant_endDeduction)
New Email Communication (Participant_getEmailCorrespondent)
New Microsoft Word Communication (Participant_getMSWordCorrespondent)
New Pro Forma Communication (Participant_getProFormaCorrespondent)
Record Communication (Participant_getRecordCommCorrespondent)
Merge Duplicate (Participant_mergeAddresses)
Merge Duplicate (Participant_mergeAddressEvidence)
Merge Duplicate (Participant_mergeAlternateIDEvidence)
Merge Duplicate (Participant_mergeAlternateNameEvidence)
Merge Duplicate (Participant_mergeAlternativeIDs)
Merge Duplicate (Participant_mergeAlternativeNames)
Merge Duplicate (Participant_mergeBankAccountEvidence)
Merge Duplicate (Participant_mergeBankAccounts)
Merge Duplicate (Participant_mergeEmailAddresses)
Merge Duplicate (Participant_mergeEmailAddressEvidence)
Merge Duplicate (Participant_mergePhoneNumberEvidence)
Merge Duplicate (Participant_mergePhoneNumbers)
Merge Duplicate (Participant_mergeRelationshipEvidence)
Merge Duplicate (Participant_mergeRelationships)
Client Merge Wizard (Participant_mergeWizard)
Client Merge Wizard (Participant_mergeWizardForViewDuplicate)
Edit Address (Participant_modifyAddress)
Edit Address (Participant_modifyAddressFromList)
Edit Address (Participant_modifyAddressFromView)
Edit Alternative Identifier (Participant_modifyAlternateID)
Edit Alternative Identifier (Participant_modifyAlternateIDFromList)
Edit Alternative Identifier (Participant_modifyAlternateIDFromView)
Edit Bank Account (Participant_modifyBankAccount)
Edit Bank Account (Participant_modifyBankAccountFromList)
Edit Bank Account (Participant_modifyBankAccountFromView)
Edit Email Address (Participant_modifyEmailAddressFromList)
Edit Email Address (Participant_modifyEmailAddressFromView)
Edit Phone Number (Participant_modifyPhoneNumberFromList)
Edit Phone Number (Participant_modifyPhoneNumberFromView)
Edit Recorded Communication (Participant_modifyRecordedCommunicationFromList1)
Edit Recorded Communication (Participant_modifyRecordedCommunicationFromView1)
Record Communication (Participant_recordCommunication)
Issue Financials (PaymentCorrection_issueFinancial)
New Evidence (PDCEvidence_addNewEvidence)
Evidence (PDCEvidence_listEvidence)
Delete Alternative Name (Person_cancelAlternateName)
Delete Relationship (Person_cancelRelationship)
Delete Utility Payment (Person_cancelUtilityPayment)
New Alternative Name (Person_createAlternateName)
New Universal Access Account (Person_createCitizenAccount)
New Relationship (Person_createRelationship)
Edit Person (Person_evidenceModify)
Edit Client Details (Person_evidenceModifyClient)
Edit Alternative Name (Person_modifyAlternateName)
Edit Alternative Name (Person_modifyAlternateNameFromList)
Edit Alternative Name (Person_modifyAlternateNameFromView)
Edit Person (Person_modifyPerson)
Edit Relationship (Person_modifyRelationship)
Edit Relationship (Person_modifyRelationshipFromList)
Edit Relationship (Person_modifyRelationshipFromView)
Edit Utility Payment (Person_modifyUtilityPaymentFromList)
Edit Utility Payment (Person_modifyUtilityPaymentFromView)
Register Person (Person_register)
Register Person (Person_registerForPDC)
Activate Case (ProductDelivery_activate)
Activate Deduction (ProductDelivery_activateDeduction)
Approve Case (ProductDelivery_approve)
Assign Component (ProductDelivery_assignComponent)
Assign Component (ProductDelivery_assignComponent1)
Assign Component (ProductDelivery_assignComponentFromCreate)
Assign Component (ProductDelivery_assignComponentFromCreate1)
Assign Component (ProductDelivery_assignObjectiveToNominee)
Assign Component (ProductDelivery_assignObjectiveToNominee1)
Delete Certification (ProductDelivery_cancelCertification)
Delete Certification (ProductDelivery_cancelCertification1)
Delete Deduction (ProductDelivery_cancelDeduction)
Delete Deduction (ProductDelivery_cancelDeduction1)
Close Case (ProductDelivery_close)
New Applied Fixed Deduction (ProductDelivery_createAppliedFixedDeduction1)
New Applied Fixed Deduction (ProductDelivery_createAppliedFixedDeductionWizard)
New Applied Variable Deduction (ProductDelivery_createAppliedVariableDeduction1)
New Applied Variable Deduction (ProductDelivery_createAppliedVariableDeductionWizard)
New Assessment (ProductDelivery_createAssessment)
New Case Nominee (ProductDelivery_createCaseNominee1)
New Certification (ProductDelivery_createCertification)
New Address (ProductDelivery_createNomineeAddress)
New Bank Account (ProductDelivery_createNomineeBankAccount)
New Third Party Fixed Deduction (ProductDelivery_createThirdPartyFixedDeduction1)
New Third Party Variable Deduction (ProductDelivery_createThirdPartyVariableDeduction1)
New Un-applied Fixed Deduction (ProductDelivery_createUnappliedFixedDeduction1)
New Un-applied Variable Deduction (ProductDelivery_createUnappliedVariableDeduction1)
New Utility Payment (ProductDelivery_createUtilityPayment)
Deactivate Deduction (ProductDelivery_deactivateDeduction)
Issue Liability (ProductDelivery_generateLiability)
Issue Payment (ProductDelivery_generatePayment)
Edit Applied Deduction (ProductDelivery_modifyAppliedDeductionDetailsFromList)
Edit Applied Deduction (ProductDelivery_modifyAppliedDeductionDetailsFromView)
Edit Certification (ProductDelivery_modifyCertificationFromList)
Edit Certification (ProductDelivery_modifyCertificationFromView)
Edit Case Closure (ProductDelivery_modifyClose)
Edit Deduction Details (ProductDelivery_modifyDeductionDetailsFromList)
Edit Deduction Details (ProductDelivery_modifyDeductionDetailsFromView)
Edit Delivery Pattern (ProductDelivery_modifyDeliveryPattern)
Edit Delivery Pattern (ProductDelivery_modifyDeliveryPatternForCaseNominee)
Edit Case Details (ProductDelivery_modifyHeader)
Edit Case (ProductDelivery_modifyHeader1)
Change Nominee Address (ProductDelivery_modifyNomineeAddress1)
Change Nominee Bank Account (ProductDelivery_modifyNomineeBankAccount1)
Edit Nominee Delivery Pattern (ProductDelivery_modifyNomineeDeliveryPattern)
Edit Nominee Delivery Pattern (ProductDelivery_modifyNomineeDeliveryPattern1)
Edit Third Party Deduction Details (ProductDelivery_modifyThirdPartyDeductionFromList)
Edit Third Party Deduction Details (ProductDelivery_modifyThirdPartyDeductionFromList1)
Edit Third Party Deduction Details (ProductDelivery_modifyThirdPartyDeductionFromView)
Edit Third Party Deduction Details (ProductDelivery_modifyThirdPartyDeductionFromView1)
Edit Un-applied Deduction Details (ProductDelivery_modifyUnappliedDeductionDetailsFromList)
Edit Un-applied Deduction Details (ProductDelivery_modifyUnappliedDeductionDetailsFromView)
Reactivate Case (ProductDelivery_reactivate)
Register Representative (ProductDelivery_registerRepresentative)
Reject Request For Approval (ProductDelivery_reject)
Set Default Nominee (ProductDelivery_setDefaultNominee)
Set Default Nominee (ProductDelivery_setDefaultNominee1)
Submit Case For Approval (ProductDelivery_submit)
Suspend Case (ProductDelivery_suspend)
Unsuspend Case (ProductDelivery_unsuspend)
Register Product Provider (ProductProvider_register)
Authorize (ProgramRecommendation_confirmAuthorize)
Authorize (ProgramRecommendation_listHouseholdMembersForMA)
Authorize (ProgramRecommendation_PremiumCoPaymentDetails)
Delete Alternative Name (Prospect_cancelAlternateName)
New Alternative Name (Prospect_createAlternateName)
Edit Alternative Name (Prospect_modifyAlternateNameFromList)
Edit Alternative Name (Prospect_modifyAlternateNameFromView)
Edit Prospect (Prospect_modifyProspect)
Register Prospect (Prospect_register)
Confirm Registration (Prospect_registerPersonFromProspect)
Delete Company Relationship (ProspectEmployer_cancelRelatedCompany)
New Company Relationship (ProspectEmployer_createRelatedCompany)
Register Employer (ProspectEmployer_duplicateCheckWizard)
Edit Company Relationship (ProspectEmployer_modifyRelatedCompany)
Register Prospect Employer (ProspectEmployer_register)
Register Prospect Employer as Employer (ProspectEmployer_registerAsEmployer)
Register Prospect Employer as Employer (ProspectEmployer_registerAsEmployerWizard)
Delete Alternative Name (ProspectPerson_cancelAlternateName)
Delete Relationship (ProspectPerson_cancelRelationship)
New Alternative Name (ProspectPerson_createAlternateName)
New Relationship (ProspectPerson_createRelationship)
Edit Alternative Name (ProspectPerson_modifyAlternateNameFromList)
Edit Alternative Name (ProspectPerson_modifyAlternateNameFromView)
Edit Prospect Person (ProspectPerson_modifyProspectPerson)
Edit Relationship (ProspectPerson_modifyRelationshipFromList)
Edit Relationship (ProspectPerson_modifyRelationshipFromView)
Register Prospect Person (ProspectPerson_register)
Register Prospect Person as Person (ProspectPerson_registerAsPerson)
Register Prospect Person as Person (ProspectPerson_registerAsPersonForPDCWizard)
Register Prospect Person as Person (ProspectPerson_registerAsPersonWizard)
Activate Contract (ProviderManagement_activateContract)
Activate Deduction (ProviderManagement_activateProviderDeduction)
New Client (ProviderManagement_addClientToPRLI)
Add Client (ProviderManagement_addClientToPRLICorrection)
New Line Item (ProviderManagement_addClientToRoster)
Add Contact Participant (ProviderManagement_addContactLogContact)
New Text Translation (ProviderManagement_addDescriptionTranslationToServiceOffering)
New Incident Participant (ProviderManagement_addIncidentParticipant)
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_approvePRLICorrectionFromView)
Approve Provider Roster Line Item Correction (ProviderManagement_approvePRLICorrections)
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)
Delete Deduction (ProviderManagement_cancelProviderDeduction)
Approve Line Items (ProviderManagement_confirmApproveServiceInvoiceLineItems)
Confirm cancel overlapping reservations (ProviderManagement_confirmCancelOverlappingActiveResForAnyClient)
Confirm delete rows from daily attendance roster (ProviderManagement_confirmDeleteDARosterRows)
Confirm delete rows from daily attendance roster (ProviderManagement_confirmDeleteDARosterRowsFrmET)
Confirm delete rows from daily attendance roster (ProviderManagement_confirmDeleteRowsForDARoster)
Confirm Modify Overlapping Placements (ProviderManagement_confirmModifyOverlappingPlacementPrd)
Confirm modify overlapping placements (ProviderManagement_confirmModifyPlacementPrdForWL)
Submit Line Items (ProviderManagement_confirmSubmitServiceInvoiceLineItems)
Confirm Suspend Provider (ProviderManagement_confirmSuspendProvider)
Confirm Transfer of Placement to Reservation (ProviderManagement_confirmTransferToReservation)
New Applied Deduction (ProviderManagement_createAppliedVariableDeduction)
New Contact Log (ProviderManagement_createIncidentContactLog)
New Investigation Case (ProviderManagement_createInvestigation)
New Member (ProviderManagement_createMemberForProvider)
New Member (ProviderManagement_createMemberForProviderForFacilityManager)
New Service (ProviderManagement_createNewServiceOffering)
New Service (ProviderManagement_createNewTrainingServiceOffering)
New Participant (ProviderManagement_createParticipantForProvider)
New Participant (ProviderManagement_createParticipantForProviderGroup)
New Member (ProviderManagement_createProviderGroupMember)
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 Third Party Deduction (ProviderManagement_createThirdPartyVariableDeduction)
New Training Service (ProviderManagement_createTrainingServiceOffering)
New Un-Applied Deduction (ProviderManagement_createUnappliedVariableDeduction)
New Unassigned Provider Member (ProviderManagement_createUnassignedProviderMember)
New Utilization Contract (ProviderManagement_createUtilizationContractForProvider)
New Rate (ProviderManagement_createUtilizationContractProviderOfferingRate)
Deactivate Deduction (ProviderManagement_deactivateProviderDeduction)
Step 5: Register Person (ProviderManagement_duplicateRegisterPersonAsProvider)
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)
Enroll Provider (ProviderManagement_enrollAsProvider)
Enroll Provider Group (ProviderManagement_enrollAsProviderGroup)
Enroll Provider (ProviderManagement_enrollProvider)
Transfer to Provider (ProviderManagement_enrollProviderFromEnquiry)
Enroll Provider Group (ProviderManagement_enrollProviderGroup)
Select Unassigned Provider Member (ProviderManagement_findPerson)
Edit Applied Deduction (ProviderManagement_modifyAppliedDeductionDetails)
Edit Client (ProviderManagement_modifyClientInPRLI)
Modify Client (ProviderManagement_modifyClientInPRLICorrection)
Edit Provider Incident (ProviderManagement_modifyIncident)
Edit Text Translation (ProviderManagement_modifyLocalizableSODescriptionTextTranslation)
Edit Text Translation (ProviderManagement_modifyLocalizableSONameTextTranslation)
Select Provider Payment Type (ProviderManagement_modifyPaymentType)
Confirm Placement (ProviderManagement_modifyPlaceDuringConfirmation)
Edit Placement (ProviderManagement_modifyPlacementDetails)
Modify Placement Information (ProviderManagement_modifyPlacementInformation)
Confirm Cancel Reservation (ProviderManagement_modifyPlacementInformationConfirmCancelReservation)
Edit Placement Payment Frequency (ProviderManagement_modifyPlacementPaymentFrequency)
Allocate Place (ProviderManagement_modifyPlaceProviderOfferingAllocate)
Update Roster Line Item (ProviderManagement_modifyPRLIFromExceptionTask)
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 Third Party Deduction (ProviderManagement_modifyThirdPartyDeduction)
Edit Un-Applied Deduction (ProviderManagement_modifyUnappliedDeductionDetails)
Edit Utilization Contract (ProviderManagement_modifyUtilizationContractForProviderGroup)
Edit Rate (ProviderManagement_modifyUtilizationContractProviderOfferingRate)
Place Client (ProviderManagement_placeSampleClient)
New Provider Incident (ProviderManagement_recordIncidentForProvider)
New Referral (ProviderManagement_referralWizardAddDetails)
New Referral (ProviderManagement_referralWizardAddNotification)
ProviderManagement_referralWizardAddProvider
New Referral (ProviderManagement_referralWizardAddService)
ProviderManagement_referralWizardLinkAddProvider
Step 5: Register Person (ProviderManagement_registerPersonAsProvider)
Register As Person (ProviderManagement_registerProviderAsPersonFrmProviderHome)
Renew Contract (ProviderManagement_renewContract)
Renew Contract (ProviderManagement_renewProviderGroupContract)
Step 2: Enroll Provider (ProviderManagement_sampleEnrollProvider)
ProviderManagement_specifyReferralProviderCPMService
ProviderManagement_specifyReferralProviderCPMServiceLink
Specify Provider (ProviderManagement_specifyReferralProviderUnregisteredService)
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)
Suspend Provider (ProviderManagement_suspendProvider)
Terminate Contract (ProviderManagement_terminateContract)
Transfer Client (ProviderManagement_transferClient)
Transfer Placement to Another Case (ProviderManagement_transferSamplePlacementToAnotherCase)
Reassessment Details (ProviderManagement_triggerReassessment)
Edit Line Item (ProviderManagement_updateAttendancePRLICorrection)
Edit Line Item (ProviderManagement_updateAttendanceRosterLineItem)
Edit Line Item (ProviderManagement_updatePRLICorrection)
Edit Line Item (ProviderManagement_updateRLIClientInfo)
Update Roster Line Item (ProviderManagement_updateRLIClientInfoFrmET)
Edit Line Item (ProviderManagement_updateRosterLineItem)
Update Roster Line Item (ProviderManagement_updateRosterLineItemFrmET)
Update Placement Period (ProviderManagement_updateSamplePlacementPeriod)
New Contact (ProviderManagementContactLogWizard_addAttachments)
New Contact (ProviderManagementContactLogWizard_addNarrative)
New Contact (ProviderManagementContactLogWizard_addParticipants)
Service Units: (ProviderServicePlanDelivery_listServiceUnitDelivery)
Quick Registration (Quick_register)
Register Educational Institute (RegisterEducationalInstitute_registerWizard)
Register Employer (RegisterEmployer_registerWizard)
Register External Party (RegisterExternalParty_registerWizard)
Register Information Provider (RegisterInformationProvider_registerWizard)
Register Person (RegisterPerson_registerForPDCWizard)
Register Person (RegisterPerson_registerWizard)
Register Product Provider (RegisterProductProvider_registerWizard)
Register Service Supplier (RegisterServiceSupplier_registerWizard)
Register Utility (RegisterUtility_registerWizard)
Remove Member (removeGroupMember)
Application (RightsAndResponsibilitiesForCase)
Application (RightsAndResponsibilitiesForCaseSubmit)
New Disregard (SanctionAssessment_createDisregard_CREOLE)
New Sanction (SanctionAssessment_createSanction_CREOLE)
Edit Sanction (SanctionAssessment_modifySanction)
Edit Recommendation Disregard (SanctionAssessment_modifySanctionOverride)
Close Case (Screening_closeCase)
New Evidence (ServiceDelivery_addActivityEvidence)
Evidence (ServiceDelivery_listActivityEvidence)
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 Plan Item (ServicePlanDelivery_addPlanItem_NameEditable)
Add Plan Item (ServicePlanDelivery_addServicePlanItem)
Add Plan Item (ServicePlanDelivery_addServiceUnitPlanItem)
Approve Service Plan (ServicePlanDelivery_approve)
Approve Plan Item (ServicePlanDelivery_approveServicePlanPlanItem)
Compare Baselines (ServicePlanDelivery_baselineComparisonGantt)
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 Planned Item Attachment (ServicePlanDelivery_cancelPlannedItemAttachment)
Delete Service Unit (ServicePlanDelivery_cancelServiceUnitDelivery)
Daily Client Participation (ServicePlanDelivery_caseClientParticipationDailyList)
Client Participation: (ServicePlanDelivery_caseClientParticipationForWeekList)
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)
New Attachment (ServicePlanDelivery_createPlannedItemAttachment)
New Recurring Activity (ServicePlanDelivery_createRecurringActivity)
Weekly Client Participation (ServicePlanDelivery_customPlanItemClientParticipationWeeklyList)
Weekly Participation (ServicePlanDelivery_customServicePlanItemClientParticipationWeeklyList)
Delete Sub-Goal (ServicePlanDelivery_deletePlannedSubGoal)
Delete Sub-Goal (ServicePlanDelivery_deletePlannedSubGoal_fromGantt)
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)
Authorization History (ServicePlanDelivery_listAuthorizationHistory)
Participation (ServicePlanDelivery_listClientParticipationForCase)
Client Participation (ServicePlanDelivery_listClientParticipationForCustomPlanItem)
Participation (ServicePlanDelivery_listClientParticipationForCustomServicePlanItem)
Participation (ServicePlanDelivery_listClientParticipationForPlanItem)
Client Participation (ServicePlanDelivery_listClientParticipationForServicePlan)
Participation (ServicePlanDelivery_listClientParticipationForServicePlanItem)
Client Participation (ServicePlanDelivery_listClientParticipationForServiceUnitPlanItem)
Approval Requests (ServicePlanDelivery_listCustomPlanItemApprovalRequest)
Attachments (ServicePlanDelivery_listCustomPlannedItemAttachments)
Approval Requests (ServicePlanDelivery_listCustomServicePlanItemApprovalRequest)
Attachments (ServicePlanDelivery_listCustomServicePlannedItemAttachments)
View Sub-Goal Milestones (ServicePlanDelivery_listMilestones)
Plan Content (ServicePlanDelivery_listPlanContentForSP)
View Sub-Goal Plan Items (ServicePlanDelivery_listPlanItems)
Select Plan Item (ServicePlanDelivery_listPlanItemsForClientParticipation)
Attachments (ServicePlanDelivery_listPlannedItemAttachments)
Approval Requests (ServicePlanDelivery_listPlanPlanItemApprovalRequest)
Approval Requests (ServicePlanDelivery_listServicePlanItemApprovalRequest)
Attachments (ServicePlanDelivery_listServicePlannedItemAttachments)
Service Units: (ServicePlanDelivery_listServiceUnitDelivery)
Approval Requests (ServicePlanDelivery_listServiceUnitPlanItemApprovalRequest)
Attachments (ServicePlanDelivery_listServiceUnitPlannedItemAttachments)
Manage Plan Participants (ServicePlanDelivery_managePlanParticipant)
Edit Absence (ServicePlanDelivery_modifyAbsenceForPlanItemFromList)
Modify Absence (ServicePlanDelivery_modifyAbsenceForPlanItemFromSPList)
Modify Absence (ServicePlanDelivery_modifyAbsenceForPlanItemFromSPView)
Edit Absence (ServicePlanDelivery_modifyAbsenceForPlanItemFromView)
Edit Planned Item Attachment (ServicePlanDelivery_modifyAttachmentFromView)
Edit Authorized Units (ServicePlanDelivery_modifyAuthorizedUnits)
Edit Client Participation (ServicePlanDelivery_modifyClientParticipation)
Edit Client Participation (ServicePlanDelivery_modifyClientParticipationServicePlanItem)
Edit Plan Item (ServicePlanDelivery_modifyCustomPlanItem)
Edit Plan Item (ServicePlanDelivery_modifyCustomServicePlanItemProviderEditable)
Edit Plan Item (ServicePlanDelivery_modifyCustomServicePlanItemProviderNonEditable)
Edit Plan Item (ServicePlanDelivery_modifyPlanItem_NameEditable)
Edit Attachment (ServicePlanDelivery_modifyPlannedItemAttachmentFromList)
Set Plan Owner (ServicePlanDelivery_modifyPlanOwner)
Edit Approval Request (ServicePlanDelivery_modifyPlanPlanItemApprovalRequest)
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)
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 Plan Item (ServicePlanDelivery_rejectServicePlanPlanItem)
Delete Plan Item : (ServicePlanDelivery_removePlanItem)
Delete Plan Item (ServicePlanDelivery_removeServicePlanPlanItem)
Print Contract (ServicePlanDelivery_savePrintContract)
Select Baseline for Comparison: (ServicePlanDelivery_selectBaselineForCompare)
Select Client (ServicePlanDelivery_selectContractClient)
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)
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)
Home (ServicePlanDelivery_viewCustomPlanItem)
Home (ServicePlanDelivery_viewCustomPlanItem_fromGantt)
Home (ServicePlanDelivery_viewCustomServicePlanItem)
View Custom Service Plan Item Details: (ServicePlanDelivery_viewCustomServicePlanItem_fromGantt)
View Sub-Goal Details (ServicePlanDelivery_viewPlannedSubGoal)
Sub-Goal Details (ServicePlanDelivery_viewPlannedSubGoal_fromGantt)
Approval Requests Details : (ServicePlanDelivery_viewPlanPlanItemApprovalRequest)
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 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)
Register Service Supplier (ServiceSupplier_register)
Change Reporter (SocialEnterpriseFolder_changeIncidentReporter)
New Social Enterprise Folder (SocialEnterpriseFolder_create)
New Email Communication (SocialEnterpriseFolder_createEmailCommunication)
New Incident (SocialEnterpriseFolder_createIncident)
New MS Word Communication (SocialEnterpriseFolder_createMSWordCommunication)
Create Witness: (SocialEnterpriseFolder_createWitness)
New Social Enterprise Folder (SocialEnterpriseFolder_enhancedCreate)
New Email Communication (SocialEnterpriseFolder_getEmailCorrespondent)
New MS Word Communication (SocialEnterpriseFolder_getMSWordCorrespondent)
New Pro Forma Communication (SocialEnterpriseFolder_getProFormaCorrespondent)
Record Communication (SocialEnterpriseFolder_getRecordCommCorrespondent)
New Owner (SocialEnterpriseFolder_modifyCaseOwner)
Update Reporter (SocialEnterpriseFolder_modifyIncidentReporter)
Edit Recorded Communication (SocialEnterpriseFolder_modifyRecordedCommunication)
Modify Recorded Communication: (SocialEnterpriseFolder_modifyRecordedCommunicationFromView)
Modify Witness: (SocialEnterpriseFolder_modifyWitness)
Record Communication (SocialEnterpriseFolder_recordCommunication)
Reassign Case (Supervisor_reassignCase)
Reassign Issues (Supervisor_reassignCaseIssuesByAge)
Reassign Case Issues By Type (Supervisor_reassignCaseIssuesByType)
Reassign Appeals (SupervisorAppeals_reassignCaseAppealsByDeadline)
Reassign Case Appeals By Type (SupervisorAppeals_reassignCaseAppealsByType)
Reassign Cases (SupervisorAppeals_reassignCasesWithAppeals)
Activate Case (TBBCCProductDelivery_activate)
Close Case (TBBCCProductDelivery_close)
Modify Case Closure (TBBCCProductDelivery_modifyClose)
Modify Case Details (TBBCCProductDelivery_modifyHeader)
Reactivate Case (TBBCCProductDelivery_reactivate)
Reassess (TBBCCProductDelivery_reassessBenefit)
Submit Case For Approval (TBBCCProductDelivery_submit)
Suspend Case (TBBCCProductDelivery_suspend)
Unsuspend Case (TBBCCProductDelivery_unsuspend)
Register Utility (Utility_register)
Verify Evidence (VerificationApplication_associateOutstandingEvd)
Verify Evidence (VerificationApplication_associateOutstandingEvdForPDC)
Add Proof (VerificationApplication_createParticipantVerificationItemProvision)
Add Proof (VerificationApplication_createVerificationItemProvision)
Add Unregistered Visitor (VisitationLog_addUnregisteredVisitor)
Unregistered Person Details (VisitationLog_modifyUnregisteredVisitor)
Add Unregistered Visitor (VisitationPlan_addUnregisteredVisitor)
Unregistered Person Details (VisitationPlan_modifyUnregisteredVisitor)