Difference between revisions of "Prefill Form Fields"

From AgileApps Support Wiki
imported>Aeric
imported>Aeric
Line 7: Line 7:
where:
where:
:* ...
:* ...
{{TBD| more...}}
 
;Supported Fields:
:* BOOLEAN  (value should be either 1 or 0 )
:* CURRENCY
:* DOUBLE
:* GLOBAL_PICK_LIST
{{ifeq: {{SKIN}} | LJ |
:* LEAD_EMAIL 
}}
:* NUMBER
:* PERCENT
:* PHONE
:* PICK_LIST
:* RADIO_BUTTON
:* TEXT_FIELD
:* TEXT_AREA
:* TIME
 
;Considerations:
:* ..

Revision as of 00:39, 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:

  • ...
Supported Fields
  • BOOLEAN (value should be either 1 or 0 )
  • CURRENCY
  • DOUBLE
  • GLOBAL_PICK_LIST

Template:Ifeq: HD

  • NUMBER
  • PERCENT
  • PHONE
  • PICK_LIST
  • RADIO_BUTTON
  • TEXT_FIELD
  • TEXT_AREA
  • TIME
Considerations
  • ..