To Display parent field value in child field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-06-2022 10:43 PM
Requirement:
1.There are two tables , parent table(sn_customerservice_case),child table (sn_customerservice_task)
2.Both have assigned_to field
3.When case is assigned to some one, it should also reflect the same in ,child table (assigned_to)
How can i achieve this in reference qualifier?
Thanks in advance

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-07-2022 12:02 AM
Hi,
here are steps to debug
1. open your child table and chck if parent is pointing to right case or not
2. Check the column table. is parent correct oclumn name or not?
3. are you testing by changing assigned_to i nparent and then verifying in the child record?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-08-2022 09:43 AM
ITs working