Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In the following models you will find properties of type SumPricesSmartModel

That means that they have the same 5 properties

PropertyComments
NetTotalAmountNet Total Amount
DiscountTotalAmountDiscount Total Amount
NetTotalAmountWithDiscountNet Total Amount With Discount
VatTotalAmountVat Total Amount
GrossTotalAmountGross Total Amount

In order to use them use the PropertyName of the current item, then dot(.) and the property name of the SumPricesSmartModel

For example when you see

Property

Comments

CustomerPricesModel

SumPricesSmartModel

It is basically

PropertyComments

{CustomerPricesModel.NetTotalAmount}


{CustomerPricesModel.DiscountTotalAmount}
{CustomerPricesModel.NetTotalAmountWithDiscount}
{CustomerPricesModel.VatTotalAmount}
{CustomerPricesModel.GrossTotalAmount}
PropertyTypeComments
{CustomerPricesModel}SumPricesSmartModel
{CustomerConcernTotalPrices}SumPricesSmartModel
{NewASRsTotalPrices}SumPricesSmartModel
{OrderedASRsTotalPrices}SumPricesSmartModel
{ApprovedASRsTotalPrices}SumPricesSmartModel
{DeclinedASRsTotalPrices}SumPricesSmartModel
{DeferredNotProcessedTotalPrices}SumPricesSmartModel
{CustomerConcerns}List of CCSmartModel
{NewASRs}List of ASRSmartModel
{OrderedASRJobs}List of ASRSmartModel
{ApprovedASRJobs}List of ASRSmartModel
{DeclinedASRJobs}List of ASRSmartModel
{DeferredJobsNotProcessed}List of ASRSmartModel


CCSmartModel

PropertyTypeComments