FormDef
FormDef
| Attribute | Value/Map to Oracle InForm |
|---|---|
| FormOID | Form RefName |
| Name | Form RefName |
| Repeating | Yes if the form is a repeating form |
| DBUID |
Entity: Form Property: DBUID |
| GUID | Form identifier |
| Revision |
Entity: Form Property: Revision |
| UUID |
Entity: Form Property: UUID |
| Dynamic | Yes if the form is a dynamic form. |
| OrderNumber | The order of the form (for presentation in the user interface) |
Mnemonic
FormDef/Mnemonic
| Attribute | Value/Map to Oracle InForm |
|---|---|
| TranslatedText | The display mnemonic for the form |
ItemGroupRef
| Attribute | Value/Map to Oracle InForm |
|---|---|
| ItemGroupOID | Form-relative RefPath for the section. |
| OrderNumber | Section Order |
| Repeating | Section Repeating, when Yes indicates that the section contains an itemset. |
Example
<FormDef OID="frmDOV" Name="frmDOV" Repeating="No" pf:DBUID="7642" pf:GUID="ab9274c1-b46c-4d3d-baf6-a0a8bbcf6a06" pf:Revision="250599336073035" pf:UUID="D882CE3B-0F42-11D2-A419-00A0C963E0AC">
<ItemGroupRef ItemGroupOID="frmDOV.sctVisitDateandTime" OrderNumber="1" Mandatory="No"/>
<pf:Mnemonic>
<TranslatedText>DOV</TranslatedText>
</pf:Mnemonic>
</FormDef>Parent topic: ODM mapping