Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
iDempiere JIRA
When save a new record, row select is change to latest record
Description
1. Open role window. 2. make new role 3. save new row, current select row move to latest row.
reason: Idempiere rely key of record to maintain current selected record. when record no column key or multi column key it can't maintain current selected Ref: GridTab, line int keyNo = m_mTable.getKeyID(m_currentRow); in function dataRefreshAll
solution: use column TableName_uu or TableName_ID to tracking current selected row.
1. Open role window.
2. make new role
3. save new row, current select row move to latest row.
reason:
Idempiere rely key of record to maintain current selected record.
when record no column key or multi column key it can't maintain current selected
Ref: GridTab, line int keyNo = m_mTable.getKeyID(m_currentRow); in function dataRefreshAll
solution:
use column TableName_uu or TableName_ID to tracking current selected row.