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
OneNewbieOneNewbie 

Prepopulating fields on an scontrol

This may have an easy answer but unfortunately I haven't been able to figure it out.
 
Is there a way to prepopulate an scontrol? I have an scontrol with a bunch of fields. The scontrol is hosted on a custom tab.
 
Any ideas?
 
How do i populate for instance field1 using the URL?
 
 
Thanks.
Ron HessRon Hess
no way to pass paramaters to an scontrol except using the merge fields, which come from an record in the database.
the record is specified with "eid=xxxx" where xxxx is the 15 char id of the object.

then the scontrol can use merge fields to fill in input fields.