SalesLine.calcLineAmountForcedInteraction Method
Calculates of line amount forced with user interaction if associated link to agreement order line becomes invalid.
Syntax
public AmountCur calcLineAmountForcedInteraction(
FieldId _fieldId,
[Qty _qty,
boolean _recalcValidLink])
Run On
Called
Parameters
- _fieldId
Type: FieldId Extended Data Type
The field ID of the field which changes require recalculation of line amount.
- _qty
Type: Qty Extended Data Type
The sales quantity used for calculating the line amount.
- _recalcValidLink
Type: boolean
A Boolean value that indicates whether to calculate line amount if the agreement link is valid; optional.
Return Value
Type: AmountCur Extended Data Type
The line amount.
Remarks
Used when there is a need for the option to dissociate agreement order line via prompt if changes will make the existing association to a agreement order line invalid.