This is a feature request to add a WAIT function to use in business rules / processes.
What it would do is cause a rule to wait for a specified time before executing. For example WAIT (10) would wait ten seconds before executing the next rule in a process.
The reason I request this is that I have a process that creates a 'tracking record' when a user logs into the mobile version. The process that creates the tracking record is executed after the visual perspective loads but it fires the rule before the current location has been recorded in the LoggedInSystemUser object. This means that the tracking record is created with the previous login's location.
Another example of its use would be when a document or other item has been sent outside the system for processing by another application such as a PDF command line tool.
I have managed to work around my problem with the current location and tracking record by running a few nonsense queries before it actually creates the tracking record but this just seems a bit clunky! I also had a message pop up for the user to click (this stalled the process but is not really suitable in my circumstance)
If anyone has any better ideas then I would love to hear from you. If this feature could be added then even better!
Thank