Relative Content

Tag Archive for designeroclmdrivenlowcode

MDrivenDesigner-UMLModeling -> OCL For Accessing Link table data and writing it to another model with Link table

I have contracts table, that contains multiple products, there is a many-to-many relationship between contracts and products, this yields the link table [Contract-lineitem]: While converting a contract into a purchase order, I would like read all the products but also pick extra details from contract-lineitem table that are not contained in the products table: How do I go about this during the creation of the purchase order from contracts?