The CreatorCon Call for Content is officially open! Get started here.

I want to display the interaction related list latest record values in Parent interaction filed

anataraj
Tera Contributor

anataraj_0-1693921100776.png

we have created a custom reference field in the incident table which is Parent Interaction filed (reference to Interaction table) I want to display the interaction related list latest record values in Parent interaction filed. Please help me on this 

 

Thank you,

Nataraj

4 REPLIES 4

Community Alums
Not applicable

As you have created a new custom reference field in the incident table, It can only store one interaction record. To populate the "Parent Interaction" field on Incident, you have to map it to the interaction record from where the incident is getting created.

 

Is there any UI Action or any script that creates incident from interaction record?

S Goutham
Tera Guru

Hey @anataraj :

i not getting the use of parent interaction as a interaction can get converted to incident or Hr case or even a CSM Case and there is already OOB function where this relationship is been stored "interaction_related _record".

 

But just for your knowledge once you create a reference field on a table OOB relationship record is created so go to configure > related list on the table you create the reference and you should be able to Interaction -> Parent Interaction under that list

 

I hope this solves your issue
Mark this as Helpful / Accept the Solution if this clears your issue

anataraj
Tera Contributor

yes is there one UI action for (INSERT) button in agent workspace from there we are creating interaction to incident by clicking that  UI action it works fine on while insert of incident but for when updating the existing incident record with Associated record of interaction the parent filed was not updating with another new interaction record which is there in interaction related please find in image.

Community Alums
Not applicable

Can you post the script?