Use the variables in this section to add information on cost items to the document templates. For example, you can add a detailed list of the cost items that make up a specific change order, the estimated value of a cost item, or its index. All available variables can be found in the table. You can use the search at the top of the table to narrow down the results.
To learn more about:
Replace X in the table with one of the following:
Variables | Description | PCO | RFQ | COR | OCO | SCO |
{#X.costItems} and {/X.costItems} | Returns all cost items, including regular and markup cost items, under the change order #X.costItems and /X.costItems must be used together Any cost item variables that exist between #X.costItems and /X.costItems are returned Refer to the mustache.github.io help on sections to learn more about the syntax of this variable |
|||||
{#X.regular} and {/X.regular} | Returns the related cost items under the change order. #X.regular and /X.regular must be used together. Any cost item variables that exist between #X.regular and /X.regular are returned. Refer to the mustache.github.io help on sections to learn more about the syntax of this variable. |
|||||
{index} | Returns the cost item sequence number | |||||
{X.costItems.number} For example: {#X.costItems}{number}{/X.costItems} |
Returns the original number of the cost item from the Cost Item table | |||||
{#X.costItems}{XNo}{XName}{/X.costItems} | Returns the number and the name of the linked change orders for the cost items. For example, use {#rfq.costItems}{scoNo}{scoName}{/rfq.costItems} to access the SCO number and name in the RFQ document. | |||||
{X.costItems.sow} For example: {#X.costItems}{@sow}{/X.costItems} |
Returns the scope of work of the cost item. Note: In spreadsheet template, don't add @ before sow variable. |
|||||
{X.costItems.name} For example: {#X.costItems}{name}{/X.costItems} |
Returns the name of the cost item | |||||
{X.costItems.description} For example: {#X.costItems}{description}{/X.costItems} |
Returns the description of the cost item | |||||
{X.costItems.note} For example: {#X.costItems}{@note}{/X.costItems} |
Returns the notes on the cost item | |||||
{X.costItems.type} For example: {#X.costItems}{type}{/X.costItems} |
Returns the type of cost item | |||||
{supplier} Usage: {#X.regular}{supplier}{/X.regular} |
Returns the related supplier name for a cost item | |||||
{X.costItems.proposed} For example: {#X.costItems}{proposed}{/X.costItems} |
Returns the proposed value of the cost item | |||||
{X.costItems.submitted} For example: {#X.costItems}{submitted}{/X.costItems} |
Returns the submitted value of the cost item | |||||
{X.costItems.approved} For example: {#X.costItems}{approved}{/X.costItems} |
Returns the approved value of the cost item | |||||
{X.costItems.committed} For example: {#X.costItems}{committed}{/X.costItems} |
Returns the committed value of the cost item | |||||
{X.costItems.estimated} For example: {#X.costItems}{estimated}{/X.costItems} |
Returns the estimated value of the cost item | |||||
{X.submitted} | Returns the sum of the submitted cost item values under the change order | |||||
{X.approved} | Returns the sum of the approved cost item values under the change order | |||||
{X.committed} | Returns the sum of the committed cost item values under the change order | |||||
{X.costItems.budgetCode.formatted} | Returns the displayed budget code for the related cost item | |||||
{X.costItems.budgetCode.original} | Returns the full budget code for the related cost item | |||||
{X.costItems.index} | Returns the index of the cost item | |||||
{X.costItemsSummary.submitted} | Returns the sum of the submitted cost item values for the change order, including the summary of markup cost items | |||||
{X.markupSummary.submitted} | Returns the sum of the submitted markup cost item values for the change order | |||||
{X.regularSummary.submitted} | Returns the sum of the submitted nonmarkup cost item values for the change order | |||||
{X.costItemsSummary.approved} | Returns the sum of the approved cost item values for the change order, including the summary of markup cost items | |||||
{X.markupSummary.approved} | Returns the sum of the approved markup cost item values for the change order | |||||
{X.regularSummary.approved} | Returns the sum of the approved nonmarkup cost item values for the change order | |||||
{X.submittedWithMarkups} | Returns the sum of the submitted cost item values with calculated markup values under the change order | |||||
{X.approvedWithMarkups} | Returns the sum of the approved cost item values with calculated markup values under the change order | |||||
{X.proposedWithMarkups} | Returns the sum of the proposed cost item values with calculated markup values under the change order | |||||
{X.estimatedWithMarkups} | Returns the sum of the estimated cost item values with calculated markup values under the change order | |||||
{submittedUnitPrice} | Returns the submitted unit price of the change order | |||||
{estimatedUnitPrice} | Returns the estimated unit price of the change order | |||||
{proposedUnitPrice} | Returns the proposed unit price of the change order | |||||
{approvedUnitPrice} | Returns the approved unit price of the change order | |||||
{committedUnitPrice} | Returns the committed unit price of the change order |