Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要从 HMC 创建一个可重复的数据提取,其中包括以下客户字段: -- 姓名 -- 电子邮件地址 -- 公司名称(B2Bunit 名称) -- 公司 ID (B2Bunit)
HMC 出口有可能吗?谢谢!
要通过 HMC 导出工具或 HAC 导出工具导出数据,您可以尝试以下 impex 脚本:
insert_update Customer;name;uid[unique=true,allownull=true];company(locName[lang=en]);company(uid);
Company应替换为客户结构上的 B2BUnit(Company) 属性名称。
Company