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
MattMet86MattMet86 

Button - Pre-populate field not on page layout

I need a "New Record" button to populate a field that is not on the page layout. Is this possible? If so, how do you do it. 

I tried this, the last line is the field that is not on the record create screen. 
/a1M/e?CF00N800000056AV2={!Employees__c.Name}
&CF00N800000056AV2_lkid={!Employees__c.Id}
&retURL=%2F{!Employees__c.Id}
&RecordType=012180000000AhdAAE
&ent=01I80000000pYzR
&Name={!Employees__c.Name} {!TODAY()}
&00N18000000IXlB={!Employees__c.Acquisition_Rollover_Window_Start_Date__c}
&00N18000000IXlG={!Employees__c.Acquisition_Window_End_Date__c}
&00N18000000IXkw={!Employees__c.Review_End_Date__c}
&00N18000000IXlL={!Employees__c.Status_Change_Date__c}
&00N18000000IXf8={!Account.No_Core_Benefits__c}
&00N800000056AVn={!TODAY()}
&No_Core_Account__c={!Account.No_Core_Benefits__c}

 
Mahesh DMahesh D
Hi MattMet86,

Either you have put it in the page layout orelse you can use a trigger to populate it.

Regards,
Mahesh