• Iacopo Benetollo
  • NEWBIE
  • 0 Points
  • Member since 2019

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies

Hi, 
I must tracking visiti from visualforce page into a custom object (VF_TRacking__c).
This is the first part op VF Page:
<apex:page standardController="Age__c" showHeader="false" standardStylesheets="false" applyHtmlTag="false" applyBodyTag="false" docType="html-5.0" action="{!trackVisits}">

So the action save the information into an other custom object, differnt the StandardController (Age__c).
How can resolve this issue?

Thanks a lot,
Iacopo

Hi, 
I must tracking visiti from visualforce page into a custom object (VF_TRacking__c).
This is the first part op VF Page:
<apex:page standardController="Age__c" showHeader="false" standardStylesheets="false" applyHtmlTag="false" applyBodyTag="false" docType="html-5.0" action="{!trackVisits}">

So the action save the information into an other custom object, differnt the StandardController (Age__c).
How can resolve this issue?

Thanks a lot,
Iacopo