"Time is money"
When you are working in any salesforce org then one thing you have in your mind that is TIME. I will say that current time of the org or current time of login user or particular time zone or GMT. So we have following OOTB in salesforce to get the time
1. System.now();
2. System.today();
3. Time zone of login user based on UserInfo.getUserId()
5. Formula field
6. Workflow
7. Some other also
What if we have a analog clock for the same at home page as following
When you are working in any salesforce org then one thing you have in your mind that is TIME. I will say that current time of the org or current time of login user or particular time zone or GMT. So we have following OOTB in salesforce to get the time
1. System.now();
2. System.today();
3. Time zone of login user based on UserInfo.getUserId()
5. Formula field
6. Workflow
7. Some other also
What if we have a analog clock for the same at home page as following
So I tried to build to an application which will work for this requirement. For now this working based on the GMT. It can be extended for login user or particular time zone.
We can see working demo on following link
http://vickygaur-developer-edition.ap1.force.com/Demo/AnalogClock
So when we add this link in home page component and page layout , then it will be visible at location.
As always please let me know for suggestions and sample code.
~Vikas Gaur
No comments:
Post a Comment