Hi,
I have an unusual validation requirement. I have a form that uses memory tables both for the parent and for two child browses. After being saved in memory, the parent and child records are transferred to physical files. Individually, the child records are not invalid, but they can be invalid in combination. There can be many child records that are invalid this way. Further, the user can choose to accept the invalid combinations anyway.
I would like to present the user with a browse of the invalid child combinations that they can individually mark using the check box EIP. I am hoping there is a way to call the validation page from the start of PostInsert with the relevant stage and other parameters so that when the user completes the validation browse, the PostInsert stage is executed again but this time skipping the validation page call
If anyone has suggestions on how to do this, or an alternative approach that would give the user the option of accepting or rejecting many invalid entries, it would be greatly appreciated.
Many thanks.