You need to sign in to do that
Don't have an account?
Simrin
Populate a list depending on other list dynamically
I have below Usecase
I have a Master detail relation.
I have Two pages displaying list of objects.
Page1 - Displaying list of Oject1 and Object 2
pageblocktable (Displaying List of Object A and List of Object B, Columns in Object B are dependent on values of Object A)
Column1A | Column2B | Column2C | Column2D
Page2 - Displaying list of Oject2 (No problem is this one)
Object1 (Detail)
-Column1A Text
-Column1B Picklist(Controlling)
-Column1C Picklist(Dependend on Column1B)
-Column1D LookupUser
Object2 (Master)
-Column2A //Want it same as Column2A
-Column2B Picklist(Controlling) //Want it same as Column2B
-Column2C Picklist(Dependend on Column2B)
-Column2D
Is it feasible to do ?
If so what are logical steps ?
I have a Master detail relation.
I have Two pages displaying list of objects.
Page1 - Displaying list of Oject1 and Object 2
pageblocktable (Displaying List of Object A and List of Object B, Columns in Object B are dependent on values of Object A)
Column1A | Column2B | Column2C | Column2D
Page2 - Displaying list of Oject2 (No problem is this one)
Object1 (Detail)
-Column1A Text
-Column1B Picklist(Controlling)
-Column1C Picklist(Dependend on Column1B)
-Column1D LookupUser
Object2 (Master)
-Column2A //Want it same as Column2A
-Column2B Picklist(Controlling) //Want it same as Column2B
-Column2C Picklist(Dependend on Column2B)
-Column2D
Is it feasible to do ?
If so what are logical steps ?
My requirement was
-Column2A //Want it same as Column1A
-Column2B Picklist(Controlling) //Want it same as Column1B
In visual force page, I detect which value is displayed and based on that I display a dynamic list.
Which list will be displayed is decided from front end and the values comes from backend.
All Answers
-Column1A Text
-Column1B Picklist(Controlling)
-Column1C Picklist(Dependend on Column1B)
-Column1D LookupUser
Object2 (Master)
-Column2A //Want it same as Column1A
-Column2B Picklist(Controlling) //Want it same as Column1B
-Column2C Picklist(Dependend on Column2B)
-Column2D
My requirement was
-Column2A //Want it same as Column1A
-Column2B Picklist(Controlling) //Want it same as Column1B
In visual force page, I detect which value is displayed and based on that I display a dynamic list.
Which list will be displayed is decided from front end and the values comes from backend.