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
Admin User 3354Admin User 3354 

How to fullfill following requirement in salesforce.

Requirement:hrack t I have to show free slots in report. Taht means if my taxi driver has assigned a taxi say from Jan15 as start date to June15 as end date, & suppose my driver is going on leave for about 10daysin May.(1st May to  10th may)
So my requirement is to track when my Taxi is free or available. (In this case Taxi  would be available for that10days of holidays)
How could I track this in Salesforce.
Please Help.
High Priority Requirement.
Thanks.
AshlekhAshlekh
Hi,

You can track this through the custom code (You have to write apex code and visual force page to show the data). OR you can create records in any object and then create dashbord or report to see the report for this.

-Thanks
Ashlekh Gera
Admin User 3354Admin User 3354
Hey Hi,
 Thanks for the guidance. I will keep updating reguarding my development.
I have 3 scenarios in which taxi can have free slots.
1) Taxis which are allocated to drivers (but driver is on leave) & Campaign.
2) Taxis allocated to Campaign but not to driver.
3) Taxis which are not allocated at all
So can you suggest how can i go further?? Also I want final output in form of report,it will be better to represent on dashboard.