You need to sign in to do that
Don't have an account?

Checkbox on lightning component page to select value of picklist
Hi,
I have a custom lightning page,
There are set of opportunity products, which gets added as a record. Every record has a picklist value.
But in the event of 100 products, i need to manually go and set the picklist value, even if they are same.
What i want is, if i can have a checkbox at the lightning component, which when checked, will populate the same picklist value as selected on the first record, and still allows the user to change the picklist value for records he wants to.
This way it will be easier for him
I have a custom lightning page,
There are set of opportunity products, which gets added as a record. Every record has a picklist value.
But in the event of 100 products, i need to manually go and set the picklist value, even if they are same.
What i want is, if i can have a checkbox at the lightning component, which when checked, will populate the same picklist value as selected on the first record, and still allows the user to change the picklist value for records he wants to.
This way it will be easier for him
Or implement on the onChange event of picklist field.
We are doing this process in js controller,so it will notmake difference if they are created or not