|
|
Line 1: |
Line 1: |
| {{Template:XFRACAS.XML.Import.Doc.Class|Insert Details|Insert Details}}
| | #REDIRECT[[XFRACAS_XML_Import_Documentation]] |
| ===XML Element===
| |
| : <'''DetailTypeID''' />
| |
| : <DisplayOrder />
| |
| : <DetailStep />
| |
| : <DetailSpan />
| |
| : <DetailUIType />
| |
| : <'''DetailName''' />
| |
| | |
| ====Example====
| |
| :{{Template:XFRACAS.Blue|<Detail>}}
| |
| ::<font color=Blue><DetailTypeID></font><font color=100>100</font><font color=Blue></DetailTypeID></font>
| |
| ::<font color=Blue><DisplayOrder></font><font color=100>8</font><font color=Blue></DisplayOrder></font>
| |
| ::<font color=Blue><DetailStep></font><font color=100>5</font><font color=Blue></DetailStep></font>
| |
| ::{{Template:XFRACAS.Blue|<DetailSpan>}}{{Template:XFRACAS.Black|No}}{{Template:XFRACAS.Blue|</DetailSpan>}}
| |
| ::{{Template:XFRACAS.Blue|<DetailUIType>}}{{Template:XFRACAS.Black|TextFieldAlphaNumericDetail}}{{Template:XFRACAS.Blue|</DetailUIType>}}
| |
| ::{{Template:XFRACAS.Blue|<DetailName>}}{{Template:XFRACAS.Black|Example Alpha Numeric Detail}}{{Template:XFRACAS.Blue|</DetailName>}}
| |
| ::{{Template:XFRACAS.Blue|<!—}}{{APIComment|This is where the Detail Type would be inserted. See XML Elements below.}}
| |
| :{{Template:XFRACAS.Blue|<Detail>}}
| |
| | |
| ===Description===
| |
| * The DetailTypeID element is required and must match an existing detail type.
| |
| | |
| * The DisplayOrder element is optional. Export only.
| |
| | |
| * The DetailStep element is optional. Export only.
| |
| | |
| * The DetailSpan element is optional. Export only.
| |
| | |
| * The DetailUIType element is optional. Export only.
| |
| | |
| * The DetailName element is optional.
| |
| | |
| ====Format====
| |
| * DisplayOrder- Integer
| |
| * DetailStep- Integer
| |
| * DetailSpan- Yes/No
| |
| * DetailName- String. 32 characters maximum
| |
| * DetailTypeID- Integer
| |
| * DetailUIType- String. 50 characters maximum
| |
| * Value- String. 255 characters maximum
| |
| * DetailValue - String
| |