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
davidjthomsondavidjthomson 

Pre-populate required name field after hitting "New" from another object

Is it possible to pre-populate the required "Name" field of a custom object when creating it from a parent object? It doesn't seem to fill in the value from the url parameter &name=David

 

Thanks,

David

rachsharachsha

yes this is possible the easyest whyfor this is

to select the flied you want -> rightMouseKey ->view selected source

then you will see something like this:

 

<label for="name_lastcon2">

 

 the tekst between the " " is the name of the var when you know this you can fill it by entering: ,&nameVar=yourInput