53 'COMPANY_ID' => array(
54 'data_type' =>
'integer',
58 'LOCATION_CODE' => array(
59 'data_type' =>
'string',
63 'LOCATION_TYPE' => array(
64 'data_type' =>
'string',
65 'default' => self::DB_LOCATION_FLAG,
72 'data_type' =>
'\Bitrix\Sale\Location\Location',
74 '=this.LOCATION_CODE' =>
'ref.CODE',
75 '=this.LOCATION_TYPE' => array(
'?', self::DB_LOCATION_FLAG)
79 'data_type' =>
'\Bitrix\Sale\Location\Group',
81 '=this.LOCATION_CODE' =>
'ref.CODE',
82 '=this.LOCATION_TYPE' => array(
'?', self::DB_GROUP_FLAG)
87 'data_type' => static::getTargetEntityName(),
89 '=this.COMPANY_ID' =>
'ref.ID'