A possible result for a process step, e.g. :
- a step to review a fact find may have outcomes of “acceptable” and “unacceptable”.
- a step to confirm the scope of services for a client may have outcomes of “risk only” and “risk and investments”.
A set of outcomes may be specified for a process step. When the process step is instantiated as a task, the picklist for the task’s Outcome field is limited to that set.
Outcome is a junction object between Category, which contains the text value of the outcome, and Process Step.
Field Label | API Name | Type | Notes |
Code | cloupra__Code__c | Text (255) | Unique, External ID |
Created By ID | CreatedById | Lookup (User) | Required |
Created Date | CreatedDate | Datetime | Required |
Deleted | IsDeleted | Checkbox | Required |
Last Modified By ID | LastModifiedById | Lookup (User) | Required |
Last Modified Date | LastModifiedDate | Datetime | Required |
Order | cloupra__Order__c | Number (2, 1) | |
Outcome Name | Name | Text (80) | Required |
Owner ID | OwnerId | Lookup (Group, User) | Required |
Process Step | cloupra__Process_Step__c | Lookup (Cloupra__Process_Step__C) | |
Record ID | Id | Id (18) | Required |
Step Outcome | cloupra__Step_Outcome__c | Lookup (Cloupra__Category__C) | |
System Modstamp | SystemModstamp | Datetime | Required |
ZZZ Step | cloupra__Step__c | Lookup (Cloupra__Step__C) |
Comments
Article is closed for comments.