Uniconta ErrorCodes PrimaryKeyCannotBeChanged

Date: 2023-11-28

Occurs when: UnicontaBaseEntity.RowId == 0 and e.g. UnicontaBaseEntity.KeyStr is set

Ensure RowId is set and not cleared by a call to SetMaster()

Try to never use SetMaster() on an existing entity. 😀

81620cookie-checkUniconta ErrorCodes PrimaryKeyCannotBeChanged