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
NazeerNazeer 

Salesforce Form Name

Dear Salesforce gurus,

 How we can know the standard Salesforce FORM name. Consider that I am in edit page of one custom object (once I click on new record). I need to capture values of all fields in that page and need to do some query operation and populate that result of the query in one of the text field of the page.

 Any help highly appreciated, Thanks


DevAngelDevAngel
Edit pages are really not accessible to user code.  Sounds like you want to use a formula field or something along those lines to automatically populate on field based on what the user enters in the other fields.

An Apex trigger may also be the solution here.