Share via


PurchLine.unLinkAgreementLinePrompt Method

Prompts whether the user wants to delete the link between the agreement line and the purchase order line in a text box.

Syntax

public boolean unLinkAgreementLinePrompt(
   [FieldId _fieldId, 
    TableId _tableId, 
    boolean _doUpdate])

Run On

Called

Parameters

  • _fieldId
    Type: FieldId Extended Data Type
    The field ID of the field that has the changes that introduced a conflict in the relation to the linked agreement line; optional.
  • _tableId
    Type: TableId Extended Data Type
    The table ID of the field that has changes that introduced a conflict in the relation to the linked agreement line; optional.
  • _doUpdate
    Type: boolean
    boolean indicating if an update of the purchase 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 purchase order line; otherwise, false.

See Also

Reference

PurchLine Table