Related Record type in Editable grid
Hi Everyone,
In my case i have 2 record types first one is Case Summary and second record is case summary Items.
I have one to many relationship. like- the primary key of case summary have foreign key constraint from case summary items record.
Now i have to make an editable grid in which i will show all items from case summary items records but behalf of relations with case summary id . Now i am confused how can i achieve this because i have to write records at same time for summary records and case summary item records.
Means have to use a!writeRecord() in interface which will update both summary and items records with relationship.
can anyone help me on this.
Thanks in advance
