Difference between revisions of "Common:REST Date Time Display Types"

From AgileApps Support Wiki
imported>Aeric
(Created page with "An additional <tt><nowiki><display></nowiki></tt> property can also be specified for custom fields, in {{type|}}s and CRM Objects, with the values: :* as_entered - Store and …")
 
imported>Aeric
Line 1: Line 1:
An additional <tt><nowiki><display></nowiki></tt> property can also be specified for custom fields, in {{type|}}s and [[CRM Objects]], with the values:
An additional <tt><nowiki><display></nowiki></tt> property can also be specified for custom fields in {{type|}}s and [[CRM Objects]], with the values:
:* as_entered - Store and display the value as entered.
:* as_entered - Store and display the value as entered.
:* convert - Convert the value between time zones.
:* convert - Convert the value between time zones.

Revision as of 22:40, 28 October 2011

An additional <display> property can also be specified for custom fields in Custom Objects and CRM Objects, with the values:

  • as_entered - Store and display the value as entered.
  • convert - Convert the value between time zones.

For example:

String postXml =  "<platform>
    <field>
        ...
        <display>as_entered</display>
    </field>
</platform>
Learn more: Date/Time Display Types