ZintJoseph
8 years agoQrew Captain
Copy Master Detail - Child to Child
Here is the scenario.....close but no cigar!
I have a set of tables (Parts Type, Parts Descriptions, Parts Line Items and Part Orders)
This is setup so that I can add multiple parts orders while building these orders out through conditional drop downs.
Now I have added two more tables, Refg Part Kits and Refg Part Kit Line Items.
This kit creation is tied to the tables above. With this I can build a kit, name it, and add parts from my master part tables which is where my pricing sits.
I am simply trying to create "template" of kits and copy those line items into the order.
As you can see from the screen shot, I am getting the quantity, but none of the part line items. I cannot react fast enough to do a screen shot of the error, but it is telling me that the FID is not found. I have the FID looking at the kit selector drop down.
Here is the code that I have in my import button....the other issue is I am not sure about the table
ID and what that should be
"javascript:void(copyMasterDetailButtonHandler('©Fid="&[KitSelector]&"&destrid=0&sourcerid=" & [Record ID#] & "', 'bmf2g9mun'))"
I have a set of tables (Parts Type, Parts Descriptions, Parts Line Items and Part Orders)
This is setup so that I can add multiple parts orders while building these orders out through conditional drop downs.
Now I have added two more tables, Refg Part Kits and Refg Part Kit Line Items.
This kit creation is tied to the tables above. With this I can build a kit, name it, and add parts from my master part tables which is where my pricing sits.
I am simply trying to create "template" of kits and copy those line items into the order.
As you can see from the screen shot, I am getting the quantity, but none of the part line items. I cannot react fast enough to do a screen shot of the error, but it is telling me that the FID is not found. I have the FID looking at the kit selector drop down.
Here is the code that I have in my import button....the other issue is I am not sure about the table
ID and what that should be
"javascript:void(copyMasterDetailButtonHandler('©Fid="&[KitSelector]&"&destrid=0&sourcerid=" & [Record ID#] & "', 'bmf2g9mun'))"