PdsBatchAttrib::lookupPdsBatchAttributes Method
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 public static void lookupPdsBatchAttributes(
FormStringControl _ctrl,
ItemId _itemId,
[TableGroupAll _attribCode,
boolean _isForActiveItem])
Microsoft Dynamics AX 2012 R2 (SYS)
client public static void lookupPdsBatchAttributes(
FormStringControl _ctrl,
ItemId _itemId,
[TableGroupAll _attribCode,
boolean _isForActiveItem])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
client public static void lookupPdsBatchAttributes(
FormStringControl _ctrl,
ItemId _itemId,
[TableGroupAll _attribCode])
Microsoft Dynamics AX 2012 (FPK)
client public static void lookupPdsBatchAttributes(
FormStringControl _ctrl,
ItemId _itemId,
[TableGroupAll _attribCode])
Run On
Client
Parameters
- _ctrl
Type: FormStringControl Class
- _itemId
Type: ItemId Extended Data Type
- _attribCode
Type: TableGroupAll Enumeration
- _isForActiveItem
Type: boolean