I have a situation where I have a form for which teh name is different in every environment.
Test: Form1
QA: Form1_esqa_sol
Production: Form1_ea_sol
The application has a feature to generate a PDF by passing a URL as an argument.
The rule pass teh URL as an argument like this:
<smartformruntimeURL>/FORM/FORM1/?id=<id>
as you can see the smartformruntime url is an environmental variable , <id> is dynamically passed, but teh forem name , which is in Test =" Form1"; but when I deploy this to QA , this name does not exists (as in QA the form name = "Form1_esQA_SOL")...
does anyone has an idea how to dynamically determine teh form name ?
Thanks
Nag