Skip to main content

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

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