Import account list into sugarcrm by using other key field instead of record IDs

StackOverflow https://stackoverflow.com/questions/21874642

  •  13-10-2022
  •  | 
  •  

문제

When I want to import Accounts csv to sugarcrm. it will check the import file containing values that match the IDs of existing records will not be imported if the values are mapped to the ID field. Possible not to use record IDs instead of some other column/field?

Is that only way modify it in logic hook file?

Thanks.

도움이 되었습니까?

해결책

You can use the concepts here to adjust the SugarCRM import to do its id-matching to any field. The author uses email address but I've used the same idea to match off of phone numbers and other ID fields.

SugarCRM Import: Update by Email Address

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top