TDV Adapter for SAP Fieldglass

Build 22.0.8462

RejectReasons

Query this table for reject reasons in SAPFieldglass.

View Specific Information

The adapter will use the SAP FieldGlass API to process WHERE clause conditions built with the following column and operator. The remaining filter criteria is executed client side within the adapter.

  • ModuleId supports the '=' operator.

For example, the following query is processed server-side:

  SELECT * FROM RejectReasons WHERE ModuleId='70'

Columns

Name Type Description
Id [KEY] String The Id of the reject reason.
ModuleId String The Id of the reject reason's module.
ModuleName String The name of the reject reason's module.
Description String The description of this reject reason.
RefVersion Integer The ref version of this reject reason.
ValidObject Boolean Indicates whether this approval is a valid object or not.
Status String The status of this reject reason.
Details String The details of this reject reason.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462