PurchMatchingPolicyManager::lowerMatchingPolicyRecordsExist Method [AX 2012]

Specifies whether records exist with a lower matching policy than the VendParameter record matching policy.

client server public static boolean lowerMatchingPolicyRecordsExist(VendParameters _vendParameters)

Run On

Called

Parameters

_vendParameters
Type: VendParameters Table
The VendParameter record that has been changed.

Return Value

Type: boolean
true when there are lower level records; otherwise, false.

This method should be called when either the MatchingPolicy field or the MatchingPolicyAllowOverride field on the VendParameters table is changed.

This method looks for lower matching policy records in the PurchLine table, the VendItemMatchingPolicy table, the VendTable table, and the InventTable table.

Show: