Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Marked SplitLines Related properties

...

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

...

PropertyDescriptionComments

{LineCode}

Line Code

{CCCode}

CC Code

{Source}

Source

{Group}

Group

{SubGroup}

SubGroup

{Qualification}

Qualification

{Notes}

Notes

{Description}

Description

{Type}

Type

{OEMCCCode}

OEM CC Code

{DMSCCCode}

DMS CC Code

{RequiredCapacity}

Required Capacity

{OriginalCCText}

Original CC Text

{ServiceAdvisorComments}

Service Advisor Comments

{TechnicalComments}

Technical Comments

{RoadTestQAComments}

Road Test QA Comments

{DMSStatus}

DMS Status

{RepeatVisit}

Repeat Visit

{Labors}

List of LaborsNested Lists (Lists inside Lists) not yet for InternalPrintProvider

{Oils}

List of OilsNested Lists (Lists inside Lists) not yet for InternalPrintProvider

{Sublets}

List of SubletsNested Lists (Lists inside Lists) not yet for InternalPrintProvider

{MiscellaneousItems}

List of Miscellaneous ItemsNested Lists (Lists inside Lists) not yet for InternalPrintProvider

{SpareParts}

List of Spare PartsNested Lists (Lists inside Lists) not yet for InternalPrintProvider

{LaborSumPrices}

SumPricesSmartModel

{OilSumPrices}

SumPricesSmartModel

{SparePartSumPrices}

SumPricesSmartModel

{MiscellaneousSumPrices}

SumPricesSmartModel

{SubletSumPrices}

SumPricesSmartModel

{CustomerLaborSumPrices}

SumPricesSmartModel

{CustomerOilSumPrices}

SumPricesSmartModel

{CustomerSparePartSumPrices}

SumPricesSmartModel

{CustomerMiscellaneousSumPrices}

SumPricesSmartModel

{CustomerSubletSumPrices}

SumPricesSmartModel

ASRSmartModel is exactly the same with CCSmartModel with these additional properties

...