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
surya123surya123 

Populating Case BusinessHours

Hi,

 

Is there a way to automatically populate business hours on case object, when the user selects  particular record type. It is possible using apex trigger, but i would like to know is there any other way.

 

For example, if the user selects 'Sales Support' as record type then i need to populate business hours as 'Sales Support Hours'. By default we can have only one business hours that will be populated always when a case is created.

 

Thanks in advance

werewolfwerewolf

In fact, an Apex trigger is the only way to do it.