function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
kladizkovkladizkov 

Array datatype in object

Hi,

 

I need to create an object in salesforce to store website visitor's browsing history. The details i'm interested in are the date, URL, referral URL they visited, before choosing our product. These data will be stored in cookie and will be transferred to salesforce when the purchase is made.

 

But, I have a problem in designing the object in salesforce. How can I create an array kind of record with each record capable of storing time of visit, URL, and its referral URL? That is, each customer will have a list of N records with each record holding date, URL, and referral URL

 

Please help!

 

kladizkovkladizkov
Any idea how to do this?