Reference qualifier on Task table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2024 10:04 AM
Hi Team,
I have one question, If I have applied a reference qualifier on the assignment group field present on the task table and I don't want it to get inherited on its child table, how do I achieve that?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2024 10:25 AM
Hi @Sid_Takali ,
You can try to write new logic for child table under dictionary overrides.
Filter this assignment group on Task table
Open the record and create/or/update the dictionary overrides section for child table.
-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
02-22-2024 10:47 AM
Hi @AshishKM my question is, How do I write a reference qualifier on Assignment Group field on Task table and I don't want that reference qualifier gets inherit in child table. Reference Qualifier should applicable only on task table?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2024 01:36 PM - edited 02-22-2024 01:36 PM
You can't because there is only one column for assignment group at database level in task table which is use by all child record. The only possible way to apply child record ( table ) level logic [ condition/qualifier ] using the dictionary overrides.
Also you cant configure Task Type=Class at Task table level to apply that qualifier to Task table only because reference is Group table.
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
02-22-2024 11:11 AM
In this case you need to enter the child tables and mark the reference qualifier as none, or set what you want for them.
If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.