RetailConnLocationDesignTableField::find Method
Finds the specified record in the RetailConnLocationDesignTableField table by using the specified parameter values.
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 RetailConnLocationDesignTableField find(
RefRecId _channelSchema,
RetailConnTableName _tableName,
RetailConnFieldName _fieldName,
[boolean _forUpdate])
Microsoft Dynamics AX 2012 R2 (SYS)
client server public static RetailConnLocationDesignTableField find(
RefRecId _channelSchema,
RetailConnTableName _tableName,
RetailConnFieldName _fieldName,
[boolean _forUpdate])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
client server public static RetailConnLocationDesignTableField find(
RetailConnDistributionLocationId _locationId,
RetailConnTableName _tableName,
RetailConnFieldName _fieldName,
[boolean _forUpdate])
Run On
Called
Parameters
- _channelSchema
Type: RefRecId Extended Data Type
The channel schema RecID of the location design table field record to find.
- _tableName
Type: RetailConnTableName Extended Data Type
The table name of the location design table field record to find.
- _fieldName
Type: RetailConnFieldName Extended Data Type
The field name of the location design table field record to find.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: RetailConnLocationDesignTableField Table
A record in the RetailConnLocationDesignTableField table; otherwise, an empty record.
Remarks
Original signature had RetailConnDistributionLocationId _locationId instead of RefRecId _channelSchema.
This was changed in AX 2012 R3 due to Store Connect redesign related to legacy client support.
The locationId field was replaced with RetailConnChannelSchema.