Details.ContactDetail: Difference between revisions
Jump to navigation
Jump to search
John Leavitt (talk | contribs) (Created page with '{{Template:XFRACAS.XML.Import.Doc.Class|Insert Details|Insert Details}} ===XML Element=== <Detail> : <DetailTypeID /> : <DisplayOrder /> : <DetailStep /> : <DetailSpan /> : …') |
John Leavitt (talk | contribs) |
||
Line 32: | Line 32: | ||
===Detail Sample=== | ===Detail Sample=== | ||
:{{Template:XFRACAS.Blue|<Detail>}} | |||
::<font color=Blue><DetailTypeID></font><font color=100>1012</font><font color=Blue></DetailTypeID></font> | |||
::<font color=Blue><DisplayOrder></font><font color=100>16</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|UserInfoDetail}}{{Template:XFRACAS.Blue|</DetailUIType>}} | |||
::{{Template:XFRACAS.Blue|<DetailName>}}{{Template:XFRACAS.Black|Example User Detail}}{{Template:XFRACAS.Blue|</DetailName>}} | |||
::{{Template:XFRACAS.Blue|<DetailContact>}} | |||
:::{{Template:XFRACAS.Blue|<'''Contact'''>}} | |||
::::<font color=Blue><FirstName></font><font color=100>Pam</font><font color=Blue></FirstName></font> | |||
::::<font color=Blue><MiddleName></font><font color=100>Isa</font><font color=Blue></MiddleName></font> | |||
::::<font color=Blue><LastName></font><font color=100>User</font><font color=Blue></LastName></font> | |||
:::{{Template:XFRACAS.Blue|<'''Contact'''>}} | |||
::{{Template:XFRACAS.Blue|<DetailContact>}} | |||
:{{Template:XFRACAS.Blue|</Detail}} |
Revision as of 21:03, 13 February 2015
XML Element
<Detail>
- <DetailTypeID />
- <DisplayOrder />
- <DetailStep />
- <DetailSpan />
- <DetailUIType />
- <DetailName />
- <DetailContact>
- <Contact>
- <FirstName/>
- <MiddleName/>
- <LastName/>
- <Contact/>
- <Contact>
- <DetailContact>
</Detail>
Description
- System Contacts Detail
- DetailUIType: ContactDetail
- The Contact element is required. The combination of FirstName and LastName must match an existing contact.
Detail Sample
- <Detail>
- <DetailTypeID>1012</DetailTypeID>
- <DisplayOrder>16</DisplayOrder>
- <DetailStep>5</DetailStep>
- <DetailSpan> No </DetailSpan>
- <DetailUIType> UserInfoDetail </DetailUIType>
- <DetailName> Example User Detail </DetailName>
- <DetailContact>
- <Contact>
- <FirstName>Pam</FirstName>
- <MiddleName>Isa</MiddleName>
- <LastName>User</LastName>
- <Contact>
- <Contact>
- <DetailContact>
- </Detail