Help & Support

Elevate Your Agents with AgentExchange Solutions
Easily enhance Agentforce with pre-built AI solutions from AgentExchange. Browse, install, and deploy agents, actions, and apps directly into your environment. Tell Me More

Have Questions?

Information
Private ListingThis listing is private and can't be found by searching or browsing AppExchange.

Stopwatch

Stopwatch Lightning Component : Handy for timing activities

Free  

Never requires payment

Try It
Business Need
Time & Date

Rating

Reputation

MVP
Recognized by Salesforce for their leadership, expertise, and generosity
Top Reviewer
Contribute reviews that encourage conversation and help others make informed decisions
Ranger
Lifelong learners who have earned the Ranger rank or higher on Trailhead
2.4
Lifetime average
Showing 5 of 5 Reviews
Sort by

Error

Action failed: stopWatcher$stopWatch$controller$init [ms is not defined] at Object.formatGivenTime (components/stopWatcher/stopWatch.js:57:29) at Object.displayAndSetTimer (components/stopWatcher/stopWatch.js:53:27) at init (components/stopWatcher/stopWatch.js:48:10) at G.Bc (https://oceantechnology-dev-ed.lightning.force.com/auraFW/javascript/0aX-jfAXPggJFRoObqLaSQ/aura_prod.js:305:170) at Object.c [as Sa] (https://oceantechnology-dev-ed.lightning.force.com/auraFW/javascript/0aX-jfAXPggJFRoObqLaSQ/aura_prod.js:256:213) at JA (https://oceantechnology-dev-ed.lightning.force.com/auraFW/javascript/0aX-jfAXPggJFRoObqLaSQ/aura_prod.js:294:461) at https://oceantechnology-dev-ed.lightning.force.com/auraFW/javascript/0aX-jfAXPggJFRoObqLaSQ/aura_prod.js:295:281 at Z.A.mb (https://oceantechnology-dev-ed.lightning.force.com/auraFW/javascript/0aX-jfAXPggJFRoObqLaSQ/aura_prod.js:626:227) at O.N (https://oceantechnology-dev-ed.lightning.force.com/auraFW/javascript/0aX-jfAXPggJFRoObqLaSQ/aura_prod.js:295:260) at b.M.N (https://oceantechnology-dev-ed.lightning.force.com/auraFW/javascript/0aX-jfAXPggJFRoObqLaSQ/aura_prod.js:248:135)

John Remby
02/14/2017

I get the same error when trying to add the component to a page layout in the lightning app builder

John Remby

Doesn't Work in App Builder in Summer '16

As of Summer '16 the aura component declaration should have access="global" so that it is app hostable i.e visible in communities builder or app builder The declaration without access="global" would have worked fine in Spring 16. However from summer 16 it is mandatory to mention access="Global" inside the components in order for it to be appHostable. After working with Saleforce Support we determined this is the reason the app doesn't show up in the Lightning App Builder

Jeremy Clegg
08/19/2016

I have noticed this too John. Such a shame.

Stephane Paquet

Need to be able to wrap in container app for VF surfacing

Hi, I am trying to surface your component in a VF Page, but cannot find the name of the component to reference as it is hidden (aka need this info below) Thanks

Stephane Paquet
04/19/2016

Final question, can you provide the details of the available component events so that we can subscribe our own controller handlers? Looking for the component event name for Start / Stop and reset as well as any attributes to get the value of the counter. Basically some details on your component's API

Stephane Paquet
04/19/2016

Working, nevermind. For anyone wanting to surface this in a visualforce page, like using it as an inline page within the Case object, just use this code: Create a container Lightning App: :"/> And then create a page like so (example for case): $Lightning.use("c:ContainerApp", function() { $Lightning.createComponent("stopWatcher:stopWatch", { label : "" }, "StopWatchView", function(cmp) { // do some stuff }); });

Stephane Paquet
04/19/2016

Found the namespace to be stopWatcher, confirming the component is stopWatch?

Jeremy Clegg

Ability to use the output of the stopwatch?

A beautiful, cool feature but definitely agree that need to have the ability to use the data. I was planning to use relate to/look up field to cases/tasks/custom objects etc and stored in a on a custom object "Time". Is there a way to use the data output somehow? This would seriously solve a great deal of my problems...I'm putting 4 stars to will this forward because it is really great looking and potentially useful.

Jack Sanford

Ability to use the output of the stopwatch?

Nice-looking, but limited without some ability to use the value of the final timed amount in a field on an object somewhere.