SalesLine.unLinkAgreementLinePrompt Method
Displays a text box that asks the user whether to delete the link between the agreement line and sales order line.
Syntax
public boolean unLinkAgreementLinePrompt(
[FieldId _fieldId,
TableId _tableId,
boolean _doUpdate])
Run On
Called
Parameters
- _fieldId
Type: FieldId Extended Data Type
The field ID for the field that has the changes that have introduced conflict with regard to the linked agreement line; optional.
- _tableId
Type: TableId Extended Data Type
The table ID for the field that has the changes that have introduced conflict with regard to the linked agreement line; optional.
- _doUpdate
Type: boolean
boolean indicating if an update of the sales order line should be performed when unlinking the agreement line; optional.
Return Value
Type: boolean
true if the user wants to delete the link between the agreement line and the sales order line; otherwise, false.