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
FlossyFlossy 

Is there a way to not require business hours on a case - or set a default value?

I'm trying to not require business hours be set on a case during case create.

 

Is there a way to not have this requirement - or use a default value?

 

Thanks ahead of time!

FlossyFlossy

By case create, I mean from within the UI...

Ankit AroraAnkit Arora

What exactly "Business Hours" are referring to?

 

Thanks

Ankit Arora

Blog | Facebook | Blog Page

CharlieLangCharlieLang

can you not jus set the hours to 24hours on this page?

 

/01m/e?retURL=%2F01m

 

 

FlossyFlossy

On the case page, there is a spot to enter business hours...its required...  I'd like it to either default to some value (less desirable) or make it not required as I have a trigger setting it if not set.

FlossyFlossy

I'd like to not have to choose any business hours as I have a trigger populating the value behind the scenes "on before"...

 

I seem to have to force the user to add the business hours when creating a case from the UI...

CharlieLangCharlieLang

i think you will need to use a trigger of some sort to force this or use a custom case button that pre populates the business hours.

 

try having a look at this http://salesforce.phollaio.com/2007/04/02/how_to_obtain_a_field_id/

 

you might be able to create a custom new case button that adds in the business hours, think you might need to populate these ID's. in the field you would just need to put the name of the business hours 

 

BusinessHours_ilecell
and
BusinessHours
FlossyFlossy

I believe I'll need to deal with a custom extension to do it...  I was looking at the problem backwards :)