Follow-Up task carrying forward Completed DateTime and saving to database.

SOLVED

Anyone else experiencing this? When creating a follow-up task that you to another task that you are completing. When the follow-up task appears on your screen (status set to pending) after original save, it carries forward the completed time from the previous task, and saves it to the database. I find this to be extremely strange considering if you take a task and set the status to pending it automatically wipes out the completed date. I applied a trigger to the Communications table on the Insert to fix this, but individuals will still want to wipe out that date which takes time and adds up. More importantly if they didn't wipe that date out it messes with our reporting.

Parents Reply Children
  • +1 in reply to Sage CRM
    verified answer

    Thank you for the input... I did have a something in the Create Script which I applied as an attempt to fix this issue. However, once I removed it my issue disappeared -_- Like I said I applied this when I first noticed this issue, and now removing it got rid of the Issue. At least it is fixed, and in case it happens again I am just going to leave the coding I have built on the Trigger that at the Database level to ensure the issue doesn't come back and start messing with the system. Completely baffled!