Quantcast
Viewing all articles
Browse latest Browse all 2504

Save date and notes in Task table [.NET Add-Ins] (2 Comments)

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 ?

Code Block


Viewing all articles
Browse latest Browse all 2504

Trending Articles