Forum Discussion

KevinPlant's avatar
KevinPlant
Qrew Cadet
8 years ago

Adding multiple child records to a parent record

I am creating a 'Request for quotation' (RFQ) parent record which is saved with a reference number (Record ID). Once saved i need to add, as child records,any number of 'Configuration' records.

I have the necessary relationships set up and i can display a filtered grid edit report of 'Configurations' from which i can use the dropdown [Related RFQ] to add multiple records to the RFQ.

My issue is that the [Related RFQ] dropdown will list all previously created RFQ's too - providing the opportunity to mistakenly add 'Configuration' records to other RFQ's. How can i ensure that 'Configurations' can only be added to the current RFQ record?

Thanks