Setting Assignment of Case Using Activity
Hi All,
In this blog post we will see how to set assignment of cases using activity.
Follow below Steps
Step 1: Create Activity
CL = C-C-Art-Work-CA
ID = SetCAssignment
Step 2: Define Pages & Classes
UpdateCAssignmentPg C-C-Art-Work-CAM
Step 3: Define Steps In Activity
1) Page-New StepPage = UpdateCAssignmentPg
2) Obj-Open StepPage = UpdateCAssignmentPg
OpenClass = C-C-Art-Work-CA
Lock = checked
ReleaseOnCommit = checked
.pyID = "C-3018"
Jump
When = StepStatusFail if true = Exit Activity if false = Continue Whens
3) Property-Set StepPage = UpdateCAssignmentPg
.CAssignement = "Assigned"
4) Call Save StepPage = UpdateCAssignmentPg
5) call commitWithErrorHandling StepPage = UpdateCAssignmentPg
6) Page-Remove StepPage = UpdateCAssignmentPg
Thank you!! Will see you all in next blog post 😊.
Comments
Post a Comment