pmd Values
pmd values are used to control what information displays on a component or in the mouse-over hint for that component.
The primary properties that rely on pmd values are DisplayedInfo and HintDisplayedInfo. The most commonly used pmd values are bolded below.
| ~ Enumerated Value | ~ Displays… | ||
| pmdBaseIsOverridden | If the base price was overridden | ||
| pmdBasePrice | Base price | ||
| pmdCharCount | Character count of a text Variable | ||
| pmdDiscountIsOverridden | If the discount price was overridden | ||
| pmdDiscountPercent | Discount percent | ||
| pmdDiscountPercentIsOverridden | If the Discount Percent was overridden. | ||
| pmdDiscountPrice | Discount price | ||
| pmdFormula | Formula of a Variable | ||
| pmdHelpText | Only used on the additional notes template, for the Help Text memo; help text is assigned inside of the product | ||
| pmdInputUnits | Input units of a Variable | ||
| pmdIsOverridden | If any prices were overridden | ||
| pmdLineCount | Line count of a text Variable | ||
| pmdModifierIsOverridden | If the modifier price was overridden | ||
| pmdModifierPrice | Modifier price | ||
| pmdName | Name of the Variable or modifier assigned to it | ||
| pmdNone | Nothing, same as pmdText | ||
| pmdOutputUnits | Output units of a Variable | ||
| pmdPrice | Price | ||
| pmdPricingUnits | Pricing units of a Variable | ||
| pmdProductCode | Product code that the template is assigned to | ||
| pmdQuestion | Question field of a modifier | ||
| pmdRoundingPrice | Rounding price | ||
| pmdSubTotalIsOverridden | If the subtotal price was overridden | ||
| pmdSubTotalPrice | Subtotal price | ||
| pmdTaxPrice | Tax price | ||
| pmdText | (Default) Leaves the caption property as its current value | ||
| pmdUnits | Units of the Variable | ||
| pmdValue | Value of the Variable or modifier | ||
| pmdWordCount | Word count of a text Variable | ||
| pmdWordsAndChars | Word and character count of a text Variable |
pmp Values
pmp values are only applicable when the pmd value is set to display a type of price (pmdBasePrice, pmdPrice, etc.). It is ignored otherwise.
The primary properties that rely on pmd values are DisplayedPrice and HintDisplayedPrice.
| Enumerated Value | Displays | ||
| pmpCalcPrice | Displays the calculated price of the this line item (without children) before any price overrides | ||
| pmpMeAndSonsPrice | Displays the price of the this line item plus any children | ||
| pmpPrice | (default) Displays the price of the this line item (without including children) | ||
| pmpSonsPrice | Displays the sum of the price of all child items | ||
| pmpUnitPrice | Displays the price of the this line item (without children) divided by the unit variable (quantity by default) |
See Also
You could leave a comment if you were logged in.