Newbies Deeeep Mehta Posted May 25, 2010 Newbies Posted May 25, 2010 Let me introduce my problem: - Product Master info database with a related db of attributes (1 master to N attributes) - Quotation db which links to Product db (M quotes to 1 productmaster) - Quotation db has its own attributes (1quote to N attributes). Right now I lookup the attributes of the related master and export them to file and import them to quotationattributes, but this is ugly and leaves files on the client. Productmaster has an key var ProductID Productattrib is linked via ProductID Quotation has a key var QuotationID and is linked to productmaster via productID Quotationattrib is linked via QuotationID. Is there any way I can script so that the attributes from productmaster get copied to quotationattrib?
bruceR Posted May 26, 2010 Posted May 26, 2010 Why export-then-import? You can import directly; or you can go through a looping script and write the records.
Recommended Posts
This topic is 5355 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now