Workflow

You can personalize the workflow of your Infor Public Sector site to match your agency's business processes.

Throughout the system, various setup forms include formula fields that you can use to specify formulas, such as a formula that determines whether a detail page is displayed or a formula that calculates the value of a fee.

In addition, the Workflow Manager gives you access to all of your formulas in a single location. You can also use the Workflow Manager to reference external methods in custom assemblies that your agency has created.

The tree in the Workflow Manager shows all Infor Public Sector business objects, including both the standard objects and any custom objects that your agency has created. Workflow is built around event handlers that reference specific events relating to a business object, such as when a record is added or updated. If you write a formula or reference an external method for an event handler, the formula or method will be executed whenever the event occurs.

For example, if you add a formula to the AfterAdd event handler on the Property.Address object, Infor Public Sector will run the formula each time a new address record is added.

Note: Batch processes in Infor Public Sector Billing and Meter Management will bypass any personalized workflow for the affected business objects.

You can also personalize your workflow by calling external services.