Yes, in the input form for Recipients I've found: <input xpath="@EMAILRELACIONALALERTAS"/>So I've just to delete these lines for every of the fields that show error?
So according to me research, those foreign keys in the Recipients schema are set to null, so there are no orphan foreign keys. No records are deleted in Recipients, due to the attribute revIntegrity="normal".Thank you, Pravallika.
Hi @LakshmiPravallika , Could you detail this part: "So the truncate operation on ABC would only initialize the foreign keys of Recipient Schema".What is: only initialize? So records on Recipients won't be deleted?I need only to delete (truncate) records on ABC.