
This is used in a Workflow rule to determine if a User has responded to a lead since the last interaction the customer has had on our website.
IF(
Lead__r.LastActivityDate >=
CreatedDate,"Yes","No")
Error: Incorrect parameter type for operator '>='. Expected Date, received DateTime
6 个回答