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
Radha Rathinavel PandianRadha Rathinavel Pandian 

how to set the checkbox true when creating a record for particular recor type

Hi,

Please let me know how to enable the checkbox when I create a new record for certain list of record types.
Example : If create a record with Record type named as "one", the checkbox should automically set to true, if I create a record for the record type named "two" it should not enabled by default..it should be enable
Vinod ChoudharyVinod Choudhary
Hi Radha,

You could do is use a workflow rule  or  Process to say that if the record type = one record type, the checkbox must be true. This will allow you to mark the box by default on each and every record with that record type.

Thanks
Vinod
 
Radha Rathinavel PandianRadha Rathinavel Pandian
Vinod,

At the same time I need to check for remaining list of record types which have a condition to check the size of related list. If the size of remaining is greater than 0 it needs to be checked