All reference columns Example : ConventionType on the A_Asset_Group_Acct table should end with _ID. If not, compiere assumes the column is of type String and I cannot change the value.
The Error when saving the Asset Group record:
System will re-query record. ConventionType= 1000000(java.lang.String) != DB: 1000000(java.lang.Integer) -> New: 1000001(java.lang.Integer)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
All reference columns Example : ConventionType on the A_Asset_Group_Acct table should end with _ID. If not, compiere assumes the column is of type String and I cannot change the value.
The Error when saving the Asset Group record:
System will re-query record. ConventionType= 1000000(java.lang.String) != DB: 1000000(java.lang.Integer) -> New: 1000001(java.lang.Integer)
Martin,
Thanks for pointing that out! It will be corrected in the next release.
Rob