two web applets- one dependant on other
we have two URLs, say URL1 & URL2. we have a requirement to load a URL1 first with Customer ID as a parameter and we have to load URL2 to display the data based on the CustomerID provided in URL1 within the session.
Here i am using two web applets,
web applet1 having URL1+customerID (this is a hidden applet) and
web applet2 having URL2 to display data.
after creating these two web applets both URL’s are processing at the same time and URL2 is not getting the required info from URL1.
how can i achieve this on both Accounts & Contacts?