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
oofoofoofoofoofoof 

How to pass info from one screen to another w/o input fields

We create an Event which includes zero or more contacts (names of individuals).
From the view Events screen, we have a custom link to create CallReport (custom object).
Using an S-Control, we pre-populate some of the input fields on the enter CallReport screen with values from the Events field (relatively easy to do).
We also want to save the contacts from the Events page  when we save the CallReport. If there was an input field on the create CallReport screen, we could park the data for the Contacts there. But since there isn't, how do we keep the Contacts data on the create CallReport page so that the SAVE action is aware of it and saves it? Is there a way to do it without overriding the action of the SAVE button?
SnowskierSnowskier
Ok, We are basic team edition users. While in a contact we would like to be able to view account data linked to that contact. Are you aware of how to make that happen?