Table Description
Task Redirection: Allows a Task to be directed to another User on the system. This entity also allows task allocation to be blocked for a specified User on the system.

This table allows a Task to be redirected from the User that they should normally be assigned to, to another User on the system

The records on this table may also stipulate that task allocation is blocked for a specified User on the system.

For task redirection, the redirect from user specifies the name of the user that the tasks will be redirected from while the redirect to user specifies the name of the user that the tasks will be redirected to. A start and end date time is specified to each task redirection record during which the tasks will be redirected. This also means that task redirections can be set up only for future dates.

For task allocation blocking, the redirect from user specifies the name of the user that the allocation of tasks will be blocked for. In this instance, a start and end date time is specified to each task allocation blocking record during which no tasks will be allocated to that User.

Example

The following is an example of task redirection.

A User John Walsh has put in a request for annual leave for a specified week. His supervisor User Ronan Rooney then sets up a task redirection record for this specified period.

The start date time for the task redirection period is the first day of User John Walsh's specified week of annual leave. The end date and time is the last day of the specified week of annual leave.

The supervisor also specifies that the Task that were to be assigned to User John Walsh will be assigned to User Peter Johnson during this week.

During the period of time specified by the task redirection record, the Workflow Engine will assign any Task that were to be assigned to User John Walsh to User Peter Johnson.

The following is an example of task allocation blocking.

A User Peter Prior has been on sick leave for a week. His supervisor User Ronan Rooney realizes that there are now too many tasks assigned to Peter and sets up a task allocation blocking period to allow Peter to catch up with his workload.

The start date time for the task allocation blocking period is the current date and time. Ronan Rooney specifies that it should take Peter four days to catch up with his workload and so specifies the end date and time for the allocation blocking period to be four days from the current date and time.

During the period of time specified by the task allocation blocking record, the task allocation assignment algorithm will not allocate any tasks to Peter Prior. Once the end date and time of the task allocation blocking period expires, tasks will be allocated to User Peter Prior as normal.

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::Core::Reference Model::Service Layer::TaskRedirection::Entity::TaskRedirection::TaskRedirection
Controlling File: core\model\Packages\Reference Model\Service Layer\TaskRedirection\Entity\TaskRedirection\TaskRedirection_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (8)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
taskRedirectionIDkeynoThe unique identifier of a task redirection record.TASK_REDIRECTION_ID SVR_INT64
fromUserNamedetailsyesThe name of the user whose tasks will be redirected to another user or whose task allocation will be blocked completely.USER_NAME SVR_STRING<64>
toUserNamedetailsyesThe name of the user to whom the tasks will be redirected to.USER_NAME SVR_STRING<64>
startDateTimedetails The date and time on which the task redirection or task allocation blocking period will begin.TASK_REDIRECTION_TIMESTAMP SVR_DATETIME
endDateTimedetails The date and time on which the task redirection or task allocation blocking period will end.TASK_REDIRECTION_TIMESTAMP SVR_DATETIME
blockTaskAllocationdetails When set to true, this boolean flag indicates that this is a task allocation blocking record (rather than a task redirection record). Task allocation blocking periods may be set up to ensure that no tasks are assigned to a specified user for a specified period of time.BOOLEAN_TYPE SVR_BOOLEAN
toRedirectIDdetails The id of the organization element to whom the tasks will be redirected to.ALLOCATION_TARGET_ITEM_ID SVR_INT64
toRedirectTypedetails The type (Position, Job, OrgUnit, User) of the organization element to whom the tasks will be redirected to.ALLOCATION_TARGET_ITEM_TYPETargetItemTypeSVR_STRING<10>
Foreign Keys (2)
ChildParent
TaskRedirection.fromUserNameUsers.userName
TaskRedirection.toUserNameUsers.userName
Indices (3)
Index NameAttributes
TaskRedirectIndx3fromUserName, blockTaskAllocation
TaskRedirectIndx1fromUserName, startDateTime, endDateTime
IND__1442377719toUserName
Operations (14)
OperationStereotypeOptionsDescriptionSQL
insertinsertPRE_DATA_ACCESS: yes
The standard insert operation on the task redirection entity. 
removeremove The standard remove operation on the task redirection entity. 
searchTaskRedirectionsByRedirectFromUserNamensmulti Returns a list of all the task redirection records for a specified redirect from user. @deprecated Since Curam 6.0, this method has been replaced by {@link #searchByRedirectFromUserName}. The new method also returns the ID and type of the organization object where the task is being redirected.SQL
readByFromUserNameAndCurrentDateTimens @deprecated in curam v6 replaced with {@link searchByFromUserNameAndCurrentDateTime}, since the return struct ActiveTaskRedirectionOrTaskAllocationBlockingPeriodDetails has been deprecated. Instead a new method searchByFromUserNameAndCurrentDateTime has been introduced which along with existing functionality retrieves task redirection records of members other than users based on from user name and current time.SQL
modifyEndDateTimensmodifyOPTIMISTIC_LOCKING: yes
Modifies the end date and time for a task redirection record. 
searchByFromUserStartAndEndDateTimensmulti Returns a list of summary details for active and pending task redirection or task allocation blocking records for the specified user. @deprecated Since Curam 6.0, this method has been replaced by {@link #searchByFromUserStartDateAndEndDateTime()} See release note CR00225257SQL
searchTaskAllocationBlockingPeriodsByRedirectFromUserNamensmulti Returns a list of all the task allocation blocking records for a specified redirect from user.SQL
searchByToUserStartAndEndDateTimensmulti Returns a list of summary details for active and pending task redirection or task allocation blocking records for the specified toUserName.SQL
searchByUserNamereadmulti Reads all the record for a user name. 
modifymodify <p> Modifies a task redirection record. </p> 
readread Standard Operation 
searchByFromUserStartDateAndEndDateTimensmulti Returns a list of summary details for active and pending task redirection or task allocation blocking records for the specified user.SQL
searchByRedirectFromUserNamensmulti Returns a list of all the task redirection records for a specified redirect from user.SQL
readTaskRedirectionsByFromUserNameAndCurrentDateTimens Returns the details of the active task redirection or task allocation blocking record, if any, for a specified redirect from user name.SQL
Related Pages (1273)
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)
Edit Third Party Product (Administration_modifyThirdPartyProductFromList)
Edit Third Party Product (Administration_modifyThirdPartyProductFromView)
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)
Complete Hearing (Appeal_completeDeskHearing)
Complete Hearing (Appeal_completeHearing)
Complete Hearing (Appeal_completeHearingForIC)
Complete Hearing (Appeal_completeHearingReviewHearing)
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)
Invite User Attendee (Appeal_inviteHearingAttendee)
Invite Hearing Reviewer (Appeal_inviteHearingReviewer)
Edit Appealed Case (Appeal_modifyAppealedCase)
Edit Appealed Case (Appeal_modifyAppealedCaseForIC)
Edit Appealed Issue (Appeal_modifyAppealedIssueCaseForIC)
Edit Appealed Case (Appeal_modifyAppealedIssuesForIC)
Edit Appealed Case (Appeal_modifyFromViewHearingCaseAppealedCase)
Edit Appealed Case (Appeal_modifyFromViewHearingCaseAppealedCaseForIC)
Edit Appealed Case (Appeal_modifyFromViewHearingReviewAppealedCase)
Edit Appealed Case (Appeal_modifyFromViewHearingReviewAppealedCaseIC)
Edit Appealed Case (Appeal_modifyFromViewJudicialReviewAppealedCase)
Edit Appealed Case (Appeal_modifyFromViewJudicialReviewAppealedCaseIC)
Edit Hearing (Appeal_modifyHearingCase)
Edit Hearing Review (Appeal_modifyHearingReview)
Edit Judicial Review (Appeal_modifyJudicialReview)
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 Appealed Case (Appeal_removeHearingCaseAppealedCase)
Remove Appealed Case (Appeal_removeHearingCaseAppealedCaseForIC)
Remove Appealed Issue (Appeal_removeHearingCaseAppealedIssueCaseForIC)
Remove Appealed Issue (Appeal_removeHearingCaseAppealedIssuesForIC)
Remove Appealed Case (Appeal_removeHearingReviewAppealedCase)
Remove Appealed Case (Appeal_removeHearingReviewAppealedCaseForIC)
Remove Appealed Issue (Appeal_removeHearingReviewAppealedIssueCaseForIC)
Remove Appealed Issue (Appeal_removeHearingReviewAppealedIssuesForIC)
Remove Appealed Case (Appeal_removeJudicialReviewAppealedCase)
Remove Appealed Case (Appeal_removeJudicialReviewAppealedCaseForIC)
Remove Appealed Issue (Appeal_removeJudicialReviewAppealedIssueCaseForIC)
Remove Appealed Issue (Appeal_removeJudicialReviewAppealedIssuesForIC)
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)
Approve Appealed Case (AppealedCase_approveCase)
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)
Undo Transfer Application (Application_undoTransferApplicationToExistingCase)
Edit Recorded Communication (ApplicationParticipant_modifyRecordedCommunicationFromList)
Add Proof (ApplicationVerificationApplication_createVerificationItemProvision)
Approve Assessment (AssessmentApproval_confirmApproval)
Close Assessment (AssessmentDelivery_close)
Reject Assessment (AssessmentDelivery_reject)
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)
Edit Action (CalendarMeetingMinutes_editActionFromList)
Add Contact Log Attendee (Case_addContactLogAttendee)
Add Contact Participant (Case_addContactLogAttendee1)
New Member (Case_createCaseMember)
Add Family as Case Members (Case_createCaseRelatedMember)
New Supervisor (Case_createCaseSupervisor)
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 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)
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)
Add to Audit Team (CaseAudit_createAuditorsAndAddToTeam)
New Contact (CaseContactLogWizard_addAttachments)
New Contact (CaseContactLogWizard_addNarrative)
New Contact Participant (CaseContactLogWizard_addParticipants)
Set Case Owner (CHIPCase_modifyCaseOwner)
- (CHIPDecision_context)
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)
Reception Contact (ClientContactWizard_modifyIssueDetails)
Add Client (CommonIntake_addClient)
Approve Timer Extension (CommonIntake_approveTimerExtension)
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)
Edit And Approve Timer Extension (CommonIntake_editAndApproveTimerExtension)
Edit Application (CommonIntake_editApplicationCase)
Edit Date Program Added (CommonIntake_editProgramDateAdded)
Extend Timer (CommonIntake_extendTimers)
Find Match (CommonIntake_findMatch)
Edit Reopen Details (CommonIntake_modifyProgramReopenDetails)
Register Client (CommonIntake_registerClient)
Reject Timer Extension (CommonIntake_rejectTimerExtension)
Select Match (CommonIntake_selectMatchConfirmation)
Modify Client Contact (Contact_modifyTodaysContacts)
Modify Client Contact (Contact_modifyUnsubmittedContacts)
Create Client Contact (Contact_register)
Create Client Contact (Contact_registerFromPersonSearch)
New Receipt (CREOLECHIP_createCoPaymentReceiptEvidence)
Authorize (CREOLEProgramRecommendation_confirmAuthorize)
Deny (CREOLEProgramRecommendation_confirmDenyProgramApplication)
Select Configurations to Publish (CREOLEPropConfig_selectForPublish)
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)
- (DefaultICProduct_tabDetails)
DefaultICProduct_tabDetailsPreview
Edit Educational Institute (EducationalInstitute_modify)
Register Educational Institute (EducationalInstitute_register)
Program Summary (Eligibility_createProgram)
- (EmergencyMedicaidDecision_context)
Delete Company Relationship (Employer_cancelRelatedCompany)
New Company Relationship (Employer_createRelatedCompany)
Edit Employer (Employer_modifyEmployer)
Edit Company Relationship (Employer_modifyRelatedCompany)
Register Employer (Employer_register)
- (ESIDecision_context)
New Child Support Payments Evidence (EVD_addToCaseAbParChildSupportEvidence_sa)
New Child Support Payments Evidence (EVD_addToCaseAbParChildSupportEvidence_wzSelAllCre)
New Absence Evidence (EVD_addToCaseAbsenceEvidence_sa)
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 Burial Plot Evidence (EVD_addToCaseBurialPlotEvidence_sa)
New Business Asset Evidence (EVD_addToCaseBusinessAssetEvidence_sa)
New Business Asset Evidence (EVD_addToCaseBusinessAssetEvidence_wzSelAllCre)
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 Property Evidence (EVD_addToCasePropertyEvidence_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 Absence Evidence (EVD_incomingModifyAbsenceEvidence)
Edit Absent Parent Evidence (EVD_incomingModifyAbsentParentEvidence)
Edit Burial Plot Evidence (EVD_incomingModifyBurialPlotEvidence)
Edit Business Asset Evidence (EVD_incomingModifyBusinessAssetEvidence)
Edit Household Relationship Evidence (EVD_incomingModifyHouseholdRelationshipEvidence)
Edit Property Evidence (EVD_incomingModifyPropertyEvidence)
Edit Absence Evidence (EVD_modifyAbsenceEvidence)
Edit Absent Parent Evidence (EVD_modifyAbsentParentEvidence)
Edit Alien Sponsor Evidence (EVD_modifyAlienSponsorEvidence)
Edit Annuity Evidence (EVD_modifyAnnuityEvidence)
Edit Burial Plot Evidence (EVD_modifyBurialPlotEvidence)
Edit Business Asset Evidence (EVD_modifyBusinessAssetEvidence)
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 Property Evidence (EVD_modifyPropertyEvidence)
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)
- (ExemptionDecision_context)
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)
Close User (ExternalParty_closeOrganizationUser)
Close User (ExternalParty_closeUser)
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)
Reopen User (ExternalParty_reopenUser)
Task Redirection (ExternalParty_taskRedirection)
User Home (ExternalParty_userHome)
Cancel Payment (Financial_cancelPayment)
Cancel Payment (Financial_cancelPayment1)
Cancel Issued Payment (Financial_cancelPaymentInstrument)
Reverse Instruction (Financial_createInstructionReversal)
Reverse Details (Financial_createLineItemReversal)
Create Manual Payment (Financial_createManualPayment)
Record Manually Issued Payment (Financial_createManualPaymentWizard)
Create Write Off (Financial_createWriteOff)
Create Write Off (Financial_createWriteOff1)
Invalidate Payment (Financial_invalidatePayment)
Confirm & Reissue (Financial_regenerateAppliedFixedDeduction)
Reissue with Un-applied Deduction (Financial_regenerateUnappliedDeduction)
Simulate Payment (Financial_simulatePayment1)
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)
Approve Milestone Waiver Request: (ICInvestigationDelivery_approveWaiver)
Request Milestone Waiver (ICInvestigationDelivery_createWaiverForMilestone)
Edit And Approve Milestone Waiver Request (ICInvestigationDelivery_modifyAndApproveWaiver)
Reject Milestone Waiver Request (ICInvestigationDelivery_rejectWaiver)
New Investigation (ICInvestigationSample_create)
New Member Activity (ICMember_createMemberActivity)
New Case (ICMember_createProductDelivery)
New Recurring Member Activity (ICMember_createRecurringMemberActivity)
New User Task (ICMember_createTask)
New Participant Activity (ICParticipant_createParticipantActivity)
New Recurring Participant Activity (ICParticipant_createRecurringParticipantActivity)
Close Case (ICProductSample_close)
New Activity (ICProductSample_createActivity)
New Recurring Activity (ICProductSample_createRecurringActivity)
New User Task (ICProductSample_createTask)
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)
Task Preferences (Inbox_viewInboxOptionsTabDetails)
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)
Edit Information Provider (InformationProvider_modifyInformationProvider)
Register Information Provider (InformationProvider_register)
Edit Milestone (InsuranceAffordability_modifyMilestoneFromList)
Edit Milestone (InsuranceAffordability_modifyMilestoneFromListWaiver)
- (InsuranceAssistanceDecision_context)
Approve (Intake_approveTimerExtension)
Confirm Withdrawal Request (Intake_confirmProgramWithdrawalRequest)
Confirm Withdrawal Request (Intake_confirmProgramWithdrawalRequestFromTask)
Withdraw Program Request (Intake_createProgramWithdrawalRequest)
Withdraw Program Request (Intake_createProgramWithdrawalRequest1)
Edit And Approve (Intake_editAndApproveTimerExtension)
Extend (Intake_extendTimers)
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)
Reject (Intake_rejectTimerExtension)
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)
New User Task (IntegratedCase_createTask)
Edit Case Details (IntegratedCase_modifyHeader)
Edit Referral (IntegratedCase_modifyReferralFromList)
Edit Referral (IntegratedCase_modifyReferralFromView)
Reopen Case (IntegratedCase_reopen)
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)
Edit Action (MeetingMinutes_editActionFromList)
Edit Action (MeetingMinutes_editActionFromListFromAgenda)
Action: (MeetingMinutes_editActionFromView)
Action: (MeetingMinutes_editActionFromViewFromAgenda)
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 Agency Referral (ModifyLiteAgencyReferral)
Edit Provider Referral (ModifyLiteProviderReferral)
Edit Multidisciplinary Team Member (MultidisciplinaryTeamMember_modifyFromAdministrationList)
Edit Multidisciplinary Team Member (MultidisciplinaryTeamMember_modifyFromList)
Edit Multidisciplinary Team Member (MultidisciplinaryTeamMember_modifyFromView)
New Outcome Plan (NewOutcomePlanWizard_planDetails)
Clear Task Redirection (Organization_clearTaskRedirectionForUser)
Close User (Organization_closeOrganizationUser)
Close User (Organization_closeUser)
Edit Bank Branch (Organization_modifyBankBranchFromList)
Edit Bank Branch (Organization_modifyBankBranchFromView)
Edit Location (Organization_modifyLocationFromList)
Edit Location (Organization_modifyLocationFromView)
Edit Organization (Organization_modifyOrganization)
Edit Organization Unit (Organization_modifyOrgUnitFromList)
Edit Organization Unit (Organization_modifyOrgUnitFromView)
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)
Home (Organization_orgUnitHome)
Organization Unit Home (Organization_orgUnitHomeError)
Reopen User (Organization_reopenUser)
Task Redirection (Organization_taskRedirection)
Task Redirection (Organization_taskRedirectionForUser)
Task Redirection History (Organization_taskRedirectionHistory)
Home (Organization_userHome)
Home (Organization_viewUserHome)
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)
Approve Agreement (OutcomePlanAgreement_approve)
Reject Agreement (OutcomePlanAgreement_reject)
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 User Task (Participant_createTask)
New User Task (Participant_createTask1)
New Contact (Participant_createUnregisteredCompanyContact)
New Contact (Participant_createUnregisteredContact)
New Work Phone Number (Participant_createWorkPhoneNumber)
New Write Off (Participant_createWriteOff)
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 Communication (Participant_modifyDraftEmailCommunication)
Edit Pro Forma Communication (Participant_modifyDraftProFormaCommunication)
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 Education (Person_modifyEducation)
Edit Education (Person_modifyEducationFromList)
Edit Education (Person_modifyEducationFromView)
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)
Edit Milestone (ProductDelivery_modifyMilestoneFromList)
Edit Milestone (ProductDelivery_modifyMilestoneFromListWaiver)
Edit Milestone (ProductDelivery_modifyMilestoneFromView)
Edit Milestone (ProductDelivery_modifyMilestoneFromViewWaiver)
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)
Save Simulation (ProductDelivery_saveSimulation)
Set Default Nominee (ProductDelivery_setDefaultNominee)
Set Default Nominee (ProductDelivery_setDefaultNominee1)
Simulate Payment (ProductDelivery_simulatePayment)
Submit Case For Approval (ProductDelivery_submit)
Suspend Case (ProductDelivery_suspend)
- (ProductDelivery_tabDetails)
ProductDelivery_tabDetailsPreview
Unsuspend Case (ProductDelivery_unsuspend)
Edit Location (ProductProvider_modifyLocationFromList)
Edit Location (ProductProvider_modifyLocationFromView)
Edit Product Provider (ProductProvider_modifyProductProvider)
Register Product Provider (ProductProvider_register)
Authorize (ProgramRecommendation_confirmAuthorize)
Deny (ProgramRecommendation_confirmDenyProgramApplication)
Decline (ProgramRecommendation_decline)
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 Education (ProspectPerson_modifyEducationFromList)
Edit Education (ProspectPerson_modifyEducationFromView)
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 All Line Items (ProviderManagement_approveAllRosterLineItems)
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 Roster Line Item (ProviderManagement_approveRosterLineItem)
Approve Roster Line Item (ProviderManagement_approveRosterLineItemFromTask)
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)
Cancel Reservation (ProviderManagement_cancelReservation)
Delete Service Authorization Line Item: (ProviderManagement_cancelServiceAuthorizationLineItem)
Approve Line Items (ProviderManagement_confirmApproveServiceInvoiceLineItems)
Confirm cancel overlapping reservations (ProviderManagement_confirmCancelActiveRsrv)
Confirm cancel overlapping reservations (ProviderManagement_confirmCancelOverlappingActiveRes)
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)
Approve Service (ProviderManagement_confirmServiceApproval)
Submit Roster (ProviderManagement_confirmSubmitRoster)
Submit Roster (ProviderManagement_confirmSubmitRosterForFacilityManager)
Submit Line Item (ProviderManagement_confirmSubmitRosterLineItem)
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 Center (ProviderManagement_createServiceCenterForProvider)
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)
Delete Placement (ProviderManagement_deleteSamplePlacement)
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)
Provider Service (ProviderManagement_listPOApprovalChecksForOrganizationUnit)
Provider Service (ProviderManagement_listPOApprovalChecksForUser)
Provider (ProviderManagement_listProviderApprovalChecksForOrganizationUnit)
Provider (ProviderManagement_listProviderApprovalChecksForUser)
Service (ProviderManagement_listServiceOfferingApprovalChecksForOrganizationUnit)
Service (ProviderManagement_listServiceOfferingApprovalChecksForUser)
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 Reservation (ProviderManagement_modifyPlaceForReservationFrmCompartment)
Edit Reservation (ProviderManagement_modifyPlaceForReservationFrmPlace)
Edit Reservation (ProviderManagement_modifyPlaceForReservationFromList)
Edit Reservation (ProviderManagement_modifyPlaceForReservationFromView)
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 Enquiry (ProviderManagement_modifyProviderEnquiry)
Edit Service Rate (ProviderManagement_modifyProviderGroupUtilizationContractProviderOfferingRate)
Edit Rate (ProviderManagement_modifyProviderServiceOfferingRate)
Edit Reservation (ProviderManagement_modifyReservation)
Confirm Placement: (ProviderManagement_modifySamplePlaceDuringConfirmation)
Modify Service Authorization Line Item: (ProviderManagement_modifySampleServiceAuthorizationLineItem)
Edit Delivery Configuration (ProviderManagement_modifySecurityRightsAndServiceDeliveryConfiguration)
Edit Service Center (ProviderManagement_modifyServiceCenterForProvider)
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)
Reject Service (ProviderManagement_rejectServiceApproval)
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 Roster Line Item (ProviderManagement_submitPRLIFromExceptionTask)
Submit Roster (ProviderManagement_submitRoster)
Submit Roster (ProviderManagement_submitRosterForFacilityManager)
Submit Line Item (ProviderManagement_submitRosterLineItem)
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)
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)
Edit Representative (Representative_modifyRepresentative)
Edit Representative (Representative_modifyRepresentativeDetails)
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)
Add Plan Item (ServicePlanDelivery_addBasicPlanItemToSubGoal)
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 Milestone Waiver Request (ServicePlanDelivery_approveWaiver)
Change Plan Owner (ServicePlanDelivery_changePlanOwner)
Clone Service Plan (ServicePlanDelivery_clone)
Close Service Plan (ServicePlanDelivery_close)
Create Service Plan: (ServicePlanDelivery_create)
New Nominated Representative (ServicePlanDelivery_createNominatedRepresentative)
Add Sub-Goal (ServicePlanDelivery_createPlannedSubGoal)
New Recurring Activity (ServicePlanDelivery_createRecurringActivity)
New User Task (ServicePlanDelivery_createTask)
Request Milestone Waiver (ServicePlanDelivery_createWaiverForMilestone)
Add Service Plan (ServicePlanDelivery_ICCreate)
Add Service Plan (ServicePlanDelivery_ICCreateNoTabs)
Manage Plan Participants (ServicePlanDelivery_managePlanParticipant)
Edit And Approve Milestone Waiver Request (ServicePlanDelivery_modifyAndApproveWaiver)
Edit Plan Item (ServicePlanDelivery_modifyCustomPlanItem)
Edit Plan Item (ServicePlanDelivery_modifyCustomServicePlanItemProviderEditable)
Edit Plan Item (ServicePlanDelivery_modifyCustomServicePlanItemProviderNonEditable)
Edit Milestone (ServicePlanDelivery_modifyMilestoneFromList)
Edit Milestone (ServicePlanDelivery_modifyMilestoneFromListWaiver)
Edit Milestone (ServicePlanDelivery_modifyMilestoneFromView)
Edit Milestone (ServicePlanDelivery_modifyMilestoneFromViewWaiver)
Edit Plan Item (ServicePlanDelivery_modifyPlanItem_NameEditable)
Edit Sub-Goal (ServicePlanDelivery_modifyPlannedSubGoalFromGanttView)
Edit Sub-Goal (ServicePlanDelivery_modifyPlannedSubGoalFromList)
Edit Sub-Goal (ServicePlanDelivery_modifyPlannedSubGoalFromView)
Set Plan Owner (ServicePlanDelivery_modifyPlanOwner)
Set Plan Supervisor (ServicePlanDelivery_modifyPlanSupervisor)
Edit Plan Item (ServicePlanDelivery_modifyServicePlanBasicPlanItem)
Edit Plan Item (ServicePlanDelivery_modifyServicePlanItemProviderEditable)
Edit Plan Item (ServicePlanDelivery_modifyServicePlanItemProviderNonEditable)
Edit Plan Item (ServicePlanDelivery_modifyServiceUnitPlanItem)
Add Sub-Goal (ServicePlanDelivery_newPlannedSubGoal)
Reject Service Plan (ServicePlanDelivery_reject)
Reject Plan Item (ServicePlanDelivery_rejectServicePlanPlanItem)
Reject Milestone Waiver Request (ServicePlanDelivery_rejectWaiver)
Delete Plan Item : (ServicePlanDelivery_removePlanItem)
Submit Service Plan (ServicePlanDelivery_submit)
Submit Plan Item For Approval (ServicePlanDelivery_submitServicePlanPlanItem)
Use Service Plan Template (ServicePlanDelivery_useTemplate)
Add Service Plan (ServicePlanGroupDelivery_addServicePlanDelivery)
Close Service Plans (ServicePlanGroupDelivery_close)
Edit Service Supplier (ServiceSupplier_modifyServiceSupplier)
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)
New Supervisor (SocialEnterpriseFolder_modifyCaseSupervisor)
Update Reporter (SocialEnterpriseFolder_modifyIncidentReporter)
Edit Recorded Communication (SocialEnterpriseFolder_modifyRecordedCommunication)
Modify Recorded Communication: (SocialEnterpriseFolder_modifyRecordedCommunicationFromView)
Modify Witness: (SocialEnterpriseFolder_modifyWitness)
Record Communication (SocialEnterpriseFolder_recordCommunication)
User Details (SocialEnterpriseFolder_viewUserDetails)
User Details: (SocialEnterpriseFolder_viewUserDetailsForMinutes)
- (StateBasicPlanDecision_context)
- (StreamlineMedicaidDecision_context)
Clear Task Allocation Block (Supervisor_clearTaskAllocationBlock)
Clear Task Redirection (Supervisor_clearTaskRedirection)
Forward Case Tasks Reserved By User (Supervisor_forwardCaseTasksReservedByUser)
- Tasks Assigned By Month (Supervisor_orgUnitAssignedTasksByMonthTabDetails)
- Tasks Assigned By Week (Supervisor_orgUnitAssignedTasksByWeekTabDetails)
- Tasks Reserved By Month (Supervisor_orgUnitReservedTasksByMonthTabDetails)
- Tasks Reserved By Week (Supervisor_orgUnitReservedTasksByWeekTabDetails)
Workspace (Supervisor_orgUnitTabDetails)
Home (Supervisor_orgUnitWorkspace)
Reassign Case (Supervisor_reassignCase)
Reassign Issues (Supervisor_reassignCaseIssuesByAge)
Reassign Case Issues By Type (Supervisor_reassignCaseIssuesByType)
Task Redirection (Supervisor_redirectTasksToUsers)
Redirection History (Supervisor_redirectTasksToUsersHistory)
Reserve Case Tasks To User (Supervisor_reserveCaseTasks)
Reserve Task (Supervisor_reserveTask)
Allocation Blocking (Supervisor_taskAllocationBlocking)
Allocation Blocking History (Supervisor_taskAllocationBlockingHistory)
Forward Task (Supervisor_taskForward)
Task Redirection (Supervisor_taskRedirection)
Task Redirection History (Supervisor_taskRedirectionHistory)
Supervisor_userAssignedTasksDueByWeek
Supervisor_userAssignedTasksDueOnDate
Supervisor_userReservedTasksDueByWeek
Supervisor_userReservedTasksDueOnDate
Supervisor_userTasksByWeek
Supervisor_userTasksDueOnDate
Home (Supervisor_userWorkspace)
Reassign Appeals (SupervisorAppeals_reassignCaseAppealsByDeadline)
Reassign Case Appeals By Type (SupervisorAppeals_reassignCaseAppealsByType)
Reassign Cases (SupervisorAppeals_reassignCasesWithAppeals)
New Manual Task (Task_createTask)
New Task (TaskManagement_createTask)
Forward Task (TaskManagement_forward)
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)
- (UQHPDecision_context)
Clear Task Allocation Block (User_clearTaskAllocationBlock)
Clear Task Allocation Block (User_clearTaskAllocationBlockFromHistory)
Clear Task Redirection (User_clearTaskRedirection)
Clear Task Redirection (User_clearTaskRedirectionFromHistory)
New Task Allocation Blocking (User_createAllocationBlocking)
New Task Redirection (User_createTaskRedirection)
Task Allocation Blocking (User_taskAllocationBlocking)
Allocation Blocking History (User_taskAllocationBlockingHistory)
Task Redirection (User_taskRedirection)
Task Redirection History (User_taskRedirectionHistory)
Edit Utility (Utility_modifyUtility)
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)
Forward Task: (WorkAllocation_forwardTask)