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
frenerve22frenerve22 

Custom Button to Create a new Object - Need to default a Check box

I have a button that Creates an Account and populates values from a custom object.  I am getting all of the fileds to populate, but I would Like one Checkbox to populate as True.

 

The List button looks like this.

 

/001/e?retURL=%2F001%2Fo&RecordType=01260000000DY1u&_CONFIRMATIONTOKEN=oWB83LysLNNkL.ahhRO4pCUGrMr3Epk6P.76FtNF1jXwrB0qOWzUDbhD3DgeAbdI9tHdrv7W8UOAgTS5jFk_.QuhB4IooD.jE18pc.HWIQnXIfFgXfsUsWkDZe.3oFMhKFdozf8Du.A5ZlOlYowIZfxfQKBqSz3qLJQ3MHP9I03RlTVD&cancelURL=%2F001%2Fo&ent=Account
&acc2={!AHD_Hospital_List__c.Name}
&CF00N60000001iwOR={!AHD_Hospital_List__c.AHD_System__c}
&00N60000001KqOp={!AHD_Hospital_List__c.Bed_Size__c}
&acc5={!AHD_Hospital_List__c.Provider_ID__c}
&00N60000001ix6X="True"

 

How do I get the red section to populate the field as true with out pulling from another check box field?