Hi,
Firstly, thanks an serious appreciation to DavidK for not just assisting, but resolving my dilemma with populating field values from list data.
I need similar advice on this question;
I have 5 lists in a UX component which are set to "persist to local storage", IOW Offline.
List1 fields required for dropdown explicit cascading
List1:IntExt from List2:IntExt Works fine in offline as field gets auto populated when connected
List1:Area from List2:Area (Cascaded from above dropdownbox) Issue starts here as there are 2 choices in the above field
List1:Type from List2:Type (Cascaded from above dropdownbox) Multiple choices
List1:Condition1 from List2:Condition1 (Cascaded from above dropdownbox) Multiple choices
List1:Condition2 from List2:Condition2 (Cascaded from above dropdownbox) Multiple choices
List1:LE from List4:LE (Cascaded from above dropdownbox) Multiple Choices Multiple choices
List1:TopCoat from List1:LE field value AND List4:TopCoat Product (Cascaded from above dropdownbox) Multiple choices
List1:Primer from List3:Primer Product (Cascaded from above dropdownbox) Multiple choices
List1:Waterproof from List5:Waterproof product (Cascaded from above dropdownbox) Multiple choices
List and field descriptions
List1 = Specifications (This is the list i use to capture new records from data obtained from the other lists)
List2 = Substrates (This is the 1st source of info and also the fields which forms the basis for filtering on the other lists). Fields = IntExt, Area, Type, Condition1, Condition2
List3 = Primers (source for explicit filtering on a dropdown box for List1. Linking/filtered fields: IntExt, Area, Type, Condition1, Condition2, Primer product
List4 = TopCoats (Source for explicit filtering on a dropdown box for List1. Linking/filtered fields: IntExt, Area, Type, Condition1, Condition2, TopCoat product, LE
List5 = WaterProof (Source for explicit filtering on a dropdown box for List1. Linking/filtered fields: IntExt, Area, Type, Condition1, Condition2, WaterProof product
I'm really thanking you in advance
Firstly, thanks an serious appreciation to DavidK for not just assisting, but resolving my dilemma with populating field values from list data.
I need similar advice on this question;
I have 5 lists in a UX component which are set to "persist to local storage", IOW Offline.
List1 fields required for dropdown explicit cascading
List1:IntExt from List2:IntExt Works fine in offline as field gets auto populated when connected
List1:Area from List2:Area (Cascaded from above dropdownbox) Issue starts here as there are 2 choices in the above field
List1:Type from List2:Type (Cascaded from above dropdownbox) Multiple choices
List1:Condition1 from List2:Condition1 (Cascaded from above dropdownbox) Multiple choices
List1:Condition2 from List2:Condition2 (Cascaded from above dropdownbox) Multiple choices
List1:LE from List4:LE (Cascaded from above dropdownbox) Multiple Choices Multiple choices
List1:TopCoat from List1:LE field value AND List4:TopCoat Product (Cascaded from above dropdownbox) Multiple choices
List1:Primer from List3:Primer Product (Cascaded from above dropdownbox) Multiple choices
List1:Waterproof from List5:Waterproof product (Cascaded from above dropdownbox) Multiple choices
List and field descriptions
List1 = Specifications (This is the list i use to capture new records from data obtained from the other lists)
List2 = Substrates (This is the 1st source of info and also the fields which forms the basis for filtering on the other lists). Fields = IntExt, Area, Type, Condition1, Condition2
List3 = Primers (source for explicit filtering on a dropdown box for List1. Linking/filtered fields: IntExt, Area, Type, Condition1, Condition2, Primer product
List4 = TopCoats (Source for explicit filtering on a dropdown box for List1. Linking/filtered fields: IntExt, Area, Type, Condition1, Condition2, TopCoat product, LE
List5 = WaterProof (Source for explicit filtering on a dropdown box for List1. Linking/filtered fields: IntExt, Area, Type, Condition1, Condition2, WaterProof product
I'm really thanking you in advance
Comment