This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DEVELOPERS FORUM - How to pass parameter via relationship settings??

simmatecusa - Tuesday, February 16, 2010 1:56 PM:

Hey, what is the format for passing a parameter in the relationship settings on a relationship tab? I have the relationship loading an html page which I want to pass a parameter to which lets the html page know which relationship is selected. I wanted to know does the 'parameter' option add a GET parameter which I can then pull? What is the format? It keeps giving error that it is not in the right format when I add any parameter to that. Should I just pass it via .html?parameter=x? Thanks



RobMcAveney - Thursday, February 18, 2010 10:39 AM:

Try surrounding the whole thing in single quotes, like 'parameter=x&param2=y'.  Not sure why this is required, but it seems to work.  FYI, most users have moved away from external html files and migrated them to Forms within Innovator.  If you get everything within the database it's easier to control (package, import/export, etc.).

Rob