PurchLineHandler_Pmf::validateFieldPost Method [AX 2012]
Post event handler for PurchLine.validateFied() method.
Validates that catch weight enabled items can only be used with purchase lines of type Purchase or Return. Validates also that, if the item is set up for approved vendor list control, the purchase vendor is on the approved vendor list, emitting warnings or errors accordingly.
client server public static void validateFieldPost(XppPrePostArgs _args)
Run On
CalledParameters
- _args
- Type: XppPrePostArgs Class
Event arguments object.
Show: