function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
BabluBablu 

Capture the unqualified by and unqualification Date

When an agent changes the lead status to Unqualified we need to identify the Name of the user who changed the status to Unqualified and date also in two dieffernt fields (Unqualified by , Unquliafied date)

2 custom field :
1. Unqualified by : we need to disply the user name who unqulaified the Lead
2. Unqualified Date : We need to disply the date/time of the Unqualification 

Thanks in advance.
Bablu
Vishal_GuptaVishal_Gupta
Hi,

you can write a trigger on Lead and in that trigger you can find the current user name and current date time, which you can save in your two custom fields.

Please let me know if need more inputs.

Thanks,
Vishal
BabluBablu
Hi Vishal,

Can we write workflow rul with Field update instead ? 
Vishal_GuptaVishal_Gupta
Hi,

Yes it make sense to use workflow rule and we can achieve it using workflow rule.

Thanks,
Vishal