• mima
  • NEWBIE
  • 10 Points
  • Member since 2017

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 3
    Replies
External object has two Indirect Lookup Relationship Fields.

--------------------------------------
External object A:
 Indirect Lookup Relationship Fields AA (Reference:object01 (custom object))
 Indirect Lookup Relationship Fields BB (Reference:object02 (person Account))

External object detail page:
 Indirect Lookup Relationship Fields AA:Contains a value with a link -> Object 01 Details page can be opened, There is an external object A related list, Records are displayed
 Indirect Lookup Relationship Fields BB:Contains a value with a link -> Object 02 Details page can be opened, There is an external object A related list, Records are not displayed
--------------------------------------

Why can't I see related list records on Object 02 Details page?
Not visible on both Salesforce Classic and Lightning ( I use Salesforce Classic).
Thank you.
  • August 06, 2020
  • Like
  • 0
I want to change the contact associated with the partner user to another contact, but the contact field is not displayed on the edit screen of the user. Is there no way to change it? Thank you.
  • July 15, 2020
  • Like
  • 0
はじめまして。
データローダのバッチモードでインポート(upsert)をしようとしています。
ObjectA__c に ForeignKey__c(外部ID項目)があり、
ObjectB__c に ObjectA__c (ObjectA__c の参照項目)があります。
CustomObjectB__c をインポートするための sdl ファイルで
OBJECTA__A = CustomObjectA__r.ForeignKey__c
と設定してみましたが Field mapping is invalid というエラーになってしまいます。
どう設定すればよいかご教授いただけないでしょうか。
また sdl ファイルでの外部キー設定について載っている公式マニュアルがありましたら、あわせて教えてください。
よろしくお願いいたします。
  • April 23, 2020
  • Like
  • 0
I want to change the contact associated with the partner user to another contact, but the contact field is not displayed on the edit screen of the user. Is there no way to change it? Thank you.
  • July 15, 2020
  • Like
  • 0
はじめまして。
データローダのバッチモードでインポート(upsert)をしようとしています。
ObjectA__c に ForeignKey__c(外部ID項目)があり、
ObjectB__c に ObjectA__c (ObjectA__c の参照項目)があります。
CustomObjectB__c をインポートするための sdl ファイルで
OBJECTA__A = CustomObjectA__r.ForeignKey__c
と設定してみましたが Field mapping is invalid というエラーになってしまいます。
どう設定すればよいかご教授いただけないでしょうか。
また sdl ファイルでの外部キー設定について載っている公式マニュアルがありましたら、あわせて教えてください。
よろしくお願いいたします。
  • April 23, 2020
  • Like
  • 0