Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I have to setup a condition based on object id.
For example :- I have a 4 copies of list object and I have to setup different trigger actions on each of them.
Trigger Action : What i want is to check whether any value is selected in object if yes then action but it should be different for all the fours, so i want to know how to setup a condition on object id, needs to check if any values is selected in each object.
Thanks
Manish
if list box contains different fields then use getfieldselections or getselectedcount ...
Not based on ObjectID , just the field exposed by the list box. Any reason you don't just use the field name ? Are they calculations in the list box ?
copies of same object, contains same field .
That's y need to setup condition on object ID
So for example the field F1 is contained in two or more list boxes at the same moment, if the field is selected in a list box there is no way to identificate that object unfortunately.
Not sure the use case , but getselectedcount() functions will work with alternate states in latest 11.2 SR8... so if the list boxes had the same field in different states you can check the selections...
I have a Scenario, where i have to select different bands based on selection of listbox if user has selected the 1st list box then its should trigger an action and select 1st band if he selects 2nd list box then it should select 2nd band and so on.
Unfortunately all the listboxes are having same field (not calculated),if it is same field of course it will do the same filtration.
Thanks
Manish
You could use alternate states ...