PBATableInstance::existsPost Method
Checks whether a configuration exists for the specified transaction.
Syntax
Note
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.
Microsoft Dynamics AX 2012 R3
client server public static boolean existsPost(InventTransId _inventTransId)
Microsoft Dynamics AX 2012 R2 (SYS)
server public static boolean existsPost(InventTransId _inventTransId)
Microsoft Dynamics AX 2012 Feature Pack (SYS)
server public static boolean existsPost(InventTransId _inventTransId)
Microsoft Dynamics AX 2012 (FPK)
server public static boolean existsPost(InventTransId _inventTransId)
Microsoft Dynamics AX 2012 (SYS)
server public static boolean existsPost(InventTransId _inventTransId)
Run On
Called
Parameters
- _inventTransId
Type: InventTransId Extended Data Type
The ID of the transaction.
Return Value
Type: boolean
true if a configuration exists; otherwise, false.