Configuring the Progress AppServer > Native APIs > Transaction Comments in Native APIs
  
Transaction Comments in Native APIs
Any transaction comments in native APIs will be 0-based, so a cmtSeq value of 0 will show as Page 1 in QAD EA.
For the maintainRouting API, for the transaction comments part, the API will automatically increase <cmtSeq> and <masterCmtSeq> by 1, then process the request.
For example, the following content in the request xml will create a comment with page 1, and the content will be copied from master comment 1.
<ttRoutingComment>
<operation>A</operation>
<roRouting>Q012</roRouting>
<roOp>2</roOp>
<roStart>2009-01-31</roStart>
<cmtSeq>0</cmtSeq>
<cmtRef>Q001 comm</cmtRef>
<cmtLang>us</cmtLang>
<cmtType>AB</cmtType>
<cmtPrint></cmtPrint>
<masterCmtSeq>0</masterCmtSeq>
</ttRoutingComment>