Reference qualifier on Task table

Sid_Takali
Kilo Patron
Kilo Patron

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

4 REPLIES 4

AshishKM
Kilo Patron
Kilo Patron

Hi @Sid_Takali , 

You can try to write new logic for child table under dictionary overrides.

 

Filter this assignment group on Task table

AshishKMishra_0-1708626155571.png

Open the record and create/or/update the dictionary overrides section for child table.

AshishKMishra_1-1708626224195.png

 

-Thanks,

AshishKM


Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution

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?

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

Ademir Amaral1
Kilo Sage

@Sid_Takali 

 

In this case you need to enter the child tables and mark the reference qualifier as none, or set what you want for them.

https://docs.servicenow.com/bundle/washingtondc-platform-administration/page/script/server-scripting...

 

If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.