You need to sign in to do that
Don't have an account?
davidjthomson
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
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:
the tekst between the " " is the name of the var when you know this you can fill it by entering: ,&nameVar=yourInput