Can we make a "Review Work Request Screen" auto refresh after every 30 seconds using Extensibility Framework in INFOR EAM?
I'm not familiar with the Form you're referring to, but I've done this is custom Forms. You can attach a Timer event to the Form that goes off at the interval you specify and can have the task be whatever you want. In this case, a collection refresh. You are only allowed one Timer per Form (if memory serves).
Hi Stephen
Can you share any sample code that you have written for this?
It's not letting me upload an image for some reason.
1. Create a Form Event of type StdFormTimerTick . Add the Type & Parameters for your situation (ex: mine was a Form Script).
2. Create a second Form Event called whatever you wish. The type needs to be Timer. Using parameters, set the action "start" and the time for the Timer.
3. Create a corresponding Form Event that performs the "stop".
4. Inside your code, simply fire the Form Event to start/stop the timer as needed.
If I could figure out why there is no Image Upload button I'd fix it and add the screen captures.
Stephen I am new to this Extensibility Framework, I really appreciate if you just provide me the sample code. You can just copy paste the image in text field, the image will upload here.