dscss8996 2014-10-20 13:04
浏览 123
已采纳

Salesforce:映射字段

I need suggestion regarding how can I map below fields which we are using as affiliates.

1) Affiliates/Account
2) Account Users
3) Account Manager
4) Offer
5) Advertiser

Below is current relationship between them --

i) Affiliates : Users - 1:M
ii) Affiliates : Account Manager - 1:1
iii) Affiliate : Offer - 1:M
iv) Advertiser : Affiliates - 1:M
v) Offer : Advertiser - 1:1

For now, we are mapping with SF as,

1) Affiliates >> ACCOUNTS
2) Account Users >> CONTACTS

Please advice on mapping.

Regards.

  • 写回答

1条回答 默认 最新

  • dsaf415212 2014-10-28 14:33
    关注
    i) Affiliates (one to many) Users:
    

    Create a lookup relationship on the User object pointing to Affiliates object

    ii)  Affiliates (one to one) Account Manager:
    

    Create a lookup relationship on Affiliates pointing to Account Manager, add a trigger at account Manager to prevent having more than 1 affiliate.

    iii) Affiliate (one to many) Offer:
    

    Create a lookup relationship on the Offer object pointing to Affiliate

    iv) Advertiser (one to many) Affiliates:
    

    Create a lookup relationship on the Advertiser object pointing to Affiliates

    v) Offer (one to one) Advertiser
    

    Create a lookup relationship on Offer pointing to Advertiser, add a trigger at Advertiser to prevent having more than 1 affiliate.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 opencv 无法读取视频
  • ¥15 用matlab 实现通信仿真
  • ¥15 按键修改电子时钟,C51单片机
  • ¥60 Java中实现如何实现张量类,并用于图像处理(不运用其他科学计算库和图像处理库))
  • ¥20 5037端口被adb自己占了
  • ¥15 python:excel数据写入多个对应word文档
  • ¥60 全一数分解素因子和素数循环节位数
  • ¥15 ffmpeg如何安装到虚拟环境
  • ¥188 寻找能做王者评分提取的
  • ¥15 matlab用simulink求解一个二阶微分方程,要求截图