Discussions
Dynamically retrieve custom records
I have a custom record associated with customers using a list/record custom entity. When the customer logs into the web site, I need to get information from the custom record but am unable to see how it's possible. Here's my scenario:
Custom Record:
Name- Subscription
Fields- Start Date, End Date
The subscription record will be different for each user, so how do I get the start date and end date fields of the subscription custom record? I have no idea what the individual record ID will be, so I can't hard code it.
Thanks...