This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
Do not put the code in the input validation object
Hi,
You state you have placed the @DBLookup formula in the Input Validation object of the shared field. But an input validation formula should always end with a call to @Success or @Failure.
I think you want your formula in the Input translation object. Or even better, since the value of the field looks like it is depending on the value of another field, make the field Computed, with the dblookup formula as value.
Also, always build an @iserror routine around a dblookup. This prevents that you get an error if nothing is found. And there is no need to perform the dblookup if DBCPetsList is empty.