Hi,
I have to implement like attached screen-shot is is possible ?
hi,
i think in order to get a proper answer, you probably need to explain a little bit more on what you want to achieve and give us a little bit more context on the domain model. Also what is the problem that you are facing, where you are stuck etc.
Sharing an example application with a problem description will most likely also increase the chances of getting a proper answer fast.
Cheers
Mario
Ok, thanks Mario.
So as you can see in my post i have attached one screen shot in that i have take Location,Currency and Amount Field, so when i select Location from first lookupField then remaning two lookupField is also change based on first selection.
So i want to differentiate it and save it in DB with different / multiple row
My db structure is as below :
skey
ratecardkey
projectrolecode
location
currency
amount
So i need to save data as
hi,
i think now it is clearer. Can you also explain the Entity relationship?
Do you currently one or two entities defined. For me it looks like you have the normal composition. You can read more about it here: https://www.cuba-platform.com/guides/data-modelling-composition#one_to_many_composition
The parent entity would contain the Ratecardkey
and the Projectrolecode
and the child entity consists of the three attributes location
, currency
and amount
. Then you can create multiple of the child entities.
Additionally you would have a link between parent & child entity.
Then you can also a dynamic list of child entities.
Cheers
Mario
Hi Mario,
This is my entity relationship: