We have added same record at Level 0 and level 1. Level 0 is having all key fields while Level 1 contains only one key field (i.e. EFFDT) and two non-key fields.
When we are trying to update existing row then it is working correctly but when we are trying to Add a New Value for current date, and try to Save the componet then it is throwing 'Data Conflict' Error. and for either previous date or future date it is Adding two rows- one row for the history/future date and one row for current date.
Please help us to resolve it.
Thank you in advance.
| Title | Under | Posted on |
|---|---|---|
| how to create application status in peoplesoft campus solutions 8.9 version | PeopleSoft Functional | 05/17/2012 - 4:09am |
| horizantal text in charts | PeopleSoft Technical | 05/10/2012 - 4:57am |
| no current buffer context error | PeopleSoft Technical | 05/10/2012 - 1:19am |
| Integration Broker : Operating Instance/Pub Contracts/Sub Contracts | PeopleSoft Technical | 04/24/2012 - 11:05am |
the data conflict error may be because the row which you are trying to add doesn't have a unique key combination and may be it is clashing with the values of keys for rows already present....my suggestion to you is you can add a field line number to your level 1 record and increment it everytime a row gets added and make it as a key apart from EFFDT.
Create different record for level 0 and 1.
Strange. DEPARTMENT_TBL component in HR has same record at level 0 & 1 and it works fine.
May be a trace will help you to identify... Use SetTracePC to find the exact trace of your component code alone
Post new comment