githubbob42 / mingle2github2

0 stars 1 forks source link

Change Audit Log Usage #5583

Open githubbob42 opened 5 years ago

githubbob42 commented 5 years ago

Mingle Card: 5946 This card originated from defect card #5706

Here is a summary of the sync process from the perspective of the audit log

  1. Create a pre-sync upload audit log entry.
  2. Send the upload packet to the post process.
  3. Mobile deletes the upload queue and proceeds, although the logout button is disabled.
  4. Post sends each event to SFDC individually.
  5. When post completes it either creates an Upload Complete Audit log entry or an Upload Failed audit log entry
  6. The logout button on Mobile re-enables.

Defect card #5706 was caused by something going wrong during step#4. Step #5 never happened.

The proposal is to make these changes:

 

Test Plan

Stories

{{ table query: SELECT Number, Name, Owner, Status, 'Story Points' WHERE Type = Story and Feature = THIS CARD ORDER BY Status }}