KBA-01827: qAlias Bookmarks for Owner Change Orders

Question:

Are there qAlias bookmarks that I can use to reference project revenue and expense information from my Owner Change Order?

Answer:

qOCOInfo

Yes. The qOCOInfo alias can be used in the following bookmarks to reference information from Owner Change Orders. Prior Change Orders are considered any documents with a prior Doc No, regardless of status or date.  For example, on Change Order #10, Change Orders #1 through #9 are considered “prior” and Change Order #11 is not, even if Change Order #11 has already been approved and posted.

  1. qOCOInfo_CONumber = the DocNo on the Change Order
  2. qOCOInfo_OriginalRevenue = the original revenue (Contract Value) for the project
  3. qOCOInfo_OriginalBudget = the original EAC amount for the project
  4. qOCOInfo_PriorRevChange = the revenue sum of all prior Change Orders
  5. qOCOInfo_PriorExpChange = the expense sum of all prior Change Orders
  6. qOCOInfo_ThisRevChange = the amount the current Change Order changes the revenue
  7. qOCOInfo_ThisExpChange = the amount the current Change Order changes the expense
  8. qOCOInfo_PriorRevSum = 2+4 (i.e., the total revenue prior to the current Change Order)
  9. qOCOInfo_PriorExpSum = 3+5 (i.e., the total expense prior to the current Change Order)
  10. qOCOInfo_NewRevSum = 2+4+6 (i.e., the total revenue including the current Change Order)
  11. qOCOInfo_NewExpSum = 3+5+7 (i.e., the total expense including the current Change Order)

Note: You can define your own alias using the QueryConfig rule and specify alternate code sets.


KBA-01827; Last updated: May 2, 2022 at 15:54 pm ;
Keywords: none