History of Situation:
We are trying to deploy a customer ID validation into one of our processes. We are using a view that tracks customer folders in the repository. We are using that view as a look-up to match customer input of First/Last Name. Since this process can be used for brand new customers we had to create a way to allow for customers with no folder in our repository to go through. Also want to mention I am using a custom submit button so I can hide it when no match is found.
Here is where I need help.
With the validation I have two questions :
1. Does the look-up search match the customer input? (yes/no radio)
- Yes - will show submit button and No will hide it.
- Question 1 appears (by Field Rules) when the look up using the ID returns values
2. Is this a new customer with a new customer ID? (yes/no radio)
- Yes - will show submit button and No will hide it.
- Question 2 appears (by Field Rules) when the look up using the ID does not return values (in other words the look up First/Last name fields are blank)
If I answer question 2(New customer) as Yes and the submit button shows up, but also go back and change the customer ID to a value that returns a value I get question 1 (Does the validation name match customer input). If I say No, I should expect the submit button to remain hidden. But since my previous response to question 2 (New customer) still says yes , even though, it is hidden, the submit button will show even if I select No to the now showing Question 1.
Is it possible to have the choices for question 1 & question 2 reset upon the change of the customer ID?
I have attached a document detailing the scenario we are trying to solve for (Scenario 3)