You need to sign in to do that
Don't have an account?
WilliamShrewsbury
Custom field pulling wrong date
On our opportunity page when it is marked closed won and paid it is changing the paid date to the day before at 7:00 pm. Can be edited but trying to figure where and why it is pulling the day before. Has anyone run into anything like this or have any ideas?
How is Paid_Date populated?
If you have a workflow, check Field Update formula value.
Hi
Are you using the Opportunity Close Date as your Paid Date?
Regards
Charly
Turns out that in within in the class it was using system.Today() instead of system.now() to set the date. After that was updated it seems to have solved the problem. Thanks all for the replies