32
Views
7
Comments
Product Tracking system in retail application

How to track the products that customer ordered ?

Is there any forge component or API involved ?

2022-07-22 08-49-20
Laura Fidalgo

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

2022-03-25 09-38-41
shalini shivaram

Hi @Laura Fidalgo ,

In my application, I should be able to track the product based on customer Id

2022-07-22 08-49-20
Laura Fidalgo

Don't you have a link between customer and order?

2022-03-25 09-38-41
shalini shivaram
2022-07-22 08-49-20
Laura Fidalgo

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

2024-07-05 14-16-55
Daniël Kuhlmann
 
MVP

Hi Shalini,

You need to built this in OutSystems.

Regards,

Daniel


UserImage.jpg
Anuli Hande

@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.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.