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
mahesh p 54mahesh p 54 

I have a standard auto number data type in my custom object which needs to accept only 15 records per day is that possible

I have a picklist with three values 
1)9.00 am to 12.00
2)12.00 to 3.00 pm
3)3.00 pm to 6.00 pm
Now I need to show 5 appointments in each slot,and once each day slot is booked then next day available slots should be seen.
I have a standard auto number data type in my custom object booking__c which needs to accept only 15 records per day.Can this be done without code