RetailConnPOSDataTranslator.GetDeletePrimaryKeys Method [AX 2012]
Retrieves the primary key values for the given table record.
public container GetDeletePrimaryKeys(
TableName _tableName,
container _pkValues,
RefRecId _refRecId)
Run On
CalledParameters
- _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.
Community Additions
ADD
Show: