I posted this question in October but now that I am trying it out, it won't work. I am trying to track customers by giving them a URL like:
I need the SourceOrgID=802 to be submitted to the database at the end of the transaction. I am typing:
<input type="hidden" name="idnumber" value="<output>#url.SourceOrgId#</output>">
to carry it through but I keep getting error:
Error resolving parameter URL.SOURCEORGID
The specified URL parameter cannot be found. This problem is very likely due to the fact that you have misspelled the parameter name.
The error occurred while processing an element with a general identifier of (#url.SourceOrgId#),
Please help me with this if you can
I need the SourceOrgID=802 to be submitted to the database at the end of the transaction. I am typing:
<input type="hidden" name="idnumber" value="<output>#url.SourceOrgId#</output>">
to carry it through but I keep getting error:
Error resolving parameter URL.SOURCEORGID
The specified URL parameter cannot be found. This problem is very likely due to the fact that you have misspelled the parameter name.
The error occurred while processing an element with a general identifier of (#url.SourceOrgId#),
Please help me with this if you can