PCModelingLibrary::validateDeleteItem Method [AX 2012]

Indicates whether the specified item can be deleted by not being referenced in product configuration templates.

server public static boolean validateDeleteItem(InventTable _item)

Run On

Server

Parameters

_item
Type: InventTable Table
The InventTable record to validate.

Return Value

Type: boolean
true if the record can be deleted; otherwise, false.
Show: