• Lily Zeringue
  • NEWBIE
  • 0 Points
  • Member since 2016

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 5
    Replies
Hi there,

I am trying to add a "Related Record List" Component in my Community on my custom object (called Payment Profiles) details page. I want to display a related list from the related look-up field. In this case, the related field is "Counterpart__c" The component requires "Parent Record ID" and the Related List Name.
"Related Record List" Component
I've tried:
{!Counterpart__c}
{!Counterpart__c.Id}
{!Counterpart__r}
{!Counterpart__r.Id}
{!recordId.Counterpart__c}
{!recordId.Counterpart__c.Id}
{!recordId.Counterpart__r}
{!recordId.Counterpart__r.Id}

Granted I haven't published and tested each of these options, I am just relying on the preview in the community builder which says "This component has no data". Can you let me know what the syntax was for determining the ID of a parent record?

Thanks,
Zoe
Hi,
Can anyone explain why I'm getting null as FileExtension value in ContentDocument trigger for all the trigger events?

But when I quey the the same field for the same record I'm getting the correct extension of the file.

Thanks.
Hi guys,

I'm trying to create a flow based in a fast lookup + Loop + assigment (sum value) + load back to the object.
But on my Fast lookup it brings me same records duplicated because I'm looking in an object with Date identifier. So, sometimes the ID get repeated but in a different date.

I would like to know if there is a way to get just the Distinct ID from that month per example or how could you suggest me to do?
Thanks.