ItemData

Attribute/Child Value/Map to Oracle InForm
ItemOID Item RefName.
Value ItemContext/control values.
DBUID
  • Entity: Item.

    Property: DBUID.

  • Entity: Control.

    Property: DBUID.

Revision
  • Entity: Item.

    Property: Revision.

  • Entity: Control

    Property: Revision.

pf:FormattedDateValue

Indicates a value of null or unknown in the date part.

  • UNK indicates an unknown date part.
  • NUL indicates a null date part.

Note:

To maintain backward compatibility and conform to ODM standard, "-" is still used to express a value of unknown or null in the Value attribute. If differentiation between null and unknown is required, use the pf:FormattedDateValue extension.

Examples

Example for unknown date part:

<ItemData ItemOID="LAE1.LsctAE.LitmAESTDT.LAESTDTTM"Value="2009-04-19T-:-:-+00:00"
      pf:FormattedDateValue="2009-04-19TUNK:UNK:UNK+00:00" />

Example for null date part:

In the example, the hour, minute, and second are null.

<ItemData ItemOID="LAE1.LsctAE.LitmAESTDT.LAESTDTTM"Value="2009-04-19T-:-:-+00:00"
      pf:FormattedDateValue="2009-04-19TNUL:NUL:NUL+00:00" />