ODBC Driver for SAP Concur

Build 24.0.9062

CreateExceptionToReport

Posts an exception to the report and associates it with one of the following data levels: Report Header, Entry, Itemization, Allocation.

Input

Name Type Description
Index String The exception's location in a batch of exceptions. Should start at 1 and increment sequentially. This value is used to identify the record if there is an error.
ReportId String The Id of the report you want to create an exception for.
ObjectType String The type of object to assign the exception to. Format: Report, Entry, or Allocation. When sending a Report level exception, the ObjectType and ObjectId can be null, as the report key is supplied in the URI.

使用できる値は次のとおりです。Report, Entry, Allocation

ObjectId String The unique identifier for the object to associate with the exception. For Entry or Itemization object types use the respective ReportId; for Allocation object type use AllocationId. For a Report object type, this parameter is required.
ExceptionCode String The exception code for the exception to assign to the object. Must be a configured exception code in Expense. Example: NODATE.

Result Set Columns

Name Type Description
Success Boolean Indicates if the exception was created successfully.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.9062