- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2024 11:39 AM
Hi,
I am getting this error when I click on "Accept" button on Idea form.
How to fix this?
Thanks,
Vaishnavi
Solved! Go to Solution.
- 1,023 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2024 11:06 AM
Hi @Vaishnavi35 ,
Based on shared log details, there is insert query running over task table which is adding program record, and the sys_id showing in the unique key voilation belongs to one of PGM record.
Please check the code without this PGM record code, comment that part and test it again. It should work.
-Thanks,
AshishKM
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2024 04:49 AM
Hi ,
But I want the demand number to populate onto the RITM Variable form.
Thanks,
Vaishnavi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2024 03:57 AM
Hello,
Change the ordre of two business rules: assign the lower order to the business rule that creates the demand, and the higher order to the one that creates the ritm.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2024 11:06 AM
Hi @Vaishnavi35 ,
Based on shared log details, there is insert query running over task table which is adding program record, and the sys_id showing in the unique key voilation belongs to one of PGM record.
Please check the code without this PGM record code, comment that part and test it again. It should work.
-Thanks,
AshishKM
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution