Timer in Ax

Hi,

Can anyone suggest me how to use Timer functionality in Ax. I want maintain a Timer in a dialog. Can we do this in Ax?

Thanks in advance.

Am using AX 2012

Look at AOT/Forms/tutorial_Timer

Hi Sri,

Yes. You can use Object.setTimeOut method to maintain timer in your dialog.

Please refer the example and syntax in this URL http://msdn.microsoft.com/en-us/library/object.settimeout.aspx

Thanks,

Hari