RetailConnLocationDesignTable::find Method
Finds the specified record in the RetailConnLocationDesignTable 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 RetailConnLocationDesignTable find(
RefRecId _channelSchema,
RetailConnTableName _tableName,
[boolean _forUpdate])
Microsoft Dynamics AX 2012 R2 (SYS)
client server public static RetailConnLocationDesignTable find(
RefRecId _channelSchema,
RetailConnTableName _tableName,
[boolean _forUpdate])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
client server public static RetailConnLocationDesignTable find(
RetailConnDistributionLocationId _locationId,
RetailConnTableName _tableName,
[boolean _forUpdate])
Run On
Called
Parameters
- _channelSchema
Type: RefRecId Extended Data Type
The channel schema RecID of the distribution tables record to find.
- _tableName
Type: RetailConnTableName Extended Data Type
The table name of the distribution tables record to find.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: RetailConnLocationDesignTable Table
A record in the RetailConnLocationDesignTable 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.