How to refresh workspace chat by workspace rule or by workspace add-in
Content
How to refresh workspace chat by workspace rule or by workspace add-in.
I tried use
var wchat = (IChat)_recordContext.GetWorkspaceRecord(RightNow.AddIns.Common.WorkspaceRecordType.Chat);
_recordContext.RefreshWorkspace();
and didn´t work.
Tagged:
0