I have to sync changes to QuickBooks anytime there are changes in CRM. Things like changes to a company's information is simple enough: if there is a change to address, phone, etc. then check a box that says "Update since last QB sync?" Then when it is checked, it only looks for CRM Account records that have this checked to update the info. That is simple enough to implement and I already have.
The other thing I want to capture with "Update since last QB sync?" is if there has been a new user added. This I'm struggling to find a simple solution for since it is in another entity. Basically, if a new user is added in Contact (or some other entity) then check the box in Account that is called "tst_UpdateSinceLastQbSync".
Any suggestions on the best way to handle this?