Reporting Entities (REPORTING_ENTITIES_API)
Back to Qbyte 360 Connect API Reference Guide
Overview
Offers the ability to INSERT and UPDATE Reporting Entities. Performs all data validations and returns a status code and error message. The update function will update ALL columns, so if a column is not passed in the function will update it to NULL. The functions are:
reporting_entities_api.INSERT_ENTITY()
Function returns BOOLEAN to indicate a successful/unsuccessful action.
Default values on parameters indicate that the parameter is optional and the default value will be inserted into the corresponding column.
reporting_entities_api.UPDATE_ENTITY()
Function returns BOOLEAN to indicate a successful/unsuccessful action
Default values on parameters indicate that the parameter is optional and the default value will be inserted into the corresponding column.
reporting_entities_api.DELETE_ENTITY()
Function returns BOOLEAN to indicate a successful/unsuccessful action.
Default values on parameters indicate that the parameter is optional and the default value will be inserted into the corresponding column.
Error Messages for ENTITY() Functions
Copyright© 2024 IFS AB. Copying prohibited. All rights reserved.