Hi all,
We use letter activity entity for SMS integration and I have a strange "state update" some of my records.
"SYSTEM" user update just "statecode" and break my record state/status matching, so my record status changed to "cancelled (2) - draft (2)"
I got this sql command from trace log data
update [ActivityPointerBase] set [StateCode]=2, [ModifiedOn]='06/07/2017 09:37:55', [ModifiedBy]='SYSTEMUSERID', [ModifiedOnBehalfBy]='MY USER ID' where ([ActivityId] = 'ACTIVITY ID')
My environments is MS CRM 2015 7.0.0.3543 (DB 7.0.0.3543)
Do you have any idea?
*This post is locked for comments