You need to sign in to do that
Don't have an account?
Arpita1111
create a dependent multiselect picklist based on a lookup field using salesforce point and click
All,
I have a requirement in which I have a lookup filed and a multiselect picklist and based on the Account object(lookup) selected it should display main account and all its child account on the multiselect picklist.Is it possible to do it using standard salesforce functionalty. I know we can do this using vsiulaforce and apex but for only this functionality I do not want to create a new vf page and controller class.
Thanks
I have a requirement in which I have a lookup filed and a multiselect picklist and based on the Account object(lookup) selected it should display main account and all its child account on the multiselect picklist.Is it possible to do it using standard salesforce functionalty. I know we can do this using vsiulaforce and apex but for only this functionality I do not want to create a new vf page and controller class.
Thanks
sushant sus
it can only possible by vf page and controller ...
Arpita1111
Thanks Sushant.Is it possible using triggers so at least I dont have to craete a vf page and apex class. I dont have much idea on triggers so was wondering if I could do that using triggers.
sushant sus
- Its not possible through trigger you have to create vf page and class i thnk no other solution .you can check in app exchange . if may find thing usefull
- pls click like if its helpful