//Workflow Comment ax 2012
WorkflowTrackingStatusTable trackingStatusTable;
WorkflowTrackingTable trackingTable;
WorkflowTrackingCommentTable trackingCommentTable;
WorkflowComment comment;
WorkflowTrackingTable trackingTable;
WorkflowTrackingCommentTable trackingCommentTable;
WorkflowComment comment;
while select trackingStatusTable
where trackingStatusTable.ContextRecId == 5637154368
join trackingTable
where trackingTable.WorkflowTrackingStatusTable == trackingStatusTable.RecId
join trackingCommentTable
where trackingCommentTable.WorkflowTrackingTable == trackingTable.RecId
{
comment = trackingCommentTable.Comment;
info(strFmt("%1",comment));
}
where trackingStatusTable.ContextRecId == 5637154368
join trackingTable
where trackingTable.WorkflowTrackingStatusTable == trackingStatusTable.RecId
join trackingCommentTable
where trackingCommentTable.WorkflowTrackingTable == trackingTable.RecId
{
comment = trackingCommentTable.Comment;
info(strFmt("%1",comment));
}
No comments:
Post a Comment