20-01-22 10:48 AM
Hi All,
I have a requirement is to get PDFs from emails, pass to decipher and then post Decipher verification (if prompted) process them via a BP process. Once the attachments related to an email has been processed by BP, I want to move that email into a 'completed' outlook folder. Else email should go in 'exception' folder. So maintaining link with the original email is vital in case there are multiple attachments in one email but it is working fine.
So the problem I have is that I can't let user mark an unexpected/wrong PDF as exception or attachment in Decipher verification step. If I let them mark exception in verification step, I (BP process) wouldn't know whether they marked it as exception or it is still waiting for verification completion (as i think the 'get next completed batch' BP action will not report anything related to the exception'ed batch.
So I want to make them select a new field named 'command' on DFD (required, Options= process, Ignore; default=process). When users select the 'Ignore', I would like all required fields on DFD to become 'not-required' so that the PDF can be submitted in Decipher.
I have tried to force the required check using the format regex instead of the 'required' field option so that I can create a a 'specific version' based on command field set to 'ignore' so that I can remove the format regex to make them non mandatory fields. But specific version doesn't get created if there is only a format change. Also I am not sure specific version will solve this even if it did get created as their purpose is different.
what would you recommend to simulate the conditional mandatory check based on a field selected on DFD?
Answered! Go to Answer.
21-01-22 08:26 AM
21-01-22 08:26 AM
21-01-22 12:54 PM
21-01-22 12:57 PM
24-01-22 09:24 AM