Share via


RetailConnDataDirectorUtilities.readDesign Method [AX 2012]

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

Remarks

Uses the methods fetchAllTables method and fetchAllFields method to fetch all the tables and fields.

See Also

Reference

RetailConnDataDirectorUtilities Class