Include "Schedule" fields (Open - Close times)

Hello all

I am trying to add a new pair of fields to the Accounts module, to register the “opening hours” of each account. It should register something like

Morning 10:00 AM - 14:00 PM
Afternoon 16:00 PM 19:00 PM

I have reviewed the fields that studio allows me to include, and there is a field type “Date and Time”, however the “Date” part of the field does not match our need.

Is it possible to register this info in SuiteCRM? and if so, is it possible to include them later in the “Filter” view so we could search for accounts open between “10:00 AM and 12:00 PM”??

Thanks a lot in advance, any suggestion or workaround will be much apreciated.

Cheers :slight_smile:

It takes some work, but you can make fields as custom-made as necessary, see a couple of examples in this PR:

https://github.com/salesagility/SuiteCRM/pull/7564/files

You just put out whatever HTML you need to handle your field. You can also check examples online of defining a new custom field type[/i] (not just a custom field).