Ironclad Setup

Ironclad Setup

You’ll need an appropriate contract workflow defined in Ironclad. Our example uses an Order Form use case, but the only details we depend on here are some of the standard fields that exist on almost all Ironclad workflows (Agreement Date, Counterparty Signer Email, Counterparty Signer Name), as well as the following custom attributes that you will need to add to the workflow:

AttributeAttribute IDTypeNotes
Dynamics MSA IDdynamicsMsaIdTextThis will be used to store the ID of the Dynamics Agreement record that triggered the workflow launch.
Dynamics MSA NumberdynamicsMsaNumberTextThis will store the human-readable Agreement Number of the Agreement that triggered the workflow.
Total Contract ValuetotalContractValueMonetaryThis will store the Agreement Value from the Agreement in Dynamics.
Product Line ItemsproductLineItemsTableThis table will store the Opportunity Product line items from the Opportunity in Dynamics. The columns in the table are described in the rows below.
Product NameproductNameString (Table Column)This table column will store the product name from the product line item.
Product QuantityproductQuantityNumber (Table Column)This table column will store the quantity from the product line item.
Product Unit PriceproductUnitPriceMonetary (Table Column)This table column will store unit price from the product line item.
Product Line Total PriceproductLineTotalPriceMonetary (Table Column)This table column will store the total price from the product line item.