I have a table of Billing Lines matching certain product codes and I’m looking to query those, but I also have another object called a Reclassification related to a Billing Line that has Reclassification Lines. A Billing Line can be Reclassified using a Reclassification into multiple Reclassification Lines. If a Billing Line is reclassified I want to query not the Billing Line, but all the Reclassification Lines matching my original query instead. This should make a single table comprised of both Billing Lines and Reclassification Lines that match the original query (specific product codes).
How do I go about merging 2 different objects with similar fields into rows on a single table?
Question
Merge 2 objects into a single table?
This topic has been closed for replies.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.