Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have three listboxes as shown below. when I select a value from New Customer, I want the other two listboxes to select particular values(In_Out = 'Both' and With_Without = 'Without Properties').
My Expected Result:
Also attached my sample QVW.
Looks like there is no associate in front-end and when i see Model it's getting associate using Primary key. May be script Helps us. If you want this in UI then let us know.
Thanks Anil. I want to achieve this by anyway, please help.
Why it should be only "Without Properties" and "Both" just wondering to know. The list boxes With_Without and In_Out showing correct possible values for the selected customer.
Coz you have possible data from those two list boxes as show in table box below. Can you explain a little please...?
Initially, when I select a value from New customer, I wanted to select these values. After that we need to be able to change.
But that value is associated to both with and without...including all In_Out values as you can see in the table.
Hi,
May be as variant like at attached file?
Create a bookmark B01 with necessary selections. Create variable vBM with value =If(GetSelectedCount(Customer_EntityName)>0, 1, 0). The variable goes to state 1 if it is selected in "New Customer". In the document properties, define a trigger for changing the variable vBM which uses the previously created bookmark B01 when changing a variable.
Regards,
Andrey
Hi,
Try with a trigger, as shown below: