Advertisement
Guest User

Untitled

a guest
Feb 19th, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. po.supervisorApproval = true;
  2. po.supervisorApprovalSpecified = true;
  3.  
  4. po.orderStatus = PurchaseOrderOrderStatus._pendingBilling; (or whatever status you want it to go to)
  5. po.orderStatusSpecified = true;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement