Top Method Summary
Options Name Purpose
INT64 CountResultRecords (ICountRecordsRequest) Counts the number of results of the report
DeleteUnsupportedAttribute (dataset-handle, CharacterHolder) Deletes the unsupported attribute value behind a row of the Unsupported Attributes Report
DeleteUnsupportedAttribute (CharacterHolder) Deletes the unsupported attribute value behind a row of the Unsupported Attributes Report
FetchData (IFetchDataRequest) Fetch data and/or definitions
GenerateReport () Generates the Unsupported Attributes Report into the dsUnsupportedAttributesReport ProDataset
SaveChanges (Object) Saves changes

Top Constructor Summary
Options Name Purpose
UnsupportedAttributesReportBusinessTask () Constructor for the UnsupportedAttributesReportBusinessTask class


Method Detail
Top

INT64 CountResultRecords (ICountRecordsRequest)

Purpose: Counts the number of results of the report
Notes: Used by the Generic JSDO Service to support the Count feature.
Overrides the base class implementation, which would delegate to
a backing Business Entity - this task generates the report itself.

Parameters:
poParameter Consultingwerk.OERA.ICountRecordsRequest
The ICountRecordsRequest to receive the result count
Returns INT64
The number of records in the report
Top

DeleteUnsupportedAttribute (dataset-handle, CharacterHolder)

Purpose: Deletes the unsupported attribute value behind a row of the
Unsupported Attributes Report
Notes: Overload with dataset-handle parameter for generic service
(JSDO / InvokeMethod) invocation from the report web form's
Delete button.

Parameters:
phDataset DATASET-HANDLE
The dataset handle (not used)
poParameter Consultingwerk.CharacterHolder
Holder with the AttributeValueGuid of the SmartAttributeValue record to delete
Top

DeleteUnsupportedAttribute (CharacterHolder)

Purpose: Deletes the unsupported attribute value behind a row of the
Unsupported Attributes Report
Notes: Removes the SmartAttributeValue record identified by its
AttributeValueGuid (the primary key of the report rows).

Parameters:
poParameter Consultingwerk.CharacterHolder
Holder with the AttributeValueGuid of the SmartAttributeValue record to delete
Top

FetchData (IFetchDataRequest)

Purpose: Fetch data and/or definitions
Notes:

Parameters:
poFetchDataRequest Consultingwerk.OERA.IFetchDataRequest
The IFetchDataRequest object with the parameter for this call
Top

GenerateReport ()

Purpose: Generates the Unsupported Attributes Report into the
dsUnsupportedAttributesReport ProDataset
Notes: Delegates to UnsupportedAttributesReport:Generate and wraps the
resulting temp-table into the ProDataset

Top

SaveChanges (Object)

Purpose: Saves changes
Notes: The Unsupported Attributes Report is read-only, so this operation
is not supported.

Parameters:
poParameter Progress.Lang.Object
Optional Parameter object for the SaveChanges method


Constructor Detail
Top

UnsupportedAttributesReportBusinessTask ()

Purpose: Constructor for the UnsupportedAttributesReportBusinessTask class
Notes: Passes the report ProDataset to the BusinessEntityBusinessTask
base class. No backing Business Entity is used (the report is
generated directly), so the entity name is empty.



Temp-Table Detail


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       20.06.2026 07:25:59