JmgPayAgreementLineMap::getFixedQty Method [AX 2012]
Retrieves the fixed quantity to be used when generating pay for the pay agreement line.
client server public static Qty getFixedQty(JmgPayAgreementLineMap _payAgreementLineMap, JmgProfiles _jmgProfiles)
Run On
CalledParameters
- _payAgreementLineMap
- Type: JmgPayAgreementLineMap Map
The pay agreement line for which to retrieve the fixed quantity.
- _jmgProfiles
- Type: JmgProfiles Class
A reference to the JmgProfiles object, which performs the calculation of pay.
Return Value
Type: Qty Extended Data TypeThe fixed quantity to use when generating pay for the pay agreement line.
Show: