- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2024 11:04 PM
Hi,
I have created a new Related tab in Problem form called Corrective Action (General type).
Requirement:
1. All the General PTask created for the Problem record will be visible.
2. User can created a general Ptask by clicking on New button.
Issue:
1. Problem number is not reflecting from Parent Problem record to Ptask.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2024 12:12 AM
Hi @Nipan1 ,
I tired your problem in my PDI and it works for me
Please change your relationship Corrective Action code and update to like
Reason is in problem_task table there is reference field is Problem so it takes the sys_id.
Result
Please mark my answer correct and helpful if this works for you
Thanks and Regards
Sarthak
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2024 12:12 AM
Hi @Nipan1 ,
I tired your problem in my PDI and it works for me
Please change your relationship Corrective Action code and update to like
Reason is in problem_task table there is reference field is Problem so it takes the sys_id.
Result
Please mark my answer correct and helpful if this works for you
Thanks and Regards
Sarthak
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2024 12:44 AM
Hi @Community Alums,
Thanks for the solution, it works for me as well.