PurchTableType::checkDeleteServer Method [AX 2012]

Indicates whether a PurchTable table may be deleted or not.

server public static boolean checkDeleteServer(PurchTable _purchTable)

Run On

Server

Parameters

_purchTable
Type: PurchTable Table
The PurchTable table to check.

Return Value

Type: boolean
true if it is ok to delete the PurchTable table; otherwise, false.
Show: