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

Trigger on Tasks to display only related contacts to a particular Account when create a new task
Hi Everyone,
I am new in salesforce development and I want to create a trigger on Task, when I create a task and Choose an Account, after choose an Account and now I choose a Contact then Contact lookup only display contacts in lookup window that are related to that particular account rather than all contacts related to all accounts.
I need your help, please suggest me.
thanks,
Ghulam
I am new in salesforce development and I want to create a trigger on Task, when I create a task and Choose an Account, after choose an Account and now I choose a Contact then Contact lookup only display contacts in lookup window that are related to that particular account rather than all contacts related to all accounts.
I need your help, please suggest me.
thanks,
Ghulam
This cannot be implemented by using triggers. Triggers are invokved when any DML activity is performed on your object. In your scenario there are no DML activity involved.
Thanks for your help,but any suggestion to implement this...
Thanks,
Ghulam