|
|
(2 intermediate revisions by one other user not shown) |
Line 1: |
Line 1: |
| {{Template:XFRACAS.XML.Import.Doc.Class|Insert Details|Insert Details}}
| | #REDIRECT[[XFRACAS_XML_Import_Documentation]] |
| ===XML Element===
| |
| <Detail>
| |
| : <DetailTypeID />
| |
| : <DisplayOrder />
| |
| : <DetailStep />
| |
| : <DetailSpan />
| |
| : <DetailUIType />
| |
| : <DetailName />
| |
| :<DetailStatus>
| |
| :: <'''DetailStatusData'''>
| |
| ::: <DetailStatusDate/>
| |
| :::: <Year />
| |
| :::: <Month />
| |
| :::: <Day />
| |
| :::: <Hour />
| |
| :::: <Minute />
| |
| :::: <Second />
| |
| :::: <FormattedDate />
| |
| ::: <DetailStatusDate/>
| |
| ::: <DetailStatusDescription/>
| |
| ::: <WrittenBy/>
| |
| :::: <FirstName />
| |
| :::: <MiddleName />
| |
| :::: <LastName />
| |
| :::: <Login />
| |
| ::: </WrittenBy>
| |
| :: <'''DetailStatusData'''>
| |
| : </ DetailStatus>
| |
| </Detail>
| |
| | |
| | |
| | |
| | |
| ===Description===
| |
| * Status Detail
| |
| * DetailUIType: StatusDetail
| |
| | |
| * The DetailStatusData element is required. It must contain the following elements.
| |
| | |
| * The DetailStatusDate element value must contain a valid date.
| |
| | |
| * The DetailStatusDescription element must have a value. Maximum of 1024 characters allowed.
| |
| | |
| * The WrittenBy element must contain a Login element whose value matches an existing user.
| |
| | |
| | |
| | |
| ===Detail Sample===
| |
| | |
| :{{Template:XFRACAS.Blue|<Detail>}}
| |
| ::<font color=Blue><DetailTypeID></font><font color=100>1023</font><font color=Blue></DetailTypeID></font>
| |
| ::<font color=Blue><DisplayOrder></font><font color=100>27</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|Yes}}{{Template:XFRACAS.Blue|</DetailSpan>}}
| |
| ::{{Template:XFRACAS.Blue|<DetailUIType>}}{{Template:XFRACAS.Black|StatusDetail}}{{Template:XFRACAS.Blue|</DetailUIType>}}
| |
| ::{{Template:XFRACAS.Blue|<DetailName>}}{{Template:XFRACAS.Black|Example Status Detail}}{{Template:XFRACAS.Blue|</DetailName>}}
| |
| ::{{Template:XFRACAS.Blue|<DetailStatus>}}
| |
| :::{{Template:XFRACAS.Blue|<DetailStatusData>}}
| |
| ::::{{Template:XFRACAS.Blue|<DetailStatusDate>}}
| |
| :::::<font color=Blue><Year></font><font color=100>2013</font><font color=Blue></Year></font>
| |
| :::::<font color=Blue><Month></font><font color=100>8</font><font color=Blue></Month></font>
| |
| :::::<font color=Blue><Day></font><font color=100>7</font><font color=Blue></Day></font>
| |
| :::::<font color=Blue><Hour></font><font color=100>10</font><font color=Blue></Hour></font>
| |
| :::::<font color=Blue><Minute></font><font color=100>1</font><font color=Blue></Minute></font>
| |
| :::::<font color=Blue><Second></font><font color=100>0</font><font color=Blue></Second></font>
| |
| :::::{{Template:XFRACAS.Blue|<FormattedDate>}}{{Template:XFRACAS.Black|08/7/2013 10:01 AM}}{{Template:XFRACAS.Blue|<FormattedDate>}}
| |
| ::::{{Template:XFRACAS.Blue|<DetailStatusDate>}}
| |
| ::::{{Template:XFRACAS.Blue|<DetailStatusDescription>}}{{Template:XFRACAS.Black|Test status}}{{Template:XFRACAS.Blue|</DetailStatusDescription>}}
| |
| ::::{{Template:XFRACAS.Blue|<WrittenBy>}}
| |
| :::::{{Template:XFRACAS.Blue|<FirstName>}}{{Template:XFRACAS.Black|Pam}}{{Template:XFRACAS.Blue|<FirstName>}}
| |
| :::::{{Template:XFRACAS.Blue|<LastName>}}{{Template:XFRACAS.Black|User}}{{Template:XFRACAS.Blue|<LastName>}}
| |
| :::::{{Template:XFRACAS.Blue|<Login>}}{{Template:XFRACAS.Black|PUSER}}{{Template:XFRACAS.Blue|<Login>}}
| |
| ::::{{Template:XFRACAS.Blue|<WrittenBy>}}
| |
| :::{{Template:XFRACAS.Blue|</DetailStatusData>}}
| |
| ::{{Template:XFRACAS.Blue|</DetailStatus>}}
| |
| :{{Template:XFRACAS.Blue|</Detail}}
| |