Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Fetches all the tables and fields if the dialog runs successfully.
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
public void readDesign(
RetailConnStoreConnectProfile _scProfile,
RetailConnConnectionProfile _connectionProfile,
[RefRecId _channelSchema])
Microsoft Dynamics AX 2012 R2 (SYS)
public void readDesign(
RetailConnStoreConnectProfile _scProfile,
RetailConnConnectionProfile _connectionProfile,
[RefRecId _channelSchema])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public void readDesign(RetailConnStoreConnectProfile _scProfile, RetailConnConnectionProfile _connectionProfile)
Run On
Called
Parameters
- _scProfile
Type: RetailConnStoreConnectProfile Table
The retail store connection profile.
- _connectionProfile
Type: RetailConnConnectionProfile Table
The retail connection profile.
- _channelSchema
Type: RefRecId Extended Data Type
Remarks
Uses the methods fetchAllTables method and fetchAllFields method to fetch all the tables and fields.