Problem.Review: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
m (Protected "Problem.Review" ([edit=sysop] (indefinite) [move=sysop] (indefinite)))
No edit summary
Line 17: Line 17:
:  </SignOffDate>
:  </SignOffDate>
:  <ClosureRejectComment />
:  <ClosureRejectComment />
:  <ReviewType>
:  <'''ReviewType'''>
::    <ReviewTypeID />
::    <ReviewTypeID />
::    <ReviewTypeName />
::    <ReviewTypeName />
:  </ReviewType>
:  </'''ReviewType'''>
:  <SentEmailNoticeDate>
:  <SentEmailNoticeDate>
::    <Year />
::    <Year />

Revision as of 21:17, 23 October 2014

XML Element

<Review>
<Reviewer>
<FirstName />
<LastName />
<Login />
</Reviewer>
<SignOffDate>
<Year />
<Month />
<Day />
<Hour />
<Minute />
<Second />
<FormattedDate />
</SignOffDate>
<ClosureRejectComment />
<ReviewType>
<ReviewTypeID />
<ReviewTypeName />
</ReviewType>
<SentEmailNoticeDate>
<Year />
<Month />
<Day />
<Hour />
<Minute />
<Second />
<FormattedDate />
</SentEmailNoticeDate>
<RetiredDate>
<Year />
<Month />
<Day />
<Hour />
<Minute />
<Second />
<FormattedDate />
</RetiredDate>
<DeleteComment />
<SignOffOrder />
<UserCategory>
<UserCategoryID>
<UserCategoryName>
</UserCategory>
</Review>



Description

  • The Reviewer element is optional, and the Login element value must match an existing user.
  • The SignOffDate element is optional and if present, must contain a valid date.
  • The ClosureRejectComment (String) element is optional.
  • The ReviewType element is required and the ReviewTypeName and ReviewTypeID element values must match an existing review type(FRB Step) or a user-created review type.
Review Types:
Review Type Id    Review Type  Name
  2	   2       D2 FRB Approval
  3	   3       D3 FRB Approval
  4	   4       D4 FRB Approval
  5	   5       D5 FRB Approval
  6	   6       D6 FRB Approval
  7	   7       D7 FRB Approval
  8	   8       D8 FRB Approval
  • The SentEmailNoticeDate element is optional and if present, must contain a valid date.
  • The RetiredDate element is optional and if present, must contain a valid date.
  • The DeleteComment (String) element is optional.
  • The SignOffOrder (Integer) element is optional.
  • The UserCategory element is required and the UserCategoryName element value must match an existing user category.