Customer-defined data

Customers can create custom data in core database tables in Infor Workforce Management (WFM). This custom data can be created through maintenance forms or through data import. Custom data can be used to create custom DBLookups or to satisfy other configuration requirements. These features can also interact with custom data:
  • Custom scripting can be used to access or edit custom data. The custom scripting methods are documented in the WFM Java API Javadoc.
  • The WFM public API can be used to access or edit custom data. The public API methods are documented in the Swagger documentation.

Customer-defined data should be used for custom configuration requirements or to create custom DBLookups within maintenance forms. Customer-defined data should not be used for transactional data, due to potential impacts on performance if the tables contain large numbers of records.