Skip to content
This repository was archived by the owner on Oct 20, 2021. It is now read-only.
This repository was archived by the owner on Oct 20, 2021. It is now read-only.

write method returning DataRow is scope'd - does not reflect the real written data #135

@RVDHOFAUDEV

Description

@RVDHOFAUDEV

A custom business component class is setting scope "D"efault in the initialization process.
When writing using SqlTableBC write(..), then will the returning DataRow only contain the fields mentioned in the "D"efault scope. It will not reflect all the fields which were physically written. The input DataRow of the .write(..) contains even more fields than the returning DataRow of the .write(..).
Luckily all fields of the input DataRow were finally written.
Please ignore the scope related to the output of the SqlTableBC write method, so that the output confirms the input completely.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions