How to track the products that customer ordered ?
Is there any forge component or API involved ?
Hey @shalini shivaram,
Can you give more context about what you need?
Isn't it enough to associate the product id with the order when it's created?
Cheers
Hi @Laura Fidalgo ,
In my application, I should be able to track the product based on customer Id
Don't you have a link between customer and order?
As of now, No we don't have a link
I see. You probably should think about linking the customer to the order (if possible, of course) because the tracking you want, needs to come from your database. No forge component or API will give you that
Hi Shalini,
You need to built this in OutSystems.
Regards,
Daniel
@shalini shivaram
If you want track the product based on customer Id then ,you should link the customer table to the order table. You can use one-to-many relation between customer table and order table. The tracking you want, needs to come from your database.
Please refer bellow document
https://success.outsystems.com/Documentation/11/Developing_an_Application/Use_Data/Data_Modeling/Entity_Relationships/Create_a_One-to-Many_Relationship
Regards ,
Anuli.