/************************************************************************************************** * Name : CVG_TaskTrigger * Description : * Created Date : 18/02/2016 * Created By : Halleux Arnaud * VERSION : 1.0 * *Modification LOG * ---------------------------------------------------------------------------------------------- * Who When What * ---------------------------------------------------------------------------------------------- * Arnaud 18/02/2016 Initial Version * **************************************************************************************************/ /** * @title: associateAccount * @descr: Each object referenced in the whatid field may be linked an account via account__c or accountid field. Copy this account over to the task to build a 360 of tasks by account * @param: before insert / update * @param: always */ /** * @title: createSupplierAction * @descr: Task can be shared with supplier through the portal. System create a supplier action. * @param: before insert after update * @param: When Direct share with contact is selected and contact field is populated */