Topic by Sanal San
Content
Hi,
I am working on .NET Workspace Ribbon Button Addin on Task workspace. I have to save "date" in StartDate and "notes" in Notes fields of Standard Object 'Task'. For some reason save is not working.
I have used,
//RecordContext.ExecuteEditorCommand(RightNow.AddIns.Common.EditorCommand.Save);
Do I have to add any extra bit of code along with the one I have already mentioned below ?