|
|
(16 intermediate revisions by one other user not shown) |
Line 1: |
Line 1: |
| {{Template:XFRACAS.XML.Import.Doc.Class|User|User}}
| | #REDIRECT[[XFRACAS_XML_Import_Documentation]] |
| ===XML Element===
| |
| <User>
| |
| : <Credentials>
| |
| :: <FirstName />
| |
| :: <MiddleName />
| |
| :: <LastName />
| |
| :: <Login />
| |
| : </Credentials>
| |
| : <Locale>
| |
| :: <City />
| |
| :: <State />
| |
| :: <Country />
| |
| : </Locale>
| |
| : <EmployeeID />
| |
| : <Email />
| |
| : <DefaultEntity>
| |
| :: <EnityID />
| |
| :: <EntityName />
| |
| : </DefaultEntity>
| |
| : <CreatedDate>
| |
| :: <Year />
| |
| :: <Month />
| |
| :: <Day />
| |
| :: <Hour />
| |
| :: <Minute />
| |
| :: <Second />
| |
| :: <FormattedDate />
| |
| : </CreatedDate>
| |
| : <ExpirationDate>
| |
| :: <Year />
| |
| :: <Month />
| |
| :: <Day />
| |
| :: <Hour />
| |
| :: <Minute />
| |
| :: <Second />
| |
| :: <FormattedDate />
| |
| : </ExpirationDate>
| |
| : <RevokeDate>
| |
| :: <Year />
| |
| :: <Month />
| |
| :: <Day />
| |
| :: <Hour />
| |
| :: <Minute />
| |
| :: <Second />
| |
| :: <FormattedDate />
| |
| : </RevokeDate>
| |
| : <UserEntities>
| |
| : <UserEntity>
| |
| :: <Entity>
| |
| ::: <EnityID />
| |
| ::: <EntityName />
| |
| :: </Entity>
| |
| :: <AccountExpirationDate>
| |
| ::: <Year />
| |
| ::: <Month />
| |
| ::: <Day />
| |
| ::: <Hour />
| |
| ::: <Minute />
| |
| ::: <Second />
| |
| ::: <FormattedDate />
| |
| :: </AccountExpirationDate>
| |
| :: <CreatedDate>
| |
| ::: <Year />
| |
| ::: <Month />
| |
| ::: <Day />
| |
| ::: <Hour />
| |
| ::: <Minute />
| |
| ::: <Second />
| |
| ::: <FormattedDate />
| |
| :: </CreatedDate>
| |
| :: <RetiredDate>
| |
| ::: <Year />
| |
| ::: <Month />
| |
| ::: <Day />
| |
| ::: <Hour />
| |
| ::: <Minute />
| |
| ::: <Second />
| |
| ::: <FormattedDate />
| |
| :: </RetiredDate>
| |
| :: <ReportingOrg>
| |
| ::: <Issue IssueTypeID= >
| |
| :::: <Code />
| |
| :::: <Description />
| |
| ::: </Issue>
| |
| :: </ReportingOrg>
| |
| :: <ParentUser>
| |
| ::: <FirstName />
| |
| ::: <MiddleName />
| |
| ::: <LastName />
| |
| ::: <Login />
| |
| :: </ParentUser>
| |
| :: <Groups>
| |
| ::: <Group>
| |
| :::: <GroupName />
| |
| :::: <GroupDescription />
| |
| ::: </Group>
| |
| :: </Groups>
| |
| :: <Categories>
| |
| ::: <Category>
| |
| ::: <UserCategoryID />
| |
| ::: <UserCategoryName />
| |
| ::: </Category>
| |
| :: </Categories>
| |
| :: <UserPermissions>
| |
| ::: <UserPermission>
| |
| :::: <PermissionID />
| |
| ::: <PermissionDescription/>
| |
| :::: </UserPermission>
| |
| ::: </UserPermissions>
| |
| :: </UserEntity>
| |
| : </UserEntities>
| |
| </User>
| |
| | |
| | |
| ===Description===
| |
| * The FAID element is required.
| |
| | |
| * If the FAID element value matches an existing failure analysis ID, the failure analysis will not be imported.
| |
| | |
| * If the FAID element value is not empty and does not match an existing failure analysis ID, the specified FAID element value will be used.
| |
| | |
| * If the FAID element value is empty, the next available failure analysis ID will be used.
| |