RetailConnPOSDataTranslatorAX62_AX61.GetDeletePrimaryKeys Method [AX 2012]
Retrieves the primary key values for the given table name.
Syntax
public container GetDeletePrimaryKeys(
TableName _tableName,
container _pkValues,
RefRecId _refRecId)
Run On
Called
Parameters
- _tableName
Type: TableName Extended Data Type
The value of TableName.
- _pkValues
Type: container
The set of primary key values.
- _refRecId
Type: RefRecId Extended Data Type
The value of RefRecId.
Return Value
Type: container
A container which holds the set of primary key values.