How I can start/call a process model once when any interface is loading for the first time.
Discussion posts and replies are publicly visible
No, interface is not being used as task in process model. Basically interface is landing page of the project and we need to perform some background task.
Is this interface being used as a task in a process model, or somewhere else?
I just need to update some database table fields on the basis of some complex scenario. Table is having huge data which needs to be updated as soon as user land on interface.
There's no way to do this, precisely, on form load - there would need to be user interaction of some sort (click of a button, entering text into a text field, etc). There may be better ways to do what you're thinking of though, depending on your use case - can you provide a bit more detail as to what exactly you're wanting to do?