How to fetch Values from WorkFlow Tables Hi friends, I am facing a problem since many days and now i got the logic to fetch values from a workflow table, but still it’s for only PO and PR and i am working on the GL transaction also, here is the Code, Use copy and paste it in a job and run. static void theaxapta_WorkflowHisory() { WorkflowTrackingTable workflowTrackingTable; WorkflowStepTable workflowstepTable; WorkflowTrackingStatusTable workflowTrackingStatusTable; WorkflowTrackingCommentTable workflowTrackingCommentTable; utcdatetime dt[]; string100 Comment; int i; ; i = 1; select workflowtrackingtable join workflowsteptable where workflowsteptable.StepId ...
.. Vinod Kokkirala