Difference between revisions of "Prefill Form Fields"

From AgileApps Support Wiki
imported>Aeric
imported>Aeric
Line 4: Line 4:
:<tt>
:<tt>
https://<i>domain</i>/networking/servicedesk/index.jsp?applicationId=<i>appID</i>#_<i>objectName</i>/new<br> &nbsp; &nbsp;  &nbsp; /_form_title=<i>formTitle</i>/<i>fieldName</i>=<i>value</i>/...</tt>
https://<i>domain</i>/networking/servicedesk/index.jsp?applicationId=<i>appID</i>#_<i>objectName</i>/new<br> &nbsp; &nbsp;  &nbsp; /_form_title=<i>formTitle</i>/<i>fieldName</i>=<i>value</i>/...</tt>
</syntaxhighlight>
 
where:
where:
:* ...
:* ...
{{TBD| more...}}
{{TBD| more...}}

Revision as of 00:35, 30 July 2013

By encoding Form data in a URL, you can display a Form for a registered platform user that has select fields pre-filled with default data.

Syntax

https://domain/networking/servicedesk/index.jsp?applicationId=appID#_objectName/new
      /_form_title=formTitle/fieldName=value/...

where:

  • ...

__TBD: more...__