Table Description
Organization Unit: An operational section of an organization within the organization hierarchy.

An organization structure contains one or more organization units. An organization unit can be a department, team, or group.

Example

Midway Social Services is a Human Services organization which has implemented Curam. Three organization units are created:

  • Claim Registration;
  • Claim Processing; and
  • Claim Payments.
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::OrganisationUnit::Entity::OrganisationUnit::OrganisationUnit
Controlling File: core\model\Packages\Reference Model\Service Layer\OrganisationUnit\Entity\OrganisationUnit\OrganisationUnit_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
LAST_UPDATED_FIELDyes
Attributes (14)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
businessTypeCodedetails This field denotes the key business that is conducted within the organization unit.ORGANISATION_UNIT_BUSINESS_TYPE_CODEOrgUnitBusinessTypeCodeSVR_STRING<10>
commentsdetails A description of the organization unit.COMMENTS SVR_STRING<300>
creationDatedetails The date upon which this organization unit was created (mandatory).CURAM_DATE SVR_DATE
defaultPrinterIDdetailsyesUnique reference number assigned by the system to a Resource record. A default printer to organization unit.RESOURCE_ID SVR_INT64
namedetails This field is the name associated with the organization unit (mandatory).ORGANISATION_UNIT_NAME SVR_STRING<100>
organisationUnitIDkeynoUnique internal reference number of the organization unit.ORGANISATION_UNIT_ID SVR_INT64
recordStatusdetails This is the record status for the organization unit. It can be active or canceled (mandatory).ORGANISATION_UNIT_RECORD_STATUSRecordStatusSVR_STRING<10>
statusCodedetails This is the status of the organization unit. It can be operating or closed (mandatory).ORGANISATION_UNIT_STATUS_CODEOrgUnitStatusCodeSVR_STRING<10>
webAddressdetails The web address for the organization unit..WEBSITE_ADDRESS SVR_STRING<50>
readSIDdetails The SID a user must have in their profile to view this unit details.ORGANIZATION_SID_NAME SVR_STRING<100>
maintainSIDdetails The SID a user must have in their profile to maintain this unit.ORGANIZATION_SID_NAME SVR_STRING<100>
createUnitSIDdetails The SID a user must have in their profile to add a child organization unit to this organization unit.ORGANIZATION_SID_NAME SVR_STRING<100>
locationIDdetailsyesUnique reference number of the location record (default location) which is associated with this organization unit.A relationship exists between the organization unit and location based on the location id.LOCATION_ID SVR_INT64
upperNamedetails This field is the upper name associated with the organization unit .ORGANISATION_UNIT_NAME SVR_STRING<100>
Foreign Keys (13)
ChildParent
OrganisationUnit.locationIDLocation.locationID
OrganisationUnit.defaultPrinterIDResources.resourceID
ApprovalCheck.organisationUnitIDOrganisationUnit.organisationUnitID
CaseApprovalCheck.organisationUnitIDOrganisationUnit.organisationUnitID
CertificationChangeHistory.organisationUnitIDOrganisationUnit.organisationUnitID
Certification.organisationUnitIDOrganisationUnit.organisationUnitID
EvidenceApprovalCheck.organisationUnitIDOrganisationUnit.organisationUnitID
InvestigationApprovalCheck.organisationUnitIDOrganisationUnit.organisationUnitID
MilestoneWaiverApprovalCheck.organisationUnitIDOrganisationUnit.organisationUnitID
OrgUnitParentLink.organisationUnitIDOrganisationUnit.organisationUnitID
OrgUnitParentLink.parentOrganisationUnitIDOrganisationUnit.organisationUnitID
OrgUnitPositionLink.organisationUnitIDOrganisationUnit.organisationUnitID
OrganisationUnitResource.organisationUnitIDOrganisationUnit.organisationUnitID
Indices (5)
Index NameAttributes
OrgUnitIdx2defaultPrinterID
orgUnitNameIdxname
OrgUnitTypeNameIdxbusinessTypeCode, name
UpperOrganizationUnitNameIndexupperName
IND_831144145locationID
Operations (63)
OperationStereotypeOptionsDescriptionSQL
cancelnsmodifyOPTIMISTIC_LOCKING: yes
PRE_DATA_ACCESS: yes
Method to cancel organization unit. 
insertinsertAUTO_ID: organisationUnitID
AUTO_ID_KEY: ORGNSTREBO
PRE_DATA_ACCESS: yes
Standard Operation 
modifymodifyOPTIMISTIC_LOCKING: yes
PRE_DATA_ACCESS: yes
Standard Operation 
modifyDefaultPrinternsmodifyOPTIMISTIC_LOCKING: yes
This method will update the default printer for the organization unit. 
readread Standard Operation 
readAll  @superseded - replaced by searchActive 
searchByOrgStructurensmulti Method to return all organization units for specified organization structure.SQL
searchByParentOrgUnitnsmulti @Deprecated Method to return all organization units for specified parent organization unit.SQL
readRootOrgUnitns Method to return root organization unit for specified organization structureSQL
readByOrgStructureStatusAndNamens Method to return all active organization units for specified organization structure and organization unit name.SQL
readByOrgUnitAndDefaultPrinternsread Method to return organization unit name for specified organization unit and default printer. 
readCreationDatensread Returns the creation date of an organization unit. 
readOrgUnitNamensread Returns the name of the organization unit only. 
readParentOrgUnitIDns Returns the parent organization unit ID of an organization unit.SQL
readStatusnsread Reads the status of the org unit. 
searchActivensmulti @Deprecated Method to return all organization units.SQL
searchByAllCriteriansmultiPRE_DATA_ACCESS: yes
 
This return organization unit details based on name and business type. Search is performed based on partial match of the name criteria.SQL
searchChildOrgUnitnsmulti Returns child organization units for specified parent organization unit for a specified org structure.SQL
searchChildPositionsnsmulti Returns all child positions for an organization unitSQL
searchUsersnsmulti Returns users for an organization unitSQL
validateCancelDetails  Method to validate organization unit details before canceling organization unit. 
validateDetails  Method to validate general organization unit details. 
validateInsertDetails  Method to validate organization unit details before creating new organization unit. 
validateModifyDetails  Method to validate organization unit details before updating organization unit details. 
readDefaultPrinterByPositionIDns Reads a default printer id of an organization unit based on a position id keySQL
readByOrgStructurens Reads the org unit details for an organization including the parent org unit name if it exists.SQL
countByOrgStructureAndStatusns  SQL
readRootOrgUnitByIDAndStatusns Method to return root organization unit for specified organization structure and status.SQL
listSupervisorOrgUnitnsmulti  SQL
searchOrgUnitTasksDueInTheNextTimePeriodnsmulti Returns the deadline date time and reserved by user name of the tasks that are due for the members of a specified organization unit during a specified time period.SQL
searchOrgUnitTasksByUserDueOnDatensmultiPOST_DATA_ACCESS: yes
 
Returns the details of tasks that are assigned to a specified member of a specified organization unit and that are due within the specified time period. The search criteria allow for the details of reserved tasks, assigned tasks or all of the tasks to be returned. The results are ordered by assigned date time, earliest first.SQL
searchOrgUnitTasksByUserDueInTheNextWeeknsmultiPOST_DATA_ACCESS: yes
 
Returns the details of tasks that are assigned to a specified member of a specified organization unit and that are due within the specified time period. The search criteria allow for the details of reserved tasks, assigned tasks or all of the tasks to be returned. The results are ordered by the deadline date time, earliest first.SQL
searchOrgUnitTasksByReservationStatusnsmultiPOST_DATA_ACCESS: yes
 
Returns a list of the task details that are associated with the members of a specified organization unit. Depending on the input parameter data, the function may return all of the tasks associated with the members of a specified organization unit, all of the reserved tasks associated with the members of a specified organization unit or all the tasks that have not yet been reserved for the members of a specified organization unit.SQL
searchOrgUnitTasksReservedByUsernsmulti Returns the name, the full name and the task status for each task reserved by the members of an organization unit, grouped by the members of that organization unit.SQL
listSupervisorOrgUnitLeadPosnsmulti Returns Organization Units for which Supervisor holds a lead positionSQL
readSecurityIdentifiersnsread   
searchOrgUnitReservedTasksByUserDueInTheNextTimePeriodnsmulti Returns the name, the full name and the task status for each task reserved by the members of an organization unit and are due within a specified date time, grouped by the members of that organization unit.SQL
searchOrgUnitReservedTasksByUserDueInTheNextTimePeriodOrderByReservedDateTimensmultiPOST_DATA_ACCESS: yes
 
Returns a list of the task details that are reserved by the specified organization unit user and are due within the specified time period. In this instance, the task details are returned ordered by the date and time the task was reserved on, earliest first.SQL
searchOrgUnitReservedTasksByUserDueInTheNextTimePeriodOrderByRestartDateTimensmultiPOST_DATA_ACCESS: yes
 
Returns a list of the task details that are reserved by the specified organization unit user and are due within the specified time period. In this instance, the task details are returned ordered by the date and time the task should be restarted on, earliest first. SQL
searchOrgUnitTasksByUserDueInTheNextTimePeriodnsmulti Returns a list of the names and full names for all of the users in the specified organization unit plus counts of all the tasks assigned and reserved by those users. If the user has no tasks assigned to them or reserved by them, then both counts will be returned as zero.SQL
searchOrgUnitAssignedTasksByUserDueInTheNextTimePeriodnsmulti Returns a list of the names and full names for all of the users in the specified organization unit plus a count of the tasks assigned to those users. If the user has no task assigned to them, then a count of zero is returned.SQL
listOrganisationUnitLocationDetailsnsmulti  SQL
searchOrgUnitAssignedTasksByUsernsmulti Returns the name and full user name for each member of the specified organization unit plus a count of the assigned tasks for each user.SQL
countByUserns A count to check if the user holds a position in the organization unit.SQL
searchOrgUnitByUsernsmulti Method to search for all active organization units associated with a user.SQL
searchAllChildOrgUnitsnsmulti returns all the child Organization Units of a structure except the rootSQL
countActiveOrgUnitsByNamens Count number of organization units which are active based on organization unit name.SQL
listNestedOrganisationUnits  @Deprecated COMMENTS: Method to retrieve the nested organization Units , anywhere from the Organization Structure 
readOrganisationUnitDetailsns Reads organization unit name, business type code, location name and units status details.SQL
countLeadPositionForOrgUnitByUserns Returns the count of position for an organization unit for which user holds position.SQL
readOrganisationUnitTabDetailsnsPRE_DATA_ACCESS: yes
 
Reads organization unit tab display details.SQL
searchNameByUsernsmulti  SQL
readOrgUnitIDnsread   
insertOrganisationUnitinsertPRE_DATA_ACCESS: no
Inserts record to organisation unit entity. This method expects organisation unit ID to be set by the caller, if not set it delegates the call to insert() which is modeled to auto generate primary key field (organisation unit ID). It's preferred to call insertOrganisationUnit only in scenarios where caller wants to set the value of primary key (organisation unit ID) by itself. 
countByOrgStructurens  SQL
searchActiveWithVersionNonsmulti Method to return all organization units.SQL
searchByOrgStructureWithVersionNonsmulti Method to return all organization units for specified organization structure.SQL
searchByParentOrgUnitWithVersionNonsmulti Method to return all organization units for specified parent organization unit.SQL
listNestedOrganisationUnitsWithVersionNo  COMMENTS: Method to retrieve the nested organization Units , anywhere from the Organization Structure 
modifyOrganisationUnitmodifyOPTIMISTIC_LOCKING: yes
This modify operation will be called while re-applying a change set in the target system. Entity level validations that will happen during a standard modify operation will not be applicable in this case. This modify operation will update all the attributes defined for this entity. 
convertDetailsToUpperCase  Method to convert the organizationunit details to upper. 
searchChildOrgUnitsByUsernsmulti  SQL
searchByAllCriteriaForActiveOrganisationStructurensmultiPRE_DATA_ACCESS: yes
 
This return active only organization unit details based on name and business type. Search is performed based on partial match of the name criteria.SQL
Related Pages (2394)
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)
Welcome to Cúram (Admin_workspace)
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)
Add Phone Number (Appeal_addPhoneNumber)
Add Phone Number (Appeal_addPhoneNumberNonIC)
Add Resolution to Appealed Items (Appeal_addResolutionToAppealedItems)
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)
Delete Interpreter (Appeal_cancelInterpreter)
Delete Interpreter (Appeal_cancelInterpreterIC)
Cancel Judicial Review (Appeal_cancelJudicialReview)
Delete Phone Contact (Appeal_cancelPhoneNumberContact)
Delete Phone Contact (Appeal_cancelPhoneNumberContactIC)
Delete Hearing Representative (Appeal_cancelRepresentative)
Delete Transcription Request (Appeal_cancelTranscription)
Delete Transcription Request (Appeal_cancelTranscriptionIC)
Delete Witness (Appeal_cancelWitness)
Delete Witness (Appeal_cancelWitnessIC)
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)
Edit Document (Appeal_controlMSWord)
New Appellant (Appeal_createAppellant)
New Decision (Appeal_createDecision)
New Decision Attachment (Appeal_createDecisionAttachment)
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 Decision Attachment (Appeal_createIssueDecisionAttachment)
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 Decision (Appeal_createJudicialReviewDecision)
New Judicial Review (Appeal_createJudicialReviewMultipleCases)
New Judicial Review (Appeal_createJudicialReviewMultipleCasesIC)
New Judicial Review (Appeal_createJudicialReviewObjectMultipleCases)
New Phone Number (Appeal_createPhoneNumber)
New Phone Number (Appeal_createPhoneNumberNonIC)
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)
Schedule Hearing (Appeal_displaySchedule_HearingReview)
Schedule Hearing Review (Appeal_displaySchedule_HearingReviewForIC)
Schedule Hearing (Appeal_displaySchedule_HomeHearing)
Schedule Hearing (Appeal_displaySchedule_HomeHearingForIC)
Schedule Hearing (Appeal_displaySchedule_HomeHearingForIC1)
Schedule Hearing REVIEW (Appeal_displaySchedule_IssueHearingReviewForIC)
Schedule Hearing (Appeal_displaySchedule_IssueHomeHearingForIC)
Schedule Hearing (Appeal_displaySchedule_IssueLocationHearingIC)
Schedule Hearing (Appeal_displaySchedule_IssuePhoneHearingForIC)
Schedule Hearing (Appeal_displaySchedule_LocationHearing)
Schedule Hearing (Appeal_displaySchedule_LocationHearingIC)
Schedule Hearing (Appeal_displaySchedule_PhoneHearing)
Schedule Hearing (Appeal_displaySchedule_PhoneHearingForIC)
Schedule Hearing (Appeal_displaySchedule_PhoneHearingForIC1)
Appeal_enterAppellantAndRespondentForHearingCase
Appeal_enterAppellantAndRespondentForHearingCaseIC
New Hearing (Appeal_enterAppellantAndRespondentForHearingCaseObject)
Appeal_enterAppellantAndRespondentForHearingReview
Appeal_enterAppellantAndRespondentForHearingReviewIC
New Hearing Review (Appeal_enterAppellantAndRespondentForHearingReviewObject)
Enter Appellant And Respondent (Appeal_enterAppellantAndRespondentForIssueHearingCase)
Enter Appellant And Respondent (Appeal_enterAppellantAndRespondentForIssueHearingCaseIC)
Enter Appellant And Respondent (Appeal_enterAppellantAndRespondentForIssueHearingReview)
Enter Appellant And Respondent (Appeal_enterAppellantAndRespondentForIssueHearingReviewIC)
Enter Appellant And Respondent (Appeal_enterAppellantAndRespondentForIssueJudicialReview)
Enter Appellant And Respondent (Appeal_enterAppellantAndRespondentForIssueJudicialReviewIC)
Appeal_enterAppellantAndRespondentForJudicialReview
Appeal_enterAppellantAndRespondentForJudicialReviewIC
New Judicial Review (Appeal_enterAppellantAndRespondentForJudicialReviewObject)
Schedule Hearing (Appeal_enterScheduleCriteria_HearingReview)
Schedule Hearing (Appeal_enterScheduleCriteria_HearingReviewForIC)
Schedule Hearing (Appeal_enterScheduleCriteria_HomeHearing)
Schedule Hearing (Appeal_enterScheduleCriteria_HomeHearingForIC)
Schedule Hearing (Appeal_enterScheduleCriteria_HomeHearingForIC1)
Schedule Hearing (Appeal_enterScheduleCriteria_IssueHearingReviewForIC)
Schedule Hearing (Appeal_enterScheduleCriteria_IssueHomeHearingForIC)
Schedule Hearing (Appeal_enterScheduleCriteria_IssueLocationHearingIC)
Schedule Hearing (Appeal_enterScheduleCriteria_IssuePhoneHearingForIC)
Schedule Hearing (Appeal_enterScheduleCriteria_LocationHearing)
Schedule Hearing (Appeal_enterScheduleCriteria_LocationHearingIC)
Schedule Hearing (Appeal_enterScheduleCriteria_PhoneHearing)
Schedule Hearing (Appeal_enterScheduleCriteria_PhoneHearingForIC)
Schedule Hearing (Appeal_enterScheduleCriteria_PhoneHearingForIC1)
Hearing Home (Appeal_hearingCaseDeskHearingHome)
Home (Appeal_hearingCaseDeskHearingHomeForIC)
Home (Appeal_hearingCaseHearingHome)
Hearing Home (Appeal_hearingCaseHearingHomeDetails)
Home (Appeal_hearingCaseHearingHomeForIC)
Home (Appeal_hearingCaseHearingHomeViewOnly)
Hearing Case Home (Appeal_hearingCaseHome)
Appeal_hearingCaseHomeDetailsForIC
Home (Appeal_hearingCaseHomeForIC)
Home (Appeal_hearingCaseHomeForICAndCancelledInd)
- (Appeal_hearingCaseHomeForICTabDetails)
Appeal_hearingCaseHomeForICTabDetailsPreview
- (Appeal_hearingCaseHomeTabDetails)
Hearing Case (Appeal_hearingCaseHomeViewOnly)
Hearing Case Home (Appeal_hearingCaseIssueHomeForIC)
Hearing Case Home (Appeal_hearingCaseIssueHomeViewOnly)
Hearing Home (Appeal_hearingReviewHearingHome)
Hearing Review Home (Appeal_hearingReviewHome)
Appeal_hearingReviewHomeForEvent
Home (Appeal_hearingReviewHomeForIC)
- (Appeal_hearingReviewHomeForICTabDetails)
- (Appeal_hearingReviewHomeTabDetails)
Hearing Review (Appeal_hearingReviewHomeViewOnly)
Hearing Review Home (Appeal_hearingReviewIssueHomeForIC)
Hearing Review Home (Appeal_hearingReviewIssueHomeViewOnly)
Delete Hearing Representative (Appeal_IC_cancelHearingReviewRepresentative)
Delete Hearing Representative (Appeal_IC_cancelRepresentative)
Hearing Home (Appeal_IC_hearingReviewHearingHome)
Hearing Home (Appeal_IC_hearingReviewHearingHomeDetails)
Hearing Home (Appeal_IC_hearingReviewHearingHomeViewOnly)
User Attendees (Appeal_IC_listHearingAttendee)
Case Reopen History (Appeal_IC_listHearingCaseIssueReopenHistory)
Case Reopen History (Appeal_IC_listHearingCaseReopenHistory)
Hearing Reviewers (Appeal_IC_listHearingReviewer)
Hearing Representatives (Appeal_IC_listHearingReviewRepresentative)
Representatives (Appeal_IC_listRepresentative)
Hearing Representatives (Appeal_IC_listRepresentativeOnDeskHearing)
Edit Hearing Representative Fee (Appeal_IC_modifyHearingReviewRepresentativeFee)
Edit Hearing Representative (Appeal_IC_modifyHearingReviewRepresentativeFromView)
Edit Fee (Appeal_IC_modifyRepresentativeFee)
Edit Hearing Representative (Appeal_IC_modifyRepresentativeFromList)
Edit Hearing Representative (Appeal_IC_modifyRepresentativeFromView)
View Hearing Representative Details (Appeal_IC_viewHearingReviewRepresentative)
View Hearing Representative Details (Appeal_IC_viewRepresentative)
Invite User Attendee (Appeal_inviteHearingAttendee)
Invite Hearing Reviewer (Appeal_inviteHearingReviewer)
Judicial Review Home (Appeal_judicialReviewHome)
Home (Appeal_judicialReviewHomeForEvent)
Home (Appeal_judicialReviewHomeForIC)
- (Appeal_judicialReviewHomeForICTabDetails)
Appeal_judicialReviewHomeTabDetails
Home (Appeal_judicialReviewHomeViewOnly)
Judicial Review Home (Appeal_judicialReviewIssueHomeForIC)
Judicial Review Home (Appeal_judicialReviewIssueHomeViewOnly)
Select Hearing Participant (Appeal_listActiveParticipants)
Select Hearing Participant (Appeal_listActiveParticipantsIC)
Appeals (Appeal_listAppealCase)
Appeals (Appeal_listAppealCaseCombinedList)
Appeals (Appeal_listAppealCaseForIC)
Appeals (Appeal_listAppealCaseIC)
Appeals (Appeal_listAppealTypesForIC)
Attendees (Appeal_listAttendee)
Attendees (Appeal_listAttendeeIC)
Case Decision Rejections (Appeal_listDecisionRejections)
Case Decision Rejections (Appeal_listDecisionRejectionsForIC)
Hearing Attendees (Appeal_listHearingAttendee)
Appealed Cases (Appeal_listHearingCaseAppealedCases)
Appealed Cases (Appeal_listHearingCaseAppealedCasesForIC)
Appealed Issues (Appeal_listHearingCaseAppealedIssueCasesForIC)
Appealed Issues (Appeal_listHearingCaseAppealedIssuesForIC)
Hearings (Appeal_listHearingCaseHearing)
Hearings (Appeal_listHearingCaseHearingForIC)
Appealed Cases (Appeal_listHearingCaseIssueAppealedCasesForIC)
Hearings (Appeal_listHearingCaseIssueHearingForIC)
User Roles (Appeal_listHearingCaseIssueUserRoleForIC)
Case Reopen History (Appeal_listHearingCaseReopenHistory)
User Roles (Appeal_listHearingCaseUserRole)
User Roles (Appeal_listHearingCaseUserRoleForIC)
Appealed Cases (Appeal_listHearingReviewAppealedCases)
Appealed Cases (Appeal_listHearingReviewAppealedCasesForIC)
Appealed Issues (Appeal_listHearingReviewAppealedIssueCasesForIC)
Appealed Issues (Appeal_listHearingReviewAppealedIssuesForIC)
Case Decision Rejections (Appeal_listHearingReviewDecisionRejection)
Case Decision Rejections (Appeal_listHearingReviewDecisionRejectionForIC)
Hearing Reviewers (Appeal_listHearingReviewer)
Hearings (Appeal_listHearingReviewHearing)
Hearings (Appeal_listHearingReviewHearingForIC)
Appealed Cases (Appeal_listHearingReviewIssueAppealedCasesForIC)
Case Decision Rejections (Appeal_listHearingReviewIssueDecisionRejectionForIC)
Hearings (Appeal_listHearingReviewIssueHearingForIC)
User Roles (Appeal_listHearingReviewIssueUserRoleForIC)
Hearing Representatives (Appeal_listHearingReviewRepresentative)
Transcription Requests (Appeal_listHearingReviewTranscription)
Transcription Requests (Appeal_listHearingReviewTranscriptionIC)
User Roles (Appeal_listHearingReviewUserRole)
User Roles (Appeal_listHearingReviewUserRoleForIC)
List Interpreter (Appeal_listInterpreter)
Interpreters (Appeal_listInterpreterIC)
Case Decision Rejections (Appeal_listIssueDecisionRejectionsForIC)
Items Under Appeal (Appeal_listItemsUnderAppeal)
Appealed Cases (Appeal_listJudicialReviewAppealedCases)
Appealed Cases (Appeal_listJudicialReviewAppealedCasesForIC)
Appealed Issues (Appeal_listJudicialReviewAppealedIssueCasesForIC)
Appealed Issues (Appeal_listJudicialReviewAppealedIssuesForIC)
Appealed Cases (Appeal_listJudicialReviewIssueAppealedCasesForIC)
User Roles (Appeal_listJudicialReviewIssueUserRoleForIC)
User Roles (Appeal_listJudicialReviewUserRole)
User Roles (Appeal_listJudicialReviewUserRoleForIC)
Appeal Objects (Appeal_listObjectsByAppeal)
Appeal_listParticipantAttendeeIC
Interpreters (Appeal_listParticipantInterpreterIC)
Phone Contacts (Appeal_listPhoneNumber)
Phone Contacts (Appeal_listPhoneNumberIC)
Hearing Representatives (Appeal_listRepresentative)
Hearing Representatives (Appeal_listRepresentativeOnDeskHearing)
Transcription Requests (Appeal_listTranscription)
Transcription Requests (Appeal_listTranscriptionIC)
Witnesses (Appeal_listWitness)
Witnesses (Appeal_listWitnessIC)
Manage Decision (Appeal_manageHearingCaseDecisionForIC)
Decisions (Appeal_manageHearingReviewDecisionForIC)
Manage Decision (Appeal_manageJudicialReviewDecisionForIC)
Edit Appealed Case (Appeal_modifyAppealedCase)
Edit Appealed Case (Appeal_modifyAppealedCaseForIC)
Edit Appealed Issue (Appeal_modifyAppealedIssueCaseForIC)
Edit Appealed Case (Appeal_modifyAppealedIssuesForIC)
Edit Decision (Appeal_modifyDecision)
Edit Decision Comments (Appeal_modifyDecisionComments)
Edit Hearing (Appeal_modifyDeskHearing)
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 Attendee (Appeal_modifyHearingAttendee)
Edit Hearing (Appeal_modifyHearingCase)
Edit Cancellation Details (Appeal_modifyHearingCaseCancelDetail)
Edit Hearing (Appeal_modifyHearingFromList)
Edit Hearing (Appeal_modifyHearingFromView)
Edit Hearing Review (Appeal_modifyHearingReview)
Edit Microsoft Word Decision Attachment (Appeal_modifyInternalAttachment)
Edit Interpreter (Appeal_modifyInterpreterFromList)
Edit Interpreter (Appeal_modifyInterpreterFromListIC)
Edit Interpreter (Appeal_modifyInterpreterFromView)
Edit Interpreter (Appeal_modifyInterpreterFromViewIC)
Edit Resolution (Appeal_modifyIssueResolution)
Edit Resolution (Appeal_modifyIssueResolutionPriorAppeal)
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 Hearing Representative (Appeal_modifyRepresentativeFromList)
Edit Hearing Representative (Appeal_modifyRepresentativeFromView)
Edit Resolution (Appeal_modifyResolution)
Edit Resolution (Appeal_modifyResolutionPriorAppeal)
Edit Transcription Request Details (Appeal_modifyTranscriptionFromList)
Edit Transcription Request Details (Appeal_modifyTranscriptionFromListIC)
Edit Transcription Request Details (Appeal_modifyTranscriptionFromView)
Edit Transcription Request Details (Appeal_modifyTranscriptionFromViewIC)
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)
Organization Unit Search (Appeal_organizationUnitSearchPopup)
Reject Decision (Appeal_rejectDecision)
Reject Decision (Appeal_rejectHearingCaseDecision)
Reject Resolution (Appeal_rejectResolution)
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)
Reopen Hearing Case (Appeal_reopenHearingCase)
Reopen Hearing Case (Appeal_reopenHearingIssueCase)
Reschedule Desk-Based Hearing (Appeal_rescheduleDeskHearing)
Reschedule Hearing Review Hearing (Appeal_rescheduleHearingReviewHearing)
Reschedule Hearing Review Hearing (Appeal_rescheduleHearingReviewHearingForIC)
Reschedule Home Hearing (Appeal_rescheduleHomeHearing)
Reschedule Home Hearing (Appeal_rescheduleHomeHearingIC)
Reschedule Home Hearing (Appeal_rescheduleHomeHearingIC1)
Reschedule Location Hearing (Appeal_rescheduleLocationHearing)
Reschedule Location Hearing (Appeal_rescheduleLocationHearingIC)
Reschedule Telephone Hearing (Appeal_reschedulePhoneHearing)
Reschedule Telephone Hearing (Appeal_reschedulePhoneHearingIC)
Reschedule Telephone Hearing (Appeal_reschedulePhoneHearingIC1)
New Desk-Based Hearing (Appeal_scheduleDeskHearing)
Schedule Hearing Review (Appeal_scheduleHearingReviewHearing)
Schedule Hearing Review (Appeal_scheduleHearingReviewHearingForIC)
Schedule Home Hearing (Appeal_scheduleHomeHearing)
Schedule Home Hearing (Appeal_scheduleHomeHearingIC)
Schedule Home Hearing (Appeal_scheduleHomeHearingIC1)
New Desk-Based Hearing (Appeal_scheduleIssueDeskHearing)
Schedule Hearing Review (Appeal_scheduleIssueHearingReviewHearingForIC)
Schedule Home Hearing (Appeal_scheduleIssueHomeHearingIC)
Schedule Hearing (Appeal_scheduleIssueLocationHearingIC)
Schedule Phone Hearing (Appeal_scheduleIssuePhoneHearingIC)
Schedule Location Hearing (Appeal_scheduleLocationHearing)
Schedule Hearing (Appeal_scheduleLocationHearingIC)
Schedule Phone Hearing (Appeal_schedulePhoneHearing)
Schedule Phone Hearing (Appeal_schedulePhoneHearingIC)
Schedule Phone Hearing (Appeal_schedulePhoneHearingIC1)
Select Appellant (Appeal_selectAppellant)
Select Appeal Decision to Appeal (Appeal_selectDecisionToAppeal)
Select Prior Appeal Decision (Appeal_selectDecisionToAppealForHearingCase)
Select Prior Appeal Decision (Appeal_selectDecisionToAppealForHearingCaseIC)
Select Prior Appeal Decision (Appeal_selectDecisionToAppealForHearingCaseObject)
Select Appeal Decision to Appeal (Appeal_selectDecisionToAppealForHearingReview)
Select Prior Appeal Decision (Appeal_selectDecisionToAppealForHearingReviewIC)
Select Prior Appeal Decision (Appeal_selectDecisionToAppealForIssueHearingCase)
Select Prior Appeal Decision (Appeal_selectDecisionToAppealForIssueHearingCaseIC)
Select Appeal Decision to Appeal (Appeal_selectDecisionToAppealForIssueHearingReview)
Select Prior Appeal Decision (Appeal_selectDecisionToAppealForIssueHearingReviewIC)
Select Appeal Decision to Appeal (Appeal_selectDecisionToAppealForIssueJudicialReview)
Select Prior Appeal Decision (Appeal_selectDecisionToAppealForIssueJudicialReviewIC)
Select Appeal Decision to Appeal (Appeal_selectDecisionToAppealForJudicialReview)
Select Prior Appeal Decision (Appeal_selectDecisionToAppealForJudicialReviewIC)
Select Appeal Decision to Appeal (Appeal_selectDecisionToAppealForJudicialReviewObject)
Select Appeal Decision to Appeal (Appeal_selectDecisionToAppealObject)
Select Prior Hearing Case (Appeal_selectHearingCaseForHearingReview)
Select Prior Hearing Case (Appeal_selectHearingCaseForJudicialReview)
Select Prior Hearing Review (Appeal_selectHearingReviewForJudicialReview)
Address (Appeal_selectHomeHearingAddress)
Address (Appeal_selectHomeHearingAddressIC)
Address (Appeal_selectHomeHearingAddressIC1)
Address (Appeal_selectHomeRescheduleHearingAddress)
Address (Appeal_selectHomeRescheduleHearingAddressIC)
Address (Appeal_selectHomeRescheduleHearingAddressIC1)
Address (Appeal_selectIssueHomeHearingAddressIC)
Create New Appeal or Add to Appeal (Appeal_selectOrCreateHearingCase)
Create New Appeal or Add to Appeal (Appeal_selectOrCreateHearingCaseIC)
Create New Appeal or Add to Appeal (Appeal_selectOrCreateHearingCaseObject)
Create New Appeal or Add to Appeal (Appeal_selectOrCreateHearingReview)
Create New Appeal or Add to Appeal (Appeal_selectOrCreateHearingReviewIC)
Create New Appeal or Add to Appeal (Appeal_selectOrCreateHearingReviewObject)
Create New Appeal or Add to Appeal (Appeal_selectOrCreateIssueHearingCaseIC)
Create New Appeal or Add to Appeal (Appeal_selectOrCreateIssueHearingReview)
Create New Appeal or Add to Appeal (Appeal_selectOrCreateIssueHearingReviewIC)
Create New Appeal or Add to Appeal (Appeal_selectOrCreateIssueJudicialReview)
Create New Appeal or Add to Appeal (Appeal_selectOrCreateIssueJudicialReviewIC)
Create New Appeal or Add to Appeal (Appeal_selectOrCreateJudicialReview)
Create New Appeal or Add to Appeal (Appeal_selectOrCreateJudicialReviewIC)
Create New Appeal or Add to Appeal (Appeal_selectOrCreateJudicialReviewObject)
Submit Resolution (Appeal_submitDecision)
Submit Resolution For Approval (Appeal_submitResolutionForApproval)
View Decision (Appeal_viewDecision)
View Hearing Attendee (Appeal_viewHearingAttendee)
View Appealed Case (Appeal_viewHearingCaseAppealedCase)
View Appealed Case (Appeal_viewHearingCaseAppealedCaseForIC)
View Appealed Issue (Appeal_viewHearingCaseAppealedIssueCaseForIC)
View Appealed Issue (Appeal_viewHearingCaseAppealedIssuesForIC)
View Case Cancellation Details (Appeal_viewHearingCaseCancelDetail)
View Case Reopen Details (Appeal_viewHearingCaseReopenReason)
View Appealed Case (Appeal_viewHearingReviewAppealedCase)
View Appealed Case (Appeal_viewHearingReviewAppealedCaseForIC)
View Appealed Issue (Appeal_viewHearingReviewAppealedIssueCaseForIC)
View Appealed Issue (Appeal_viewHearingReviewAppealedIssuesForIC)
View Decision Attachment (Appeal_viewInternalAttachment)
View Interpreter Details (Appeal_viewInterpreter)
View Interpreter Details (Appeal_viewInterpreterIC)
View Resolution (Appeal_viewIssueResolutionPriorAppeal)
View Appealed Case (Appeal_viewJudicialReviewAppealedCase)
View Appealed Case (Appeal_viewJudicialReviewAppealedCaseForIC)
View Appealed Issue (Appeal_viewJudicialReviewAppealedIssueCaseForIC)
View Appealed Issue (Appeal_viewJudicialReviewAppealedIssuesForIC)
View Phone Number (Appeal_viewPhoneNumberContact)
View Phone Number (Appeal_viewPhoneNumberContactIC)
View Hearing Representative Details (Appeal_viewRepresentative)
View Resolution (Appeal_viewResolutionPriorAppeal)
View Transcription Request Details (Appeal_viewTranscription)
View Transcription Request Details (Appeal_viewTranscriptionIC)
View Witness (Appeal_viewWitness)
View Witness (Appeal_viewWitnessIC)
Approve Appealed Case (AppealedCase_approveCase)
Reject Appealed Case (AppealedCase_rejectCase)
Appeals (AppealISP_listAppealCase)
Appeals (AppealISPSpendDown_listAppealCase)
New Program Appeal (AppealWizard_createAppeal)
New Determination Appeal (AppealWizard_DeterminationCreateAppeal)
Cúram - Administration Home (Application_administrationHome)
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)
Cúram (Application_home)
Related Cases (Application_listActionableExistingCasesByApplication)
Appeals (Application_listAppeals)
Related Cases (Application_listExistingCasesByApplication)
Items Under Appeal (Application_listItemsUnderAppeal)
Match Client (Application_matchClientConfirmation)
New Owner (Application_modifyOwner)
Edit User Role (Application_modifyOwnerDetails)
Ready For Determination (Application_readyForDetermination)
Record Communication (Application_recordCommunication)
Add Client (Application_registerPersonAndAddAsClient)
Register Person (Application_registerProspectPersonAsPerson)
Transfer Application (Application_transferApplicationToExistingCase)
Undo Transfer Application (Application_undoTransferApplicationToExistingCase)
Work Eligibility (Application_workEligibility)
History (Application_WorkEligibilityHistoryDetails)
Welcome to Cúram (Application_workspace)
ApplicationContextPanel
Edit Recorded Communication (ApplicationParticipant_modifyRecordedCommunicationFromList)
Add Proof (ApplicationVerificationApplication_createVerificationItemProvision)
Approve Assessment (AssessmentApproval_confirmApproval)
Close Assessment (AssessmentDelivery_close)
Assessment Results (AssessmentDelivery_listAssessmentResults)
Reject Assessment (AssessmentDelivery_reject)
New Assessment (AssessmentDelivery_selectAssessmentDefinition)
Activate Evidence (BenefitSample_activateEffectiveDatedEvidence)
Cancel Evidence (BenefitSample_cancelEditableEffectiveDatedEvidence)
Cancel Evidence (BenefitSample_cancelEffectiveDatedEvidence)
Create Case (BenefitSample_createCase)
Existing Cases (BenefitSample_existingCaseList)
Sample Benefit Home (BenefitSample_home)
Appeals (BenefitSample_listAppeal)
Appeals (BenefitSample_listAppealCombinedList)
Delivery Patterns (BenefitSample_listDeliveryPattern)
User Roles (BenefitSample_listUserRole)
Register Person (BenefitSample_registerPerson)
Home (BenefitSampleOverpayment_home)
User Roles (BenefitSampleOverpayment_listUserRole)
Sample Benefit Overpayment Evidence (BenefitSampleOverpayment_viewEvidence)
New Meeting (CalendarMeeting_createMeeting)
Invite Attendees (CalendarMeeting_inviteAttendee)
Invite Attendees (CalendarMeeting_inviteAttendeeFromCase)
Add Invitation (CalendarMeetingDetails_addAttendee)
Meeting Minutes (CalendarMeetingDetails_viewAttendance)
Meeting Minutes (CalendarMeetingDetails_viewAttendanceInline)
Meeting Minutes (CalendarMeetingDetails_viewAttendanceNotFromCase)
Issue Meeting Minutes (CalendarMeetingMinutes_issueMinutes)
View Action Details (CalendarMeetingMinutes_viewAction)
Action (CalendarMeetingMinutes_viewActionHistory)
Meeting Minutes Summary (CalendarMeetingMinutes_viewSummary)
CAPreviewPanel
CAProductHomeDetails
Add Contact Log Attendee (Case_addContactLogAttendee)
Add Contact Participant (Case_addContactLogAttendee1)
Clone Case Query (Case_cloneQuery)
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 Case Query (Case_createQuery)
New Case Query (Case_createQueryFromWorkspace)
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 User Role (Case_modifyCaseOwnerDetails)
Edit Case Supervisor (Case_modifyCaseSupervisor)
Edit Case Query (Case_modifyQuery1)
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)
Issue Home (Case_viewIssuesTransaction)
View User Role Details (Case_viewUserRole)
View User Role Details: (Case_viewUserRoleTransaction)
Confirm Case Audit Assignment (CaseAudit_confirmCaseAuditAssignment)
Complete Findings (CaseAudit_confirmCompleteFindings)
Add to Audit Team (CaseAudit_createAuditorsAndAddToTeam)
Search for Cases to Audit (CaseAudit_ICCaseSampleManualSearch)
Generate Random Case Sample (CaseAudit_ICCaseSampleSearch)
Generate Random Case Sample (CaseAudit_ICCaseSampleSelectAmount)
Search for Cases to Audit (CaseAudit_InvestigationCaseSampleManualSearch)
Generate Random Case Sample (CaseAudit_InvestigationCaseSampleSearch)
Generate Random Case Sample (CaseAudit_InvestigationCaseSampleSelectAmount)
Search for Cases to Audit (CaseAudit_LPDCaseSampleManualSearch)
Generate Random Case Sample (CaseAudit_LPDCaseSampleSearch)
Generate Random Case Sample (CaseAudit_LPDCaseSampleSelectAmount)
Search for Cases to Audit (CaseAudit_PDCaseSampleManualSearch)
Generate Random Case Sample (CaseAudit_PDCaseSampleSearch)
Generate Random Case Sample (CaseAudit_PDCaseSampleSelectAmount)
Audit Coordinator Search (CaseAudit_searchAuditCoordinatorsPopup)
Auditor Search (CaseAudit_searchAuditorsPopup)
CaseAudit_viewCaseAuditTabDetail
New Contact (CaseContactLogWizard_addAttachments)
New Contact (CaseContactLogWizard_addNarrative)
New Contact Participant (CaseContactLogWizard_addParticipants)
Organization Unit Search (CaseOrganization_organizationUnitSearchPopup)
Home (CashAssistance_productDeliveryHome)
CGISSApplicationContextPanel
CGISSApplicationContextPanel1
Set Case Owner (CHIPCase_modifyCaseOwner)
Set Case Supervisor (CHIPCase_modifyCaseSupervisor)
- (CHIPDecision_context)
Home (CHIPPremiums_productHome)
User Roles (CHIPPremiumsProduct_listUserRole)
CHIPPremiumsProductHomeDetails
CHIPPreviewPanel
Add Member (CHIPProduct_addAssistanceGroupMember)
Add Member (CHIPProduct_addBenefitGroupMember)
Confirm Benefit Group Member (CHIPProduct_confirmAddBenefitGroupMember)
Appeals (CHIPProduct_listAppealCase)
Assistance (CHIPProduct_listAssistanceGroupMember)
Assistance (CHIPProduct_listBenefitGroupMember)
Delivery Patterns (CHIPProduct_listDeliveryPattern)
User Roles (CHIPProduct_listUserRole)
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)
CHIPProductHomeDetails
Reception Contact (ClientContactWizard_issueDetails)
Reception Contact (ClientContactWizard_modifyIssueDetails)
Add Client (CommonIntake_addClient)
User Roles (CommonIntake_applicationCaseListUserRole)
Approve Timer Extension (CommonIntake_approveTimerExtension)
Remove Client (CommonIntake_cancelApplicationClient)
Assign and View Application Case (CommonIntake_confirmApplicationCaseAssignment)
New Application Case (CommonIntake_createApplicationCaseAdmin)
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 Application Case (CommonIntake_editApplicationCaseAdmin)
Edit Date Program Added (CommonIntake_editProgramDateAdded)
Extend Timer (CommonIntake_extendTimers)
Find Match (CommonIntake_findMatch)
List Timer Extensions (CommonIntake_listTimerExtension)
Edit Reopen Details (CommonIntake_modifyProgramReopenDetails)
Register Client (CommonIntake_registerClient)
Reject Timer Extension (CommonIntake_rejectTimerExtension)
Select Match (CommonIntake_selectMatchConfirmation)
Cases (Contact_listCases)
Modify Client Contact (Contact_modifyTodaysContacts)
Modify Client Contact (Contact_modifyUnsubmittedContacts)
Create Client Contact (Contact_register)
Create Client Contact (Contact_registerFromPersonSearch)
New Action (CreateActionWizard_owner)
Add Action (CreateActionWizard_sharing)
New Self Service Account (CreateSelfServiceAccount)
Home (CREOLECA_productDeliveryHome)
CREOLECAProductHomeDetails
New Receipt (CREOLECHIP_createCoPaymentReceiptEvidence)
CREOLECHIPProductHomeDetails
Home (CREOLEFA_productDeliveryHome)
CREOLEFAProductHomeDetails
Home (CREOLEMA_productDeliveryHome)
CREOLEMAProductHomeDetails
Authorize (CREOLEProgramRecommendation_confirmAuthorize)
Deny (CREOLEProgramRecommendation_confirmDenyProgramApplication)
Select Configurations to Publish (CREOLEPropConfig_selectForPublish)
New Third Party (DecisionAssistApplication_createThirdParty)
User Roles (DecisionAssistApplication_listUserRoleNoCOC)
User Roles (DecisionAssistApplication_listUserRoleNoCOCMultiSourceAC)
User Roles (DecisionAssistApplication_listUserRoleNoCOCMultiSourceMC)
User Roles (DecisionAssistApplication_listUserRoleNoCOCSingleSource)
User Roles (DecisionAssistApplication_listUserRoleWithCOC)
New Product Delivery (DefaultIC_createProductDelivery)
New Product Delivery (DefaultIC_existingCaseList)
Home (DefaultIC_home)
Related Cases (DefaultIC_listCaseRelationship)
User Roles (DefaultIC_listUserRole)
DefaultIC_tabDetails
DefaultIC_tabDetailsPreview
New Case (DefaultICMember_createProductDelivery)
Existing Cases (DefaultICMember_existingCaseList)
Products (DefaultICMember_listProduct)
Attribute Existing Evidence (DefaultICProduct_attributeExistingEvidence)
Close Case (DefaultICProduct_close)
New Activity (DefaultICProduct_createActivity)
New Recurring Activity (DefaultICProduct_createRecurringActivity)
Home (DefaultICProduct_home)
Delivery Patterns (DefaultICProduct_listDeliveryPattern)
User Roles (DefaultICProduct_listUserRole)
Edit Case (DefaultICProduct_modifyHeader)
- (DefaultICProduct_tabDetails)
DefaultICProduct_tabDetailsPreview
Change Moderator (Discussion_changeModerator)
Administrators (EducationalInstitute_listAdminRole)
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)
Administrators (Employer_listAdminRole)
Appeals (Employer_listAppeal)
Appeals (Employer_listAppealForDuplicate)
Cases (Employer_listCase)
Issue Cases (Employer_listIssue)
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)
Evidence Site Map (Evidence_siteMap)
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)
Print Pro Forma Communication (ExternalParty_confirmModifyPrintForProFormaCommunication)
Print Pro Forma Communication (ExternalParty_confirmModifyPrintForProFormaCommunication1)
New Office Member (ExternalParty_createOfficeMember)
New Bank Account (ExternalParty_createPaymentBankAccount)
New External Party Contact (ExternalParty_createUnregisteredCompanyContact)
Administrators (ExternalParty_listAdministrators)
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 Pro Forma Communication (ExternalParty_modifyProFormaCommunicationFromView1)
Edit Recorded Communication (ExternalParty_modifyRecordedCommunicationFromView1)
Edit User (ExternalParty_modifyUserFromHome)
Register External Party (ExternalParty_register)
Task Redirection (ExternalParty_taskRedirection)
User Home (ExternalParty_userHome)
Task History (ExternalParty_viewHistoryText)
FAPreviewPanel
FAProductHomeDetails
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)
Cúram Financials (Financial_home)
Invalidate Payment (Financial_invalidatePayment)
Confirm & Reissue (Financial_regenerateAppliedFixedDeduction)
Reissue with Un-applied Deduction (Financial_regenerateUnappliedDeduction)
Simulate Payment (Financial_simulatePayment1)
Welcome to Cúram (Financial_workspace)
Home (FoodStamps_productDeliveryHome)
Welcome to Cúram (FundPM_fundManagerHome)
GeneralMAPreviewPanel
GenericPreviewPanel
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)
Home (HCRChildrenHealthInsurancePlan)
HCRChildrenHealthInsurancePlan_panelDetails
HCREmergencyMedicaid_panelDetails
Home (HCREmergencyMedicaidHome)
HCREmployerSponsoredInsurace_panelDetails
Home (HCREmployerSponsoredInsuraceHome)
HCRExemption_panelDetails
Home (HCRExemptionHome)
Home (HCRIC_home)
Home (HCRInsuranceAssistance)
HCRInsuranceAssistance_panelDetails
Check Retroactive Medicaid Eligibility (HCRRetroactiveMedicaid_confirmCheckEligibilty)
HCRStateBasicHealthPlan_panelDetails
Home (HCRStateBasicHealthPlanPDHome)
HCRUnassistedQualifiedHealthPlan_panelDetails
Home (HCRUnassistedQualifiedHealthPlanHome)
Enable Shopping Experience (HealthCare_enableCaseMotivation)
Approve Home Study (HomeStudy_approvePopup)
Delete Assessment (HomeStudy_cancelAssessmentForHomeStudy)
Delete Home Visit (HomeStudy_cancelHomeVisitForHomeStudy)
Cancel Interview (HomeStudy_cancelInterviewForHomeStudy)
Delete Home Study (HomeStudy_cancelPopup)
Opening Microsoft Word Document (HomeStudy_controlMSWord)
New Assessment (HomeStudy_createAssessmentForHomeStudy)
New Document (HomeStudy_createHomeStudyDocument)
New Home Visit (HomeStudy_createHomeVisitForHomeStudy)
New Interview (HomeStudy_createInterviewForHomeVisit)
New Attendee (HomeStudy_createParticipantForAttendee)
New Home Study (HomeStudy_createPopup)
Delete Document (HomeStudy_deleteHomeStudyDocument)
Home Studies (HomeStudy_listHomeStudies)
Home Visit (HomeStudy_listHomeVisitsForHomeStudy)
Edit Assessment (HomeStudy_modifyAssessmentForHomeStudy)
Edit Document (HomeStudy_modifyHomeStudyDocument)
Edit Home Visit (HomeStudy_modifyHomeVisitForHomeStudy)
Edit Interview (HomeStudy_modifyInterviewForHomeStudy)
Edit Home Study (HomeStudy_modifyPopup)
Reject Home Study Recommendation (HomeStudy_rejectPopup)
Submit for Approval (HomeStudy_submitForApprovalPopup)
Home Study For Provider (HomeStudy_viewDetails)
Home (ICBenefitUnderPayment_home)
User Roles (ICBenefitUnderPayment_listUserRole)
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)
Home (ICInvestigationSample_home)
User Roles (ICInvestigationSample_listUserRole)
New Member Activity (ICMember_createMemberActivity)
New Case (ICMember_createProductDelivery)
New Recurring Member Activity (ICMember_createRecurringMemberActivity)
New User Task (ICMember_createTask)
Existing Cases (ICMember_existingCaseList)
Products (ICMember_listProduct)
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)
Home (ICProductSample_home)
Delivery Patterns (ICProductSample_listDeliveryPattern)
Delivery Patterns (ICProductSample_listDeliveryPattern1)
User Roles (ICProductSample_listUserRole)
Edit Case (ICProductSample_modifyHeader)
Create Delivery (ICSample_createProductDelivery)
Existing Cases (ICSample_existingCaseList)
Home (ICSample_home)
User Roles (ICSample_listUserRole)
Register Person (ICSample_registerPerson)
New Case (ICSample_selectIntegratedCaseType)
Site Map (ICSample_sportingGrantSiteMap)
Home (ICSampleSportingGrant_home)
User Roles (ICSampleSportingGrant_listUserRole)
Attribute Existing Evidence (ICSportingGrantSample_attributeExistingEvidence)
Close Case (ICSportingGrantSample_close)
New Activity (ICSportingGrantSample_createActivity)
New Recurring Activity (ICSportingGrantSample_createRecurringActivity)
Home (ICSportingGrantSample_home)
Delivery Patterns (ICSportingGrantSample_listDeliveryPattern)
User Roles (ICSportingGrantSample_listUserRole)
Edit Case (ICSportingGrantSample_modifyHeader)
Inbox_availableTaskSearch
Edit Inbox General Settings (Inbox_editInboxOptionsGeneralSettings)
Get Next Task From Preferred Work Queue (Inbox_reserveFromPreferredWorkQueue)
Get Next Task From Preferred Organization Unit (Inbox_reserveNextTaskFromPreferredOrgUnit)
Inbox_searchTask
User Preferences (Inbox_userPreferences)
General Settings (Inbox_viewInboxOptionsGeneralSettings)
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)
Income Screening Home: (IncomeScreening_home)
User Roles (IncomeScreening_listUserRole)
Register Person (IncomeScreening_registerHouseholdMember)
Register Prospect Person (IncomeScreening_registerHouseholdProspect)
Register Person (IncomeScreening_registerPerson)
Register Prospect Person (IncomeScreening_registerProspect)
Schedule Appointment: (IncomeScreening_scheduleAppointment)
Schedule Appointment: (IncomeSupportScreening_checkUserAvailability)
Close Case: (IncomeSupportScreening_close)
Transfer Evidence: (IncomeSupportScreening_confirmTransferEvidence)
Confirm Appointment: (IncomeSupportScreening_createAppointment)
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)
Eligibility Summary Communication: (IncomeSupportScreening_generateEligibilitySummaryComm)
User Roles (IncomeSupportScreening_listUserRole)
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)
Administrators (InformationProvider_listAdminRole)
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)
New Interview (Intake_createInterview)
Withdraw Program Request (Intake_createProgramWithdrawalRequest)
Withdraw Program Request (Intake_createProgramWithdrawalRequest1)
Reopen Program Application (Intake_createReopening)
Edit And Approve (Intake_editAndApproveTimerExtension)
Extend (Intake_extendTimers)
Invite Attendees (Intake_inviteAttendee)
Cases (Intake_listActionableIndividualExistingCasesByConcernRole)
Cases (Intake_listIndividualExistingCasesByConcernRole)
Related Persons (Intake_listRelatedPerson)
List Timer Extensions (Intake_listTimerExtension)
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)
Plans (IntegratedCase_listExistingOutcomePlan)
Edit Case Details (IntegratedCase_modifyHeader)
Edit Referral (IntegratedCase_modifyReferralFromList)
Edit Referral (IntegratedCase_modifyReferralFromView)
Print Contract (IntegratedCase_printContract)
Reopen Case (IntegratedCase_reopen)
IntegratedCase_tabDetails
IntegratedCase_tabDetailsPreview
IntegratedCase_timelineCalendarPerson
Integrated Social Enterprise (IntegratedSocialEnterprise_home)
Referrals (InternalReferral_listReferralsForApplication)
Referrals (InternalReferral_listReferralsForIC)
Send Referral (InternalReferral_sendReferral)
Referrals (InternalReferralWizard_clients)
Clone Investigation Query (Investigation_cloneQuery)
New Investigation Query (Investigation_createQuery)
- (Investigation_homeTabDetails)
Investigation_homeTabDetailsPreview
Edit Investigation Query (Investigation_modifyQuery)
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)
Home (InvestigationSample_home)
User Roles (InvestigationSample_listUserRole)
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)
Appeals (ISP_listAppeals)
User Roles (ISP_listUserRole)
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)
Case Home (ISP_productHome)
Deny Spend Down Period (ISP_reasonSpendDownNotMet)
Register Person (ISP_registerPerson)
Renew Program (ISP_renewProductDeliveryConfirmation)
Cúram (ISPApplication_home)
ISPApplication_workspace
ISPCaseHomeDetails
Check Retroactive Medical Assistance Eligibility (ISPCheckRetroactiveEligibilityPDHomeFromMenu)
Basic Intake Information (ISPIntakeInformation_createFromScreening)
Products (ISPMember_listProduct)
Delete Certification (ISPProduct_cancelCertification)
Create Integrated Case Product Activity (ISPProduct_createActivity)
New Certification (ISPProduct_createCertification)
Create Integrated Case Product Recurring Activity (ISPProduct_createRecurringActivity)
Delivery Patterns (ISPProduct_listDeliveryPattern)
User Roles (ISPProduct_listUserRole)
Edit Certification (ISPProduct_modifyCertificationFromList)
Edit Certification (ISPProduct_modifyCertificationFromView)
Appeals: (ISProduct_listAppeal)
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)
Delivery Patterns (ISPSpendDownProduct_listDeliveryPattern)
User Roles (ISPSpendDownProduct_listUserRole)
Re-add a Member (ISReAddMemberWizard_submit)
ISSApplication_workspace
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)
Home (IssueDelivery_home)
Issue Home (IssueDelivery_homeForAppeal)
User Roles (IssueDelivery_listUserRole)
User Roles (IssueDelivery_listUserRoleForAppeal)
Reject Resolution (IssueDelivery_rejectResolution)
Submit Resolution for Approval (IssueDelivery_submitResolutionForApproval)
- (IssueDelivery_tabDetails)
Add Legal Action Participants (LegalAction_addParticipant)
Close Case (LegalAction_close)
New Hearing (LegalAction_createHearing)
New Legal Action (LegalAction_createLegalAction)
New Legal Order (LegalAction_createOrder)
New Petition (LegalAction_createPetition)
Legal Actions (LegalAction_listHearingAssociatedLA)
Legal Action Hearings (LegalAction_listHearings)
Legal Actions (LegalAction_listOrderAssociatedLA)
Legal Actions (LegalAction_listPetitionAssociatedLA)
Legal Action Hearings (LegalAction_listScheduledHearings)
User Roles (LegalAction_listUserRole)
Edit Hearing (LegalAction_modifyHearing)
Edit Legal Order (LegalAction_modifyOrder)
Edit Petition (LegalAction_modifyPetition)
Schedule Hearing (LegalAction_scheduleHearing)
View Hearing (LegalAction_viewHearing)
LegalAction_viewHearingTabDetails
View Legal Action (LegalAction_viewLegalAction)
LegalAction_viewOrder
View Legal Action (LegalAction_viewOrderConditions)
View Requirements and Conditions (LegalAction_viewOrderRequirements)
LegalAction_viewPetition
Liability Overbilling Home (LiabilityOverbilling_home)
User Roles (LiabilityOverbilling_listUserRole)
Activate Evidence (LiabilitySample_activateEffectiveDatedEvidence)
Cancel Evidence (LiabilitySample_cancelEditableEffectiveDatedEvidence)
Cancel Evidence (LiabilitySample_cancelEffectiveDatedEvidence)
Create Case (LiabilitySample_createCase)
Existing Cases (LiabilitySample_existingCaseList)
Sample Liability Home (LiabilitySample_home)
Appeals (LiabilitySample_listAppeal)
Appeals (LiabilitySample_listAppealCombinedList)
User Roles (LiabilitySample_listUserRole)
Edit Delivery Pattern (LiabilitySample_modifyBillingPattern)
Register Person (LiabilitySample_registerPerson)
Sample Liability Home: (LiabilitySample_tabDetails)
LIFCPreviewPanel
Appeals (LIFCProduct_listAppealCase)
Delivery Patterns (LIFCProduct_listDeliveryPattern)
User Roles (LIFCProduct_listUserRole)
LIFCProductHomeDetails
LTCPreviewPanel
Appeals (LTCProduct_listAppealCase)
Delivery Patterns (LTCProduct_listDeliveryPattern)
User Roles (LTCProduct_listUserRole)
LTCProductHomeDetails
Task Details (MaintainSupervisorTask_taskHome)
Delivery Patterns (MAMProduct_listDeliveryPattern)
User Roles (MAMProduct_listUserRole)
New Meeting (Meeting_createMeeting)
Create Meeting: (Meeting_createRichTextMeeting)
New Attendees (Meeting_inviteAttendee)
New Attendees (Meeting_inviteAttendeeFromSEF)
Attendance (MeetingAttendence_modify)
New Invitation (MeetingDetails_addAttendee)
Meeting Minutes: (MeetingDetails_viewAttendance)
Meeting Minutes: (MeetingDetails_viewAttendanceNotFromCase)
Issue Meeting Minutes (MeetingMinutes_issueMinutes)
Action: (MeetingMinutes_viewAction)
Action: (MeetingMinutes_viewActionFromAgenda)
Action: (MeetingMinutes_viewActionHistory)
Action: (MeetingMinutes_viewActionHistoryFromAgenda)
Meeting Minutes Summary (MeetingMinutes_viewSummary)
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)
Delete Skill (MultidisciplinaryTeamMember_cancelSkill)
Edit Multidisciplinary Team Member (MultidisciplinaryTeamMember_modifyFromAdministrationList)
Edit Multidisciplinary Team Member (MultidisciplinaryTeamMember_modifyFromList)
Edit Multidisciplinary Team Member (MultidisciplinaryTeamMember_modifyFromView)
New Outcome Plan (NewOutcomePlanWizard_planDetails)
User Search (Organization_activeUserSearchDetailsPopup)
Additional Details (Organization_additionalDetails)
New Position (Organization_addPositionForOrgUnit)
Assign User (Organization_addUserForPosition)
User Search (Organization_adminUserSearch)
Assign Default Location (Organization_AssignDefaultLocation)
Assign Location (Organization_AssignLocationToPosition)
Assign Resource (Organization_assignResourceToOrganizationUnit)
Delete Organization Unit (Organization_cancelOrgUnit)
Delete Evidence Approval for Organization Unit (Organization_cancelTemporalEvidenceApprovalCheckForOrgUnit)
Delete Evidence Approval for Position (Organization_cancelTemporalEvidenceApprovalCheckForPosition)
Delete Skill (Organization_cancelUserSkill)
Close User (Organization_closeOrganizationUser)
Close User (Organization_closeUser)
Confirm Printer (Organization_confirmModifyPrinterForOrgUnit)
New User and Assign (Organization_createAndAssignUserForPosition)
New Child Organization Unit (Organization_createChildOrgUnit)
New Resource (Organization_createOrganizationUnitResource)
New Root Organization Unit (Organization_createRootOrgUnit)
New Evidence Approval Check (Organization_createTemporalEvidenceApprovalCheckForOrgUnit)
New Evidence Approval Check (Organization_createTemporalEvidenceApprovalCheckForPosition)
Events (Organization_currentUserCalendar)
Organization Units (Organization_listAllOrgUnits)
Assessment Approval Checks: (Organization_listAssessmentApprovalChecksForOrgUnit)
Cases Owned As A User (Organization_listCaseByCurrentUser)
Cases Owned By My Organization Units (Organization_listCasesForOrgUnit)
Cases Owned By My Positions (Organization_listCasesForPosition)
Child Organization Units (Organization_listChildOrgUnits)
Investigation (Organization_listInvestigationApprovalChecksForOrgUnit)
Resources (Organization_listOrganizationUnitResource)
Users (Organization_listOrganizationUsers)
Lead (Organization_listOrgStructureLeadPositions)
Lead (Organization_listOrgStructureLeadUsers)
All Positions (Organization_listOrgStructurePositions)
All Users (Organization_listOrgStructureUsers)
Vacant (Organization_listOrgStructureVacantPositions)
Case (Organization_listOrgUnitCaseApproval)
Evidence Approvals (Organization_listOrgUnitEvidenceApproval)
Jobs (Organization_listOrgUnitJobs)
Organization Unit Locations (Organization_listOrgUnitLocations)
Milestone Waiver (Organization_listOrgUnitMilestoneApproval)
Positions (Organization_listOrgUnitPositions)
Root Organization Unit (Organization_listOrgUnits)
Organization Units (Organization_listOrgUnitsForOrgStructure)
Evidence (Organization_listOrgUnitTemporalEvidenceApproval)
Users (Organization_listOrgUnitUsers)
Organization_listRecentApprovedCaseForUser1
Organization_listRecentApprovedInvestigationForUser
Recently Assigned Ownership Cases (Organization_listRecentAssignedCaseForUser)
Organization_listRecentAssignedCaseForUser1
Organization_listRecentAssignedInvestigationForUser
Issue Case Resolution (Organization_listResolutionApprovalChecksForOrgUnit)
Supervisor Users For Position (Organization_listSupervisorUsersForPosition)
All Users (Organization_listUsersForPosition)
Edit Bank Branch (Organization_modifyBankBranchFromList)
Edit Bank Branch (Organization_modifyBankBranchFromView)
Edit Investigation Approval Check (Organization_modifyInvestigationApprovalCheckForOrgUnitFromList)
Edit Investigation Approval Check (Organization_modifyInvestigationApprovalCheckForOrgUnitFromView)
Edit Location (Organization_modifyLocationFromList)
Edit Location (Organization_modifyLocationFromView)
Edit Organization (Organization_modifyOrganization)
Edit Organization Structure (Organization_modifyOrgStructureFromList)
Edit Organization Structure (Organization_modifyOrgStructureFromView)
Edit Case Approval Check (Organization_modifyOrgUnitCaseApprovalFromList)
Edit Case Approval Check (Organization_modifyOrgUnitCaseApprovalFromView)
Edit Evidence Approval Check (Organization_modifyOrgUnitEvidenceApprovalFromList)
Edit Evidence Approval Check (Organization_modifyOrgUnitEvidenceApprovalFromView)
Edit Organization Unit (Organization_modifyOrgUnitFromList)
Edit Organization Unit (Organization_modifyOrgUnitFromView)
Edit Position (Organization_modifyPositionFromOrgStructLeadPosList)
Edit Position (Organization_modifyPositionFromOrgStructPosList)
Edit Position (Organization_modifyPositionFromOrgStructVacantPosList)
Edit Position (Organization_modifyPositionFromOrgUnitPosList)
Edit Position (Organization_modifyPositionFromView)
Edit Issue Case Resolution Approval Check (Organization_modifyResolutionApprovalCheckForOrgUnitFromList)
Edit Issue Case Resolution Approval Check (Organization_modifyResolutionApprovalCheckForOrgUnitFromView)
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)
Edit User's Language Skills (Organization_modifyUserLanguageSkills)
Organization_OrganisationUnitTreeWindow
Organization Unit Search (Organization_organizationUnitSearchPopup)
Organization Structure Browser (Organization_orgStructureBrowser)
Home (Organization_orgStructureHome)
Organization Unit Evidence Approvals (Organization_orgUnitEvidenceApproval)
Home (Organization_orgUnitHome)
Organization Unit Home (Organization_orgUnitHomeError)
Organization_orgUnitHomeTabDetails
Organization_positionTabDetails
Remove Default Location (Organization_RemoveDefaultLocation)
Remove Location (Organization_RemoveLocationFromPosition)
Remove Resource (Organization_removeResourceFromOrganizationUnit)
Remove User (Organization_removeUserFromPosition)
Calendar (Organization_selectedUserCalendar)
Task Redirection (Organization_taskRedirection)
Task Redirection (Organization_taskRedirectionForUser)
Task Redirection History (Organization_taskRedirectionHistory)
My Cases (Organization_userCases)
User Search (Organization_userDetailsSearchPopup)
Home (Organization_userHome)
Organization_userInvestigation
New User Language Skills (Organization_userLanguageSkills)
User Search (Organization_userSearchDetails)
User Summary (Organization_userSummary)
View Investigation Approval Check for Organization Unit (Organization_viewInvestigationApprovalCheckForOrgUnit)
Case Approval Check Home (Organization_viewOrgUnitCaseApproval)
Organization Unit Details (Organization_viewOrgUnitDetails)
Organization Unit Details (Organization_viewOrgUnitDetailsFromList)
Evidence Approval Check Home (Organization_viewOrgUnitEvidenceApproval)
Organization_viewPosition
Position Home (Organization_viewPositionByUser)
Position Details (Organization_viewPositionDetails)
Locations (Organization_viewPositionLocations)
Subordinate Users (Organization_viewPositionSubordinateUsers)
Supervisor Users (Organization_viewPositionSupervisorUsers)
View Issue Resolution Approval Check for Organization Unit (Organization_viewResolutionApprovalCheckForOrgUnit)
Organization Unit Temporal Evidence Approval Home: (Organization_viewTemporalEvidenceApprovalCheckForOrgUnit)
Position Temporal Evidence Approval Home: (Organization_viewTemporalEvidenceApprovalCheckForPosition)
Home (Organization_viewUserHome)
Remove User (OrganizationUnit_removeUserFromPosition)
New Outcome Plan (OutcomePlan_accessibleCreateFromParentCase)
New Outcome Plan (OutcomePlan_accessibleCreateFromPerson)
New Evidence (OutcomePlan_addActivityEvidence)
New Note (OutcomePlan_addNoteToAction)
Close Outcome Plan (OutcomePlan_close)
New Outcome Plan (OutcomePlan_createForSingleClient)
Edit Action (OutcomePlan_editAction)
Edit Reason (OutcomePlan_editActionReason)
Update Completion Details (OutcomePlan_editCompletedAction)
New Outcome Plan (OutcomePlan_enhancedCreate)
New Outcome Plan (OutcomePlan_enhancedCreate1)
Evidence (OutcomePlan_listActivityEvidence)
Agreements (OutcomePlan_listAgreements)
Assessments (OutcomePlan_listAssessments)
Assessments (OutcomePlan_listAssessmentsForReview)
Assessments (OutcomePlan_listOutcomePlanAssessments)
User Roles (OutcomePlan_listUserRole)
New Assessment (OutcomePlan_selectAssessmentDefinition)
New Assessment (OutcomePlan_selectPlanReviewAssessmentDefinition)
Edit Outcome Plan (OutcomePlan_update)
Edit Action (OutcomePlan_updateAction)
Issues (OutcomePlanAction_listIssues)
Approve Agreement (OutcomePlanAgreement_approve)
Complete Agreement (OutcomePlanAgreement_complete)
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)
OutcomesPlan_agreementDetails
Delete Address (Participant_cancelAddress)
Delete Alternative Identifier (Participant_cancelAlternateID)
Delete Bank Account (Participant_cancelBankAccount)
Delete Email Address (Participant_cancelEmailAddress)
Delete Phone Number (Participant_cancelPhoneNumber)
Print Pro Forma Communication (Participant_confirmModifyPrintForProFormaCommunication)
Print Pro Forma Communication (Participant_confirmModifyPrintForProFormaCommunication1)
Preview Pro Forma Communication (Participant_confirmPreviewForProFormaCommunication)
Print Pro Forma Communication (Participant_confirmPrintForProFormaCommunication)
New 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_createProFormaCommunication)
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)
Assessments (Participant_listAssessmentForDuplicate)
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 Pro Forma Communication (Participant_modifyProFormaCommunicationFromList1)
Edit Pro Forma Communication (Participant_modifyProFormaCommunicationFromView1)
Edit Recorded Communication (Participant_modifyRecordedCommunicationFromList1)
Edit Recorded Communication (Participant_modifyRecordedCommunicationFromView1)
Edit Pro Forma Communication (Participant_modifySentProFormaCommunicationFromList)
Edit Pro Forma Communication (Participant_modifySentProFormaCommunicationFromView)
Record Communication (Participant_recordCommunication)
View Pro Forma Communication (Participant_viewProFormaCommunication)
Home (PaymentCorrection_home)
Issue Financials (PaymentCorrection_issueFinancial)
Billing Patterns (PaymentCorrection_listDeliveryPattern)
User Roles (PaymentCorrection_listUserRole)
Benefit Underpayment Home (PDBenefitUnderPayment_home)
User Roles (PDBenefitUnderPayment_listUserRole)
New Evidence (PDCEvidence_addNewEvidence)
Evidence (PDCEvidence_listEvidence)
Billing Patterns (PDServiceDelivery_listDeliveryPattern)
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)
Home (Person_homePagePDC)
Administrators (Person_listAdminRole)
Administrators: (Person_listAdminRoleForDuplicate)
Appeals (Person_listAppeal)
Appeals (Person_listAppealForDuplicate)
Assessments (Person_listAssessment)
Cases (Person_listCase)
Cases (Person_listCaseForDuplicate)
Investigations (Person_listInvestigation)
Issue Cases (Person_listIssue)
Issues (Person_listIssueForDuplicate)
Intakes (Person_listScreeningCase)
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)
List View (Person_timelineCalendarList)
Lead Position Search (Position_searchLeadPositionsPopup)
Organization Unit Position Search (Position_searchOrgUnitPositionsPopup)
Edit Allocation Strategy (ProcessDefinitionTool_editDecisionActivityAllocationStrategy)
Edit Allocation Strategy (ProcessDefinitionTool_editDecisionActivityReminderNotificationAllocationStrategy)
Edit Allocation Strategy (ProcessDefinitionTool_editEventWaitActivityReminderNotificationAllocationStrategy)
Edit Allocation Strategy (ProcessDefinitionTool_editManualActivityAllocationStrategy)
Edit Allocation Strategy (ProcessDefinitionTool_editManualActivityReminderNotificationAllocationStrategy)
Edit Allocation Strategy (ProcessDefinitionTool_editNotificationAllocationStrategy)
Edit Allocation Strategy (ProcessDefinitionTool_editParallelDecisionActivityAllocationStrategy)
Edit Allocation Strategy (ProcessDefinitionTool_editParallelDecisionActivityReminderNotificationAllocationStrategy)
Edit Allocation Strategy (ProcessDefinitionTool_editParallelManualActivityAllocationStrategy)
Edit Allocation Strategy (ProcessDefinitionTool_editParallelManualActivityReminderNotificationAllocationStrategy)
Edit Failure Allocation Strategy (ProcessDefinitionTool_editProcessFailureAllocationStrategy)
Notification Allocation Strategy: (ProcessDefinitionTool_viewDecisionActivityReminderNotificationTargetAllocationStrategy)
Notification Allocation Strategy: (ProcessDefinitionTool_viewDecisionActivityReminderTargetAllocationStrategy)
Notification Allocation Strategy: (ProcessDefinitionTool_viewEventWaitActivityReminderNotificationTargetAllocationStrategy)
Notification Allocation Strategy: (ProcessDefinitionTool_viewManualActivityReminderNotificationTargetAllocationStrategy)
Allocation Strategy (ProcessDefinitionTool_viewNotificationTargetAllocationStrategy)
Notification Allocation Strategy: (ProcessDefinitionTool_viewParallelDecisionActivityReminderNotificationTargetAllocationStrategy)
Allocation Strategy (ProcessDefinitionTool_viewParallelDecisionActivityTargetAllocationStrategy)
Notification Allocation Strategy: (ProcessDefinitionTool_viewParallelManualActivityReminderNotificationTargetAllocationStrategy)
Allocation Strategy (ProcessDefinitionTool_viewParallelManualActivityTargetAllocationStrategy)
Home (ProcessDefinitionTool_viewProcess)
Failure Allocation Strategy (ProcessDefinitionTool_viewProcessFailureAllocationStrategy)
Allocation Strategy (ProcessDefinitionTool_viewSingleDecisionActivityTargetAllocationStrategy)
Allocation Strategy (ProcessDefinitionTool_viewSingleManualActivityTargetAllocationStrategy)
Delete Evidence Type Approval For Product (Product_cancelLiabilityTemporalEvidenceApprovalCheck)
Activate Case (ProductDelivery_activate)
Activate Deduction (ProductDelivery_activateDeduction)
Approve Case (ProductDelivery_approve)
Approve Evidence (ProductDelivery_approveEffectiveDatedEvidence)
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)
Reassess (ProductDelivery_reassessBenefit)
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)
ProductHomeDetails
Administrators (ProductProvider_listAdminRole)
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)
Administrators (Prospect_listAdminRole)
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)
Administrators (ProspectEmployer_listAdminRole)
Appeals (ProspectEmployer_listAppeal)
Appeals (ProspectEmployer_listAppealForDuplicate)
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)
Home (ProspectPerson_homePagePDC)
Administrators (ProspectPerson_listAdminRole)
Appeals (ProspectPerson_listAppeal)
Appeals (ProspectPerson_listAppealForDuplicate)
Cases (ProspectPerson_listCase)
Investigations (ProspectPerson_listInvestigation)
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)
New Supervisor (Provider_createOwnerSupervisorRole)
User Roles (Provider_listAdminRole)
ProviderEnquiry_listAdminRole
Set Supervisor (ProviderGroup_createOwnerSupervisorRole)
User Roles (ProviderGroup_listAdminRole)
User Roles: (ProviderInvestigation_listUserRole)
Activate Contract (ProviderManagement_activateContract)
Activate Deduction (ProviderManagement_activateProviderDeduction)
Record Absence (ProviderManagement_addAbsenceReason)
New Absence Reason (ProviderManagement_addAbsenceReasonForPRLI)
Add Absence Reason (ProviderManagement_addAbsenceReasonFromExceptionTask)
New Text Translation (ProviderManagement_addAreasServedInfoTranslation)
New Text Translation (ProviderManagement_addAreasServedInfoTranslationForServiceCenter)
New Text Translation (ProviderManagement_addClientFeeInfoTranslation)
New Text Translation (ProviderManagement_addClientInfoTranslation)
New Text Translation (ProviderManagement_addClientInfoTranslationForServiceCenter)
New Client (ProviderManagement_addClientToPRLI)
Add Client (ProviderManagement_addClientToPRLICorrection)
New Line Item (ProviderManagement_addClientToRoster)
Add Contact Participant (ProviderManagement_addContactLogContact)
Record Attendance (ProviderManagement_addDailyAttendance)
Record Attendance (ProviderManagement_addDailyAttendanceForFacilityManager)
Daily Attendance Details (ProviderManagement_addDailyAttendanceForPRLI)
Daily Attendance Details (ProviderManagement_addDailyAttendanceForPRLIReporting)
Record Attendance (ProviderManagement_addDailyAttendanceForReporting)
Daily Attendance Details (ProviderManagement_addDailyAttendanceFromExceptionTask)
New Text Translation (ProviderManagement_addDescriptionTranslationToServiceOffering)
New Text Translation (ProviderManagement_addDocumentsRequiredInfoTranslation)
New Text Translation (ProviderManagement_addEligibilityInfoTranslation)
Add Existing Places (ProviderManagement_addExistingPlaces)
Add Existing Places (ProviderManagement_addExistingPlaces1)
New Incident Participant (ProviderManagement_addIncidentParticipant)
New Text Translation (ProviderManagement_addIntakeInfoTranslation)
New Service (ProviderManagement_addLicenseServiceOffering)
New Text Translation (ProviderManagement_addNameTranslationToServiceOffering)
New Member (ProviderManagement_addProviderGroupMemberToATrainingProgram)
New Provider Member (ProviderManagement_addProviderMemberToATrainingProgram)
New Provider (ProviderManagement_addProviderToPG)
New Provider (ProviderManagement_addProviderToProviderGroup)
Add Service Authorization Line Item: (ProviderManagement_addSampleServiceAuthorizationLineItem)
Daily Attendance Details (ProviderManagement_addServiceDailyAttendanceForPRLI)
New Service (ProviderManagement_addServiceOfferingForProvider)
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 License (ProviderManagement_approveLicense)
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 Provider (ProviderManagement_approveProvider)
Approve Training (ProviderManagement_approveProviderGroupMemberTrainingProgram)
Approve Training Program (ProviderManagement_approveProviderMemberTrainingProgram)
Approve Provider Service (ProviderManagement_approveProviderServiceOffering)
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 Accreditation (ProviderManagement_cancelAccreditationFromProvider)
Delete Failure Reason (ProviderManagement_cancelBackgroundCheckFilureReason)
Delete Reason For Failure (ProviderManagement_cancelBackgroundCheckFilureReasonForProviderGroup)
Delete Category (ProviderManagement_cancelCategoryForProvider)
Delete Place Limit (ProviderManagement_cancelContractServicePlaceLimit)
Delete Contract (ProviderManagement_cancelFlatRateContractForProvider)
Delete Contract (ProviderManagement_cancelFlatRateContractForProviderGroup)
Delete License (ProviderManagement_cancelLicense)
Delete Member (ProviderManagement_cancelMemberFromProvider)
Delete Participant (ProviderManagement_cancelParticipantFromProvider)
Delete Participant (ProviderManagement_cancelParticipantFromProviderGroup)
Delete Place (ProviderManagement_cancelPlace)
Delete Background Check (ProviderManagement_cancelProviderBackgroundCheck)
Delete Background Check (ProviderManagement_cancelProviderBackgroundCheckForFacilityManager)
Delete Deduction (ProviderManagement_cancelProviderDeduction)
Delete Background Check (ProviderManagement_cancelProviderGroupBackgroundCheck)
Delete Member (ProviderManagement_cancelProviderGroupMember)
Delete Place Limit (ProviderManagement_cancelProviderOfferingPlaceLimit)
Delete Payment Option (ProviderManagement_cancelProviderPaymentOption)
Delete Service Center (ProviderManagement_cancelProviderServiceCenter)
Delete Provider Service (ProviderManagement_cancelProviderServiceOffering)
Cancel Reservation (ProviderManagement_cancelReservation)
Cancel Roster Line Item (ProviderManagement_cancelRosterLineItem)
Delete Service Authorization Line Item: (ProviderManagement_cancelServiceAuthorizationLineItem)
Delete Service (ProviderManagement_cancelServiceCenterProviderOfferingPopup)
Delete Specialty (ProviderManagement_cancelSpecialtyFromProvider)
Delete Place Limit (ProviderManagement_cancelUtilizationContractServicePlaceLimit)
Close Compartment (ProviderManagement_closeCompartment)
Close Provider (ProviderManagement_closeProvider)
Close Enquiry (ProviderManagement_closeProviderEnquiry)
Close Provider Group (ProviderManagement_closeProviderGroup)
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)
Delete Member (ProviderManagement_confirmDeletePerson)
Confirm delete rows from daily attendance roster (ProviderManagement_confirmDeleteRowsForDARoster)
Confirm Generate Roster (ProviderManagement_confirmGenerateRoster)
Confirm Modify Overlapping Placements (ProviderManagement_confirmModifyOverlappingPlacementPrd)
Confirm modify overlapping placements (ProviderManagement_confirmModifyPlacementPrdForWL)
Confirm Person Related To Provider (ProviderManagement_confirmPersonRelatedToProvider)
Confirm Person Related To Provider (ProviderManagement_confirmRegisteredPersonRelatedToProvider)
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 Enquiry (ProviderManagement_confirmTransferEnquiryToEnrollProvider)
Confirm Transfer of Placement to Reservation (ProviderManagement_confirmTransferToReservation)
New Accreditation (ProviderManagement_createAccreditationForProvider)
New Accreditation Period (ProviderManagement_createAccreditationPeriod)
New Applied Deduction (ProviderManagement_createAppliedVariableDeduction)
New Failure Reason (ProviderManagement_createBackgroundCheckFilureReason)
New Failure Reason (ProviderManagement_createBackgroundCheckFilureReasonForProviderGroup)
New Background Check (ProviderManagement_createBackgroundCheckForProvider)
New Background Check (ProviderManagement_createBackgroundCheckForProviderGroup)
New Category (ProviderManagement_createCategoryForProvider)
New Compartment (ProviderManagement_createCompartment)
New Characteristics (ProviderManagement_createCompartmentCharacteristics)
New Contact (ProviderManagement_createContractContact)
New Place Limit (ProviderManagement_createContractProviderOfferingPlaceLimit)
New Flat Rate Contract (ProviderManagement_createFlatRateContractForProvider)
New Flat Rate Contract (ProviderManagement_createFlatRateContractForProviderGroup)
New Contact Log (ProviderManagement_createIncidentContactLog)
New Investigation Case (ProviderManagement_createInvestigation)
New License (ProviderManagement_createLicense)
New Certification (ProviderManagement_createMemberCertification)
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 Place (ProviderManagement_createPlace)
New Approval Check (ProviderManagement_createProviderApprovalCheck)
New Provider Enquiry (ProviderManagement_createProviderEnquiry)
New Payment Configuration (ProviderManagement_createProviderGroupAssociatePaymentConfiguration)
New Member (ProviderManagement_createProviderGroupMember)
New Service Rate (ProviderManagement_createProviderGroupUtilizationContractProviderOfferingRate)
New Approval Check (ProviderManagement_createProviderOfferingApprovalCheck)
New Place Limit (ProviderManagement_createProviderOfferingPlaceLimit)
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_createServiceCenterProviderOfferingPopup)
New Service (ProviderManagement_createServiceOffering)
New Payment Options (ProviderManagement_createServicePaymentOption)
New Service Rate (ProviderManagement_createServiceRate)
New Specialty (ProviderManagement_createSpecialtyForProvider)
New Supervisor (ProviderManagement_createSupervisorRole)
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 Utilization Contract (ProviderManagement_createUtilizationContractForProviderGroup)
New Place Limit (ProviderManagement_createUtilizationContractProviderOfferingPlaceLimitForProvider)
New Rate (ProviderManagement_createUtilizationContractProviderOfferingRate)
Deactivate Deduction (ProviderManagement_deactivateProviderDeduction)
Delete Compartment (ProviderManagement_deleteCompartment)
Delete Contact (ProviderManagement_deleteContractContact)
Delete Service (ProviderManagement_deleteContractProviderOffering)
Delete Service (ProviderManagement_deleteContractProviderOfferingForProviderGroup)
Delete Service (ProviderManagement_deleteLicenseServiceOffering)
Delete Roster Line Item (ProviderManagement_deletePRLIFromExceptionTask)
Delete Payment Configuration (ProviderManagement_deleteProviderGroupAssociatePaymentConfiguration)
Delete Approval Check (ProviderManagement_deleteProviderOfferingApprovalCheck)
Delete Roster (ProviderManagement_deleteRoster)
Delete Line Item (ProviderManagement_deleteRosterLineItem)
Delete Placement (ProviderManagement_deleteSamplePlacement)
Delete Training (ProviderManagement_deleteTrainingProgramForProvider)
Delete Training (ProviderManagement_deleteTrainingProgramForProviderGroup)
Delete Training (ProviderManagement_deleteTrainingProgramForProviderGroupMember)
Delete Training (ProviderManagement_deleteTrainingProgramForProviderMember)
Delete Contract (ProviderManagement_deleteUtilizationContractForProvider)
Delete Service (ProviderManagement_deleteUtilizationContractProviderOfferingForProvider)
Delete Service (ProviderManagement_deleteUtilizationContractProviderOfferingForProviderGroup)
Reject Provider Service (ProviderManagement_denyApproveProviderServiceOffering)
Deny Roster Line Item (ProviderManagement_denyPRLIFromExceptionTask)
Deny Roster Line Item (ProviderManagement_denyRosterLineItem)
Step 5: Register Person (ProviderManagement_duplicateRegisterPersonAsProvider)
Edit Training (ProviderManagement_editCompletedTrainingProgramForProviderGroupMember)
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 (ProviderManagement_editTrainingProgramForProviderGroupMember)
Edit Training Service (ProviderManagement_editTrainingServiceOffering)
Edit Training Service (ProviderManagement_editTrainingServiceOfferingFrmView)
Enroll Provider (ProviderManagement_enrollAsProvider)
Enroll Provider Group (ProviderManagement_enrollAsProviderGroup)
Enroll Provider (ProviderManagement_enrollProvider)
New Provider Enquiry (ProviderManagement_enrollProviderEnquiry)
Transfer to Provider (ProviderManagement_enrollProviderFromEnquiry)
Enroll Provider Group (ProviderManagement_enrollProviderGroup)
Training Details (ProviderManagement_enterProviderGroupMemberTrainingDetails)
Training Details (ProviderManagement_enterProviderGroupMemberTrainingDetailsBasedOnTrainingRequirement)
Training Details (ProviderManagement_enterProviderGroupTrainingDetails)
Training Details (ProviderManagement_enterProviderMemberTrainingDetails)
Training Details (ProviderManagement_enterProviderMemberTrainingDetailsBasedOnTrainingRequirement)
Training Details (ProviderManagement_enterProviderMemberTrainingProgramDetails)
Training Details (ProviderManagement_enterProviderTrainingDetails)
My Workspace: Welcome to Cúram (ProviderManagement_facilityMgrHome)
Select Unassigned Provider Member (ProviderManagement_findPerson)
Generate Contract (ProviderManagement_generateContract)
Generate Blank Roster (ProviderManagement_generateRoster)
Home (ProviderManagement_investigationHome)
ProviderManagement_listCertification
Group Member Certifications: (ProviderManagement_listGroupMemberCertification)
Certifications (ProviderManagement_listMemberCertification)
Provider Service (ProviderManagement_listPOApprovalChecksForOrganizationUnit)
Provider Service (ProviderManagement_listPOApprovalChecksForUser)
Provider (ProviderManagement_listProviderApprovalChecksForOrganizationUnit)
Provider (ProviderManagement_listProviderApprovalChecksForUser)
ProviderManagement_listProvidersForResourceManagerSupervisor
Service (ProviderManagement_listServiceOfferingApprovalChecksForOrganizationUnit)
Service (ProviderManagement_listServiceOfferingApprovalChecksForUser)
ProviderManagement_listUnassignedMemberCertification
Mark All Places For Use (ProviderManagement_markAllPlacesForUse)
Mark All Places Out Of Use (ProviderManagement_markAllPlacesOutOfUse)
Mark for Use (ProviderManagement_markPlaceInUse)
Mark Out Of Use (ProviderManagement_markPlaceOutOfUse)
Edit Accreditation (ProviderManagement_modifyAccreditationForProvider)
Edit Accreditation Period (ProviderManagement_modifyAccreditationPeriod)
Edit Applied Deduction (ProviderManagement_modifyAppliedDeductionDetails)
Edit Failure Reason (ProviderManagement_modifyBackgroundCheckFilureReason)
Edit Failure Reason (ProviderManagement_modifyBackgroundCheckFilureReasonForProviderGroup)
Edit Background Check (ProviderManagement_modifyBackgroundCheckForProvider)
Edit Background Check (ProviderManagement_modifyBackgroundCheckFromList)
Edit Category (ProviderManagement_modifyCategoryForProvider)
Edit Certification (ProviderManagement_modifyCertification)
Edit Client (ProviderManagement_modifyClientInPRLI)
Modify Client (ProviderManagement_modifyClientInPRLICorrection)
Edit Compartment (ProviderManagement_modifyCompartment)
Edit Characteristics (ProviderManagement_modifyCompartmentCharacteristics)
Edit Contact (ProviderManagement_modifyContractContact)
Edit Flat Rate Contract (ProviderManagement_modifyFlatRateContractForProvider)
Edit Flat Rate Contract (ProviderManagement_modifyFlatRateContractForProviderGroup)
Edit Member Certification (ProviderManagement_modifyGroupMemberCertification)
Edit Provider Incident (ProviderManagement_modifyIncident)
Edit License (ProviderManagement_modifyLicenseFromList)
Edit License (ProviderManagement_modifyLicenseFromView)
Edit Text Translation (ProviderManagement_modifyLocalizableSODescriptionTextTranslation)
Edit Text Translation (ProviderManagement_modifyLocalizableSONameTextTranslation)
Edit Member Certification (ProviderManagement_modifyMemberCertification)
Edit Member Certification (ProviderManagement_modifyMemberCertificationFromView)
Edit Participant (ProviderManagement_modifyParticipantForProvider)
Select Provider Payment Type (ProviderManagement_modifyPaymentType)
Edit Provider (ProviderManagement_modifyPGAssociation)
Edit Place (ProviderManagement_modifyPlace)
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 Provider Details (ProviderManagement_modifyProvider)
Edit Approval Check (ProviderManagement_modifyProviderApprovalCheck)
Edit Enquiry (ProviderManagement_modifyProviderEnquiry)
Edit Provider Group (ProviderManagement_modifyProviderGroup)
Edit Payment Configuration (ProviderManagement_modifyProviderGroupAssociatePaymentConfiguration)
Modify Provider - Group Association (ProviderManagement_modifyProviderGroupAssociation)
Edit Member (ProviderManagement_modifyProviderGroupMemberList)
Edit Member (ProviderManagement_modifyProviderGroupMemberView)
Edit Participant (ProviderManagement_modifyProviderGroupParticipantRelationship)
Edit Service Rate (ProviderManagement_modifyProviderGroupUtilizationContractProviderOfferingRate)
Edit Member (ProviderManagement_modifyProviderMemberRelationship)
Edit Approval Check (ProviderManagement_modifyProviderOfferingApprovalCheck)
Edit Place Limit (ProviderManagement_modifyProviderOfferingPlaceLimit)
Edit Provider Group (ProviderManagement_modifyProviderPGAssociation)
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 Provider Service (ProviderManagement_modifyServiceOfferingForProvider)
Edit Provider Service (ProviderManagement_modifyServiceOfferingForProviderFrmView)
Edit Specialty (ProviderManagement_modifySpecialtyForProvider)
Edit Third Party Deduction (ProviderManagement_modifyThirdPartyDeduction)
Edit Training (ProviderManagement_modifyTrainingProgramForProvider)
Edit Training (ProviderManagement_modifyTrainingProgramForProviderGroup)
Edit Un-Applied Deduction (ProviderManagement_modifyUnappliedDeductionDetails)
Edit Member Certification (ProviderManagement_modifyUnassignedMemberCertification)
Edit Period (ProviderManagement_modifyUnassignedProviderMember)
Edit Utilization Contract (ProviderManagement_modifyUtilizationContractForProvider)
Edit Utilization Contract (ProviderManagement_modifyUtilizationContractForProviderGroup)
Edit Rate (ProviderManagement_modifyUtilizationContractProviderOfferingRate)
Place Client (ProviderManagement_placeSampleClient)
Preview Contract (ProviderManagement_previewContract)
Print Contract (ProviderManagement_printContract)
New Non-Managed Training Program (ProviderManagement_recordCompletedTrainingForProvider)
New Non-Managed Training Program (ProviderManagement_recordCompletedTrainingForProviderGroup)
New Non-Managed Training Program (ProviderManagement_recordCompletedTrainingForProviderGroupMember)
New Non-Managed Training Program (ProviderManagement_recordCompletedTrainingForProviderMember)
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 License (ProviderManagement_rejectLicense)
Reject Provider (ProviderManagement_rejectProvider)
Reject Service (ProviderManagement_rejectServiceApproval)
Delete Provider (ProviderManagement_removeProviderFromProviderGroup)
Delete Provider Group (ProviderManagement_removeProviderGroupFromPGAssociation)
Delete Rate (ProviderManagement_removeProviderOfferingRate)
Renew Contract (ProviderManagement_renewContract)
Renew License (ProviderManagement_renewLicense)
Renew Contract (ProviderManagement_renewProviderGroupContract)
Re-Open Provider (ProviderManagement_reopenProvider)
Re-Open Provider Group (ProviderManagement_reOpenProviderGroup)
My Workspace: Welcome to Cúram (ProviderManagement_resourceMgrHome)
My Workspace: Welcome to Cúram (ProviderManagement_resourceMgrSupervisorHome)
Step 2: Enroll Provider (ProviderManagement_sampleEnrollProvider)
Retrieve approval check: (ProviderManagement_sampleRetrieveApprovalCheckInformation)
Select Certifications (ProviderManagement_searchCertification)
Override Maximum Deduction Rate (ProviderManagement_setOverrideMDR)
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 License (ProviderManagement_suspendLicense)
Suspend Provider (ProviderManagement_suspendProvider)
Terminate Contract (ProviderManagement_terminateContract)
Transfer Client (ProviderManagement_transferClient)
Transfer Placement to Another Case (ProviderManagement_transferSamplePlacementToAnotherCase)
Reassessment Details (ProviderManagement_triggerReassessment)
Override Maximum Deduction Rate (ProviderManagement_unsetOverrideMDR)
Edit Line Item (ProviderManagement_updateAttendancePRLICorrection)
Edit Attendance Roster (ProviderManagement_updateAttendanceRoster)
Edit Line Item (ProviderManagement_updateAttendanceRosterLineItem)
Edit Training (ProviderManagement_updateCompletedTrainingForProvider)
Edit Training (ProviderManagement_updateCompletedTrainingForProviderGroup)
Update Completed Training For Provider Group Member: (ProviderManagement_updateCompletedTrainingProgramDetailsForProviderGroupMember)
Edit Training (ProviderManagement_updateCompletedTrainingProgramDetailsForProviderMember)
Edit Training (ProviderManagement_updateCompletedTrainingProgramForProviderGroupMember)
Edit Training (ProviderManagement_updateCompletedTrainingProgramForProviderMember)
Edit Training (ProviderManagement_updateMemberTrainingProgramForProvider)
Edit Training (ProviderManagement_updateMemberTrainingProgramForProviderGroup)
Edit Line Item (ProviderManagement_updatePRLICorrection)
Edit Line Item (ProviderManagement_updateRLIClientInfo)
Update Roster Line Item (ProviderManagement_updateRLIClientInfoFrmET)
Edit Line Items (ProviderManagement_updateRoster)
Edit Roster (ProviderManagement_updateRosterForFacilityManager)
Edit Line Item (ProviderManagement_updateRosterLineItem)
Update Roster Line Item (ProviderManagement_updateRosterLineItemFrmET)
Update Placement Period (ProviderManagement_updateSamplePlacementPeriod)
Edit Service (ProviderManagement_updateServiceCenterProviderOfferingPopup)
Update Training For Provider Group Member (ProviderManagement_updateTrainingProgramDetailsForProviderGroupMember)
Edit Training (ProviderManagement_updateTrainingProgramDetailsForProviderMember)
Edit Training (ProviderManagement_updateTrainingProgramForProviderGroupMember)
Edit Training (ProviderManagement_updateTrainingProgramForProviderMember)
View Certification (ProviderManagement_viewCertification)
View Certification Change History (ProviderManagement_viewCertificationChangeHistory)
View Member Certification: (ProviderManagement_viewGroupMemberCertification)
View Member Certification: (ProviderManagement_viewMemberCertification)
- (ProviderManagement_viewProviderInvestigationTabDetails)
View Member Certification: (ProviderManagement_viewUnassignedMemberCertification)
Waive Training (ProviderManagement_waiveProviderGroupManagedTrainingForMember)
Waive Training (ProviderManagement_waiveProviderManagedTrainingForMember)
Waive Provider Group Member Training (ProviderManagement_waiveTrainingProgramDetailsForProviderGroupMember)
Waive Training (ProviderManagement_waiveTrainingProgramDetailsForProviderMember)
Waive Training (ProviderManagement_waiveTrainingProgramForProviderGroupMember)
Waive Training (ProviderManagement_waiveTrainingProgramForProviderMember)
New Contact (ProviderManagementContactLogWizard_addAttachments)
New Contact (ProviderManagementContactLogWizard_addNarrative)
New Contact (ProviderManagementContactLogWizard_addParticipants)
Quick Registration (Quick_register)
Appeals (RefugeeProduct_listAppealCase)
Delivery Patterns (RefugeeProduct_listDeliveryPattern)
User Roles (RefugeeProduct_listUserRole)
RefugeeProductHomeDetails
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)
Edit Objective (RulesEditor_modifyWAObjectiveFromList)
Edit Objective (RulesEditor_modifyWAObjectiveFromView)
Objective (RulesEditor_viewWAObjective)
View Objective Tag Details (RulesEditor_viewWAObjectiveTag)
Site Map (Sample_sportingGrantProductSiteMap)
New Disregard (SanctionAssessment_createDisregard_CREOLE)
New Sanction (SanctionAssessment_createSanction_CREOLE)
Edit Sanction (SanctionAssessment_modifySanction)
Edit Recommendation Disregard (SanctionAssessment_modifySanctionOverride)
Recommendations (SanctionAssessment_recommendations_CREOLE)
Close Case (Screening_closeCase)
New Evidence (ServiceDelivery_addActivityEvidence)
Evidence (ServiceDelivery_listActivityEvidence)
Edit Task Configuration (ServicePlanAdmin_modifyTaskConfig)
Task Configuration Home (ServicePlanAdmin_planItemTaskConfigHome)
Search For Plan Item Tasks (ServicePlanAdmin_searchTask)
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)
Service Plan Home: (ServicePlanDelivery_home)
Home (ServicePlanDelivery_home1)
Service Plan Home (ServicePlanDelivery_homeTransaction)
Add Service Plan (ServicePlanDelivery_ICCreate)
Add Service Plan (ServicePlanDelivery_ICCreateNoTabs)
Service Plans (ServicePlanDelivery_listForDuplicatePerson)
Service Plans (ServicePlanDelivery_listForEmployer)
Service Plans (ServicePlanDelivery_listForPerson)
Plan Content (ServicePlanDelivery_listPlanContentForSP)
User Roles (ServicePlanDelivery_listUserRole)
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)
Print Contract (ServicePlanDelivery_printContract)
Reject Service Plan (ServicePlanDelivery_reject)
Reject Plan Item (ServicePlanDelivery_rejectServicePlanPlanItem)
Reject Milestone Waiver Request (ServicePlanDelivery_rejectWaiver)
Delete Plan Item : (ServicePlanDelivery_removePlanItem)
Print Contract (ServicePlanDelivery_savePrintContract)
- (ServicePlanDelivery_servicePlanTabDetails)
Submit Service Plan (ServicePlanDelivery_submit)
Submit Plan Item For Approval (ServicePlanDelivery_submitServicePlanPlanItem)
Use Service Plan Template (ServicePlanDelivery_useTemplate)
Service Plan Home: (ServicePlanDeliveryDetails_home)
Add Service Plan (ServicePlanGroupDelivery_addServicePlanDelivery)
Close Service Plans (ServicePlanGroupDelivery_close)
Service Plan Group Home (ServicePlanGroupDelivery_home)
Service Plan Group Home (ServicePlanGroupDelivery_homeActiveOnly)
- (ServicePlanGroupDelivery_tabDetails)
Administrators (ServiceSupplier_listAdminRole)
Edit Service Supplier (ServiceSupplier_modifyServiceSupplier)
Register Service Supplier (ServiceSupplier_register)
SimpleCreateAction
Print Pro Forma Communication (SocalEnterpriseFolder_confirmPrintProFormaCommunication)
Change Reporter (SocialEnterpriseFolder_changeIncidentReporter)
SocialEnterpriseFolder_contextPanel
New Social Enterprise Folder (SocialEnterpriseFolder_create)
New Email Communication (SocialEnterpriseFolder_createEmailCommunication)
New Incident (SocialEnterpriseFolder_createIncident)
New MS Word Communication (SocialEnterpriseFolder_createMSWordCommunication)
New Pro Forma Communication (SocialEnterpriseFolder_createProFormaCommunication)
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)
Home (SocialEnterpriseFolder_home)
New Owner (SocialEnterpriseFolder_modifyCaseOwner)
New Supervisor (SocialEnterpriseFolder_modifyCaseSupervisor)
Update Reporter (SocialEnterpriseFolder_modifyIncidentReporter)
Edit Pro Forma Communication (SocialEnterpriseFolder_modifyProFormaCommunication)
Modify Pro Forma Communication: (SocialEnterpriseFolder_modifyProFormaCommunicationFromView)
Edit Recorded Communication (SocialEnterpriseFolder_modifyRecordedCommunication)
Modify Recorded Communication: (SocialEnterpriseFolder_modifyRecordedCommunicationFromView)
Modify Witness: (SocialEnterpriseFolder_modifyWitness)
Record Communication (SocialEnterpriseFolder_recordCommunication)
Meeting Minutes Summary: (SocialEnterpriseFolder_viewMeetingMinutesTransaction)
Organization Unit Details: (SocialEnterpriseFolder_viewOrganizationUnitDetails)
User Details (SocialEnterpriseFolder_viewUserDetails)
User Details: (SocialEnterpriseFolder_viewUserDetailsForMinutes)
SpendDownPreviewPanel
SpendDownProductHomeDetails
- (StateBasicPlanDecision_context)
Home (StreamlinedMedicaid_home)
StreamlinedMedicaid_panelDetails
- (StreamlineMedicaidDecision_context)
Calendar (Supervisor_calendar)
Delete user skill (Supervisor_cancelUserSkill)
Supervisor_caseAssignedTasksDueByWeek
Supervisor_caseAssignedTasksDueOnDate
Case Issues (Supervisor_caseIssuesByAge)
Supervisor_caseReservedTasksDueByWeek
Supervisor_caseReservedTasksDueOnDate
Supervisor_casesHome
Cases With Issues By Date (Supervisor_casesWithIssuesByDateHeatMap)
Cases With Issues By Date (Supervisor_casesWithIssuesByDateList)
Supervisor_casesWithIssuesHeatMap
Cases With Issues (Supervisor_casesWithIssuesList)
(Supervisor_caseTabDetails)
Supervisor_caseTasksByWeek
Supervisor_caseTasksDueOnDate
Calendar (Supervisor_caseUserCalendar)
Home (Supervisor_caseWorkspace)
New Work Queue Subscription (Supervisor_createWorkQueueSubscription)
Supervisor_deferredTasksReservedByOrganizationUnitUser
Forward Case Tasks Reserved By User (Supervisor_forwardCaseTasksReservedByUser)
Forward Unreserved Tasks (Supervisor_forwardTasksNotReservedByUser)
Forward Tasks (Supervisor_forwardTasksNotReservedByUserSearch)
Forward Reserved Tasks (Supervisor_forwardTasksReservedByUser)
Forward Tasks (Supervisor_forwardTasksReservedByUserSearch)
Supervisor_listCaseIssuesOfAType
Supervisor_listOrgUnits
Organization Unit Tasks Due On Date: (Supervisor_listOrgUnitTasksDueOnDate)
Supervisor_listUsers
Supervisor_openTasksReservedByOrganizationUnitUser
Assigned Tasks (Supervisor_organizationUnitAssignedTasks)
Reserved Tasks (Supervisor_organizationUnitReservedTasks)
- Tasks Assigned By Month (Supervisor_orgUnitAssignedTasksByMonthTabDetails)
Supervisor_orgUnitAssignedTasksByUser
- Tasks Assigned By Week (Supervisor_orgUnitAssignedTasksByWeekTabDetails)
Assigned Organization Unit Tasks Due Week Starting - (Supervisor_orgUnitAssignedTasksDueByWeek)
Assigned Organization Unit Tasks Due On Date - (Supervisor_orgUnitAssignedTasksDueOnDate)
Supervisor_orgUnitDeferredTasksDueByWeekResBy
Supervisor_orgUnitDeferredTasksDueOnDateResBy
Supervisor_orgUnitOpenTasksDueByWeekResBy
Supervisor_orgUnitOpenTasksDueOnDateResBy
- Tasks Reserved By Month (Supervisor_orgUnitReservedTasksByMonthTabDetails)
- Tasks Reserved By Week (Supervisor_orgUnitReservedTasksByWeekTabDetails)
Reserved Organization Unit Tasks Due Week Starting - (Supervisor_orgUnitReservedTasksDueByWeek)
Reserved Organization Unit Tasks Due On Date - (Supervisor_orgUnitReservedTasksDueOnDate)
Schedule (Supervisor_orgUnitSchedule)
Schedule (Supervisor_orgUnitsNavigation)
Workspace (Supervisor_orgUnitTabDetails)
Organization Unit Tasks By Week: (Supervisor_orgUnitTasksByWeek)
Supervisor_orgUnitTasksDueByWeekAssignedTo
Supervisor_orgUnitTasksDueByWeekReservedBy
Organization Unit Tasks Due On Date: (Supervisor_orgUnitTasksDueOnDate)
Supervisor_orgUnitTasksDueOnDateAssignedTo
Supervisor_orgUnitTasksDueOnDateReservedBy
Organization Unit Tasks By Week: (Supervisor_orgUnitTasksInWeek)
Home (Supervisor_orgUnitWorkspace)
Reassign Case (Supervisor_reassignCase)
Reassign Issues (Supervisor_reassignCaseIssuesByAge)
Reassign Case Issues By Type (Supervisor_reassignCaseIssuesByType)
Reassign Cases (Supervisor_reassignCasesWithIssues)
Reassign Cases (Supervisor_reassignCasesWithIssuesByDate)
Reassign Priority Week Cases With Issues (Supervisor_reassignPriorityWeekCaseIssues)
Task Redirection (Supervisor_redirectTasksToUsers)
Redirection History (Supervisor_redirectTasksToUsersHistory)
Reserve Case Tasks To User (Supervisor_reserveCaseTasks)
Reserve Tasks to User (Supervisor_reserveOrgUnitTasksToUser)
Reserve Task (Supervisor_reserveTask)
Reserve Tasks (Supervisor_reserveWorkQueueAssignedTasksToUser)
Reserve Tasks (Supervisor_reserveWorkQueueTasksToUser)
Task Search (Supervisor_searchTask)
Allocation Blocking (Supervisor_taskAllocationBlocking)
Forward Task (Supervisor_taskForward)
Task Redirection (Supervisor_taskRedirection)
Task Redirection History (Supervisor_taskRedirectionHistory)
Unsubscribe From Work Queue (Supervisor_unsubscribeOrgObjectFromWorkQueue)
Supervisor_userAssignedTasksDueByWeek
Supervisor_userAssignedTasksDueOnDate
User Search (Supervisor_userDetailsSelectionPopup)
Supervisor_userReservedTasksDueByWeek
Supervisor_userReservedTasksDueOnDate
User Search (Supervisor_userSearchDetails)
Supervisor_userTasksByWeek
Supervisor_userTasksDueOnDate
Home (Supervisor_userWorkspace)
Position Details: (Supervisor_viewPosition)
Task Details (Supervisor_viewTask)
History and Comments (Supervisor_viewTaskHistoryText)
Welcome to Cúram (Supervisor_workspace)
Case Appeals By Type : (SupervisorAppeals_caseAppealsByType)
Case Appeals: (SupervisorAppeals_caseAppealsByTypeChart)
Case Appeals: (SupervisorAppeals_caseAppealsByTypeChartFirst)
SupervisorAppeals_casesWithAppealsHeatMap
SupervisorAppeals_casesWithAppealsList
Reassign Appeals (SupervisorAppeals_reassignCaseAppealsByDeadline)
Reassign Case Appeals By Type (SupervisorAppeals_reassignCaseAppealsByType)
Reassign Cases (SupervisorAppeals_reassignCasesWithAppeals)
User Search : (SupervisorAppeals_userSearch)
User Search : (SupervisorAppeals_userSelectionPopup)
Welcome to Cúram (SysAdmin_workspace)
New Manual Task (Task_createTask)
Assign to user (TaskAllocationToUser)
New Task (TaskManagement_createTask)
Forward Task (TaskManagement_forward)
History Information (TaskManagement_taskHistoryInline)
History and Comments (TaskManagement_viewHistoryText)
History and Comments (TaskManagement_viewHistoryTextInline)
New Task Query (TaskQuery_createQuery)
Edit Task Query (TaskQuery_modifyQuery)
(TaskQuery_runQuery)
(TaskQuery_runQueryTabDetails)
Appeals (TBBCC_listAppealCase)
Delivery Patterns (TBBCC_listDeliveryPattern)
User Roles (TBBCCProduct_listUserRole)
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)
TBBCCProductHomeDetails
- (UQHPDecision_context)
New Task Allocation Blocking (User_createAllocationBlocking)
New Task Redirection (User_createTaskRedirection)
Task Redirection (User_taskRedirection)
Task Redirection History (User_taskRedirectionHistory)
Administrators (Utility_listAdminRole)
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)
Subscribe User (WorkAllocation_addWorkQueueSubscription)
New Work Queue Subscription (WorkAllocation_createWorkQueueSubscription)
Forward Task: (WorkAllocation_forwardTask)
Cases Owned By My Work Queues (WorkAllocation_listCasesForWorkQueue)
View Allocation Target: (WorkAllocation_viewAllocationTarget)
Confirm Supervisor exists for this case (WorkflowEvents_confirmSupervisorExists)