Nov 24, 2016 at 07:23 AM|38 Views | Last edit Mar 15, 2017 at 05:17 PM 2 rev.
When I use BMP to create a standard Approval Process in a PBO, then I link Action-SubmitForApproval to button in OWL_UI. Then I click Approval Button, it will throw warning message:
Process definition exists with configuration error
Task type exists with instantiation lock
Then ApprovalStatus will be changed from "not Started" to "Approval not necessary"
PrintScreen:
1) Approval Process: (ManagerID:EmployeeID, if(this.EmployeeID == this.NewManagerID){if(!ManagerID.isInitial()){this.ManagerID.Clear()}}else{this.ManagerID = this.NewManagerID})(ManagerID is just used for approval, and NewManagerID is for shown in fronted page)
Add comment