ADD NEW ITEM in datareader (transaction)

We use "add new item" in a data reader on an entity when we import transactions.

When there is a new member in the entity, it is populated into the entity, which is as expected.

The problem is that no data is loaded on this member, even though it is in the source we are reading from. Disc rec doesn't show anything rejected.

To get the data, the data reader needs to be started again.

Is it not possible to load new entity members and data in the same datareader? Even if I know this is not best practice.

Tagged:

Answers

  • Helmut Heimann
    Helmut Heimann Employee, Community Captain
    50 Answers 500 Comments 250 Likes Fourth Anniversary

    Hi @Jacob Hellman ,

    it is possible to load entity members and related data in one DR; yes, you might want to avoid that, but it's possible.

    Can you please check that the code length in the database is set according to the length of the code of the member you want to append?
    Can you please also check that the MaxItemNo of that entity is set correctly?

    Best,
    Helmut

  • Helmut Heimann
    Helmut Heimann Employee, Community Captain
    50 Answers 500 Comments 250 Likes Fourth Anniversary

    Hi @Jacob Hellman ,

    when you say that you have no discarded records, what does the "validated" column show?

    Best,
    Helmut