
10 件の回答
I would create a Formula(Date) or Formula(DateTime) field and then use an IF statement that evaluates the Opportunity.Lead Source, or create a custom Field on the Lead and the Opportunity and map the field from Lead to Opportunity.
Your Formula(Date) or Formula(DateTime) would be something like:
IF(LeadSource = "X", CreatedDate, NULL)