Passing information between Supplier Registration Redwood Pages
We are looking to implement a custom validation during the Supplier Registration process in Oracle Cloud's Redwood Pages. Specifically, we need to validate the DUNS Number entered by the user, ensuring that it matches the company name, country, and address details entered in the Supplier Registration flow.
The challenge we're facing is that the relevant fields are on different sections of the Supplier Registration form:
- Company Details page contains:
- DUNS Number
- Company Name
- Country
- Addresses section contains:
- Address Details (associated with the company)
Currently, we are unable to locate any global variables or methods to reference the user-entered company details (such as Company Name, Country, and Address) across these different pages. We need a solution or guidance on how to pass these values from the Company Details page to the Address section to perform the required validation for the DUNS Number.