Can anyone guide to develop a business process to achieve the following:
Based on the selection of multiple checkboxes, approvals should trigger parallelly and move to the next stage when all the multiple approvers have approved.
When I do an approval using the BPM tool it doesn't show in the panel of notifications so i can't select any option or continue with the process. Can someone help me please?
I have found out that the guide is not accurate in this part. The responsible developer recommended adding approval using the 'Add data' element before the user task and adding a 'Wait for signal' element after that. Please find below the screenshot with an example. The add-on guide will be updated on Creatio Marketplace shortly.
@Julio, @Irina,
More details would be fantastic :)
As I am facing similar error as Yosef ("Column by path VisaOwner.Contact.Email not found" from the user task), I would like to see which fields and values were used in the 'Create order approval' and 'Send email with approval' blocks.
Thanks!
Vincent
The 'Mailbox is not empty' conditional flow uses the following condition: "[#Read sender mailbox.First item of resulting collection.Id#] != Guid.Empty".
For your convenience, we have added example process diagrams as screenshots to the app on Creatio Marketplace. You can find more details on the app page.
We have added a step-by-step guide which can be found through the link.
As for the error you are encountering, you will need to check the macro source of your template. It should be filled with the approving object (for example, order approval, if you create approval for the order section)
Dears, even following the indications in the updated guide geting the error Terrasoft.Common.ItemNotFoundException: Column by path VisaOwner.Contact.Email not found in schema NdosGastos.
As you had suggested have added a 'Wait for signal' element after send email for approval and in the wait for signal have added the condition to wait until the section approval stage is changed and then ending the process.
The process also ends after the status is approval is changed but i am trying to change the status of the DCM as shown below post the process is completed but the DCM doesnt change by this way. If i add the stage change in the above process only then it works but not from the DCM.