Create Price List

Hello, I need to create a form where I can review a list of products and be able to place their prices.

This must be done in several stores, then in my application I must be able to choose a store and review the articles.

My question is how can I have a list with the items ordered by type and brand so that the person only has to quickly choose one and set the price.

I have built this, but cannot capture the store name:

3X_c_2_c27abbf29e6eaa7e743ccecade193f1e28724d88.gif

I have 3 tables:

1.Articulos_CEAM (Product Catalog)
2.Toma_Precios_CEAM (Save Prices)
3.Clientes (Client Registry)

Using deep links I have managed to create an action so that when selecting a record from the โ€œCEAM Articlesโ€ table a โ€œToma_Precios_CEAMโ€ form is opened with the information of the selected product:

3X_1_f_1fe3963681ffabe9b3aa70944d9cfd62db8785d9.png

I cannot capture the name of the store, which must be the one selected from the main screen.

Any idea how I can solve this, or an example of something similar? Iโ€™ve already tried everything I can think of.

This is my table "CLIENTES"

Articulos CEAM:

Toma_Precios_CEAM:

Thanks!!

Solved Solved
0 9 857
1 ACCEPTED SOLUTION

Check out this:

View solution in original post

9 REPLIES 9
Top Labels in this Space