Database Design Report XML Output Grammar
Table Of Contents
- Database Design Report XML Output Grammar
- Table of Contents
- Overview (Summary) Section
- General Section
- File Reference Section
- BaseTable Section
- Relationship Section
- ValueList Section
- Layout Section
- Account Section
- PrivilegeSet Section
- ExtendedPrivilege Section
- Authorized Files Section
- Custom Menu Set Section
- Custom Menu Section
- Custom Function Section
- Script Section
| Script Section 67
Fields
Replace Field
Contents
<Step id="91" name="Replace Field Contents"
enable="True">
<StepText>Script step text</StepText>
<NoInteract state="True"/>
<With value="Calculation">
<DisplayCalculation>
<Chunk type="FunctionRef">Abs</Chunk>
<Chunk type="NoRef">(13)</Chunk>
</DisplayCalculation>
<Calculation>
<![CDATA[Abs ( f3 )]]>
</Calculation>
<Field name="f3" id="2" table="test"/>
<Repetition>
<DisplayCalculation>
<Chunk type="FunctionRef">Abs</Chunk>
<Chunk type="NoRef">(13)</Chunk>
</DisplayCalculation>
<Calculation>
<![CDATA["Value"]]>
</Calculation>
</Repetition>
</Step>
Fields
Relookup Field
Contents
<Step id="40" name="Relookup Field Contents"
enable="True">
<StepText>Script step text</StepText>
<NoInteract state="True"/>
<Field name="f2" id="2" table="test"/>
<Repetition>
<DisplayCalculation>
<Chunk type="FunctionRef">Abs</Chunk>
<Chunk type="NoRef">(13)</Chunk>
</DisplayCalculation>
<Calculation>
<![CDATA["Value"]]>
</Calculation>
</Repetition>
</Step>
<NoInteract state> can be:
1 True
1 False
—
Area Name XMLGrammar XMLValues XMLDescription
(continued
from
previous
page)