10
Views
4
Comments
Solved
Pulling Data from Detail screen to show on a List Screen
Application Type
Reactive

Good day,

Usecase: I have two screens Retail and Vendor Details. The vendor has to enter a tracking number on the order for Retail. How do i get the tracking number entered by the Vendor to show on the Retail List Screen? 

Thanks

2021-06-02 20-50-04
Márcio Carvalho
Solution

It needs to be before :) 

Because you need to upload to the variable order the tracking number created.

I also saw this while testing, you need to change this on the table:

Because you are displaying the if of the tracking number, and you want the number of the tracking number.

And here you have your tracking numbers



I hope that is what you want.

Let me know if I could help you.

Kind regards,

Márcio

2021-06-02 20-50-04
Márcio Carvalho

Hello again :)

You need to put the tracking number value referenced to the order entity. Then on the server action, you need to assign to the tracking number id on the orders entity.

It would be great to share an OML to see it better :)

Kind regards,

Márcio

UserImage.jpg
Anna Dwarika

sure np

FILES.zip
2021-06-02 20-50-04
Márcio Carvalho
Solution

It needs to be before :) 

Because you need to upload to the variable order the tracking number created.

I also saw this while testing, you need to change this on the table:

Because you are displaying the if of the tracking number, and you want the number of the tracking number.

And here you have your tracking numbers



I hope that is what you want.

Let me know if I could help you.

Kind regards,

Márcio

2026-01-15 03-18-59
Vijay Malviya

Hi,

I think you need to generate a tracking number for this you can use formatText.

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