Hi All,
If we go to Manual Page identification page (ProtoId.aspx) , is there a way we can stop users from submitting the form if any of the page is marked as "Other".
Thanks
Answer by RickWilson (6949) | Jul 01, 2015 at 09:29 PM
There are a couple of ways this typically is handled in Datacap applications. First, there is an option called Document Integrity. When checked, Fixup does a document integrity check to make sure that there is a valid document structure. This may not catch everything however, and I'm not sure it will catch Other pages as they aren't generally considered a Document Integrity violation. So the second method is that after Fixup, the batch should be routed back through Profiler, or whatever task sent it to Fixup in the first place. This task can be set to check for any pages called Other and route it back to Fixup if necessary. The nice thing about this is that it is a loop. Until the Fixup operator gets everything correctly set, it will keep going back to Fixup, so there is no possibility of it incorrectly going to Verify because of a Fixup operator error.
Answer by MoizQ (2966) | Jul 07, 2015 at 11:00 PM
Additionally, I believe you can restrict the available options to a user by creating a custom dictionary named PageNames inside the setup hierarchy; this also allows for aliases.
Preventing completion itself would still rely on document integrity, which Rick covered thoroughly.
Answer by Jassc_ (469) | Jul 08, 2015 at 04:29 AM
That simple way do use client side scripting based on client id get text from drop down based on that prevent user to submit
Are else If u think there is no use Other page in your application remove that from DCO Hierarchy. it's no more display in protoid page drop down selection.
Split action 7 Answers
Copy and append a document to others 1 Answer
Datacap get Doc_ID when export to Filenet at document level and from various documents 1 Answer
convert .Tiff to PDF 2 Answers
Using Document Separator and PageIdbyVariable change 5 Answers