Question

document number setting

  • 6 July 2023
  • 1 reply
  • 24 views

Userlevel 1
Badge +5

Is it possible to register data with the same document number but different document class in the document title in IFSAPP10 ?
When I tried to register the following data, I got an error message that the document number was duplicated.Document Class Document No
CLASS1   DOC1
CLASS2   DOC1


1 reply

Userlevel 7
Badge +30

It's possible with a small modification: remove the unique index that we have on DocNo in the DocTitle entity. I would not recommend this since it's not how we are testing the system (there might be business rules that assume a document number is unique), but the data model supports this, in theory.

So, yes and no :)

 

Reply