/**
  * Get the array of attributes that cannot be mapped when using these import rules.
  * @return array
  */
 public static function getNonImportableAttributeNames()
 {
     return array_merge(parent::getNonImportableAttributeNames(), array('state', 'account', 'primaryAddress__latitude', 'primaryAddress__longitude', 'primaryAddress__invalid', 'secondaryAddress__latitude', 'secondaryAddress__longitude', 'secondaryAddress__invalid'));
 }
 /**
  * Override to block out additional attributes that are not importable
  * @return array
  */
 public static function getNonImportableAttributeNames()
 {
     return array_merge(parent::getNonImportableAttributeNames(), array('probability'));
 }
Exemple #3
0
 /**
  * Get the array of attributes that cannot be mapped when using these import rules.
  * @return array
  */
 public static function getNonImportableAttributeNames()
 {
     return array_merge(parent::getNonImportableAttributeNames(), array('state', 'account'));
 }
 /**
  * Get the array of attributes that cannot be mapped when using these import rules.
  * @return array
  */
 public static function getNonImportableAttributeNames()
 {
     return array_merge(parent::getNonImportableAttributeNames(), array('contact', 'opportunity', 'productTemplate'));
 }
Exemple #5
0
 /**
  * Override to block out additional attributes that are not importable
  * @return array
  */
 public static function getNonImportableAttributeNames()
 {
     return array_merge(parent::getNonImportableAttributeNames(), array('currency', 'isActive', 'language', 'locale', 'timeZone', 'manager', 'hash', 'createdByUser', 'modifiedByUser', 'createdDateTime', 'modifiedDateTime'));
 }
 /**
  * Override to block out additional attributes that are not importable
  * @return array
  */
 public static function getNonImportableAttributeNames()
 {
     return array_merge(parent::getNonImportableAttributeNames(), array('isActive', 'hash', 'createdByUser', 'modifiedByUser', 'createdDateTime', 'modifiedDateTime', 'isRootUser', 'isSystemUser', 'primaryAddress__latitude', 'primaryAddress__longitude', 'primaryAddress__invalid', 'hideFromSelecting', 'hideFromLeaderboard', 'serializedAvatarData'));
 }
 public static function getNonImportableAttributeNames()
 {
     return array_merge(parent::getNonImportableAttributeNames(), array('billingAddress__latitude', 'billingAddress__longitude', 'billingAddress__invalid', 'shippingAddress__latitude', 'shippingAddress__longitude', 'shippingAddress__invalid'));
 }