Hello all,Whats wrong in this formula.
I am calling the agent through url command passing the BOM_Id and prodnum. prodnum is passing the values properly and BOM_Id value is not passing.
BOM_Id will be entered by the user in that form
which is a text field.
here is the formula
path := @LowerCase(“/”+@ReplaceSubstring(@Subset(@DbName;-1);“\”;“/”));
"[
<TD WIDTH="300"><TD WIDTH="300"><font face="Verdana" size="2">Prod No : “+prodnum+”
Part No
: "+"</B>" + PartNo + "<BR><B>Manufacturer
: "+"</B>" + WebManufacturer + "<BR> <B>Supplier :" +"</B>" + WebSupplier+"</font><BR> <INPUT TYPE=button onClick= \" window.open('" + path + "/addtocart?openagent&BOM_Id="+BOM_Id+"&prodnum="+ prodnum+ "','_self')\" VALUE=\"Add to Cart\"> <BR></TD></TR> </TABLE><HR>]";
thanking you
regards
Sanjay