RetailConnLocationDesignTableField::exist Method

Indicates whether the specified record in the RetailConnLocationDesignTableField table exists.

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 boolean exist(
            RefRecId _channelSchema, 
            RetailConnTableName _tableName, 
            RetailConnFieldName _fieldName)

  Microsoft Dynamics AX 2012 R2 (SYS)
          client server public static boolean exist(
            RefRecId _channelSchema, 
            RetailConnTableName _tableName, 
            RetailConnFieldName _fieldName)

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          client server public static boolean exist(
            RetailConnDistributionLocationId _locationId, 
            RetailConnTableName _tableName, 
            RetailConnFieldName _fieldName)

Run On

Called

Parameters

  • _channelSchema
    Type: RefRecId Extended Data Type
    The channel schema RecID of the location design table field to check for the existence.

Return Value

Type: boolean
true if the specified record exists; otherwise, false.

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.

See Also

Reference

RetailConnLocationDesignTableField Table