I am trying to remove timer from business process flow stages. Users find them distracting and confusing.
After not finding way to disable it from Dynamics, I tried to hide it with javascript. The element is "MscrmControls.Containers.ProcessBreadCrumb-stageStatusLabel". I could not find function to set MscrmControls visible or invisible so I tried to hide the element with javascript. This of course does not work, as this is the last element to load, and trying to read and hide this element OnLoad will just return null error.
Is there anyway to remove this timer?
I am using latest version of Dynamics.