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
DemiraliDemirali 

Autocreate a related list

Hello we do have an integration with iContact (an email marketing service). So after each newsletter, when a contact clicks on a link within the letter, a new record is created(called iContact Clicked Link Detail: iContactforSF__iContact_Clicked_Link__c) This record has following details: 

Link
http://www.............. (this is the name of the record created)
  
Clicks
1
  
Unique Clicks
1
  
iContact Sent Message
Name of the newsletter
  
Contact
Link to contact
  
Lead
 Link to lead
  
Full Link
http://www.............. (as a text field) :iContactforSF__Full_Link__c
  
Last Click Time
04.01.2013 08:50
  
Campaign
Name of the campaign
  
ClickedLink_ID
ID of the click 
  
Property
 This field did not exist before, I created this relation: Property__c
  
Created B

 

So, in our website each Property has its on unique url. And these properties also recorded in object Property__c. 

My goal is to automatically fill the Property field above when "iContact Clicked Link Detail" is created. (  I will save the url of property from website to a certain field in Property record in SF: URL_on_Websites__c)

 

Can someone help me out of this? 

 

Ali Demir