Save and Close incident in AddIn
Content
Hello!
I'm having trouble closing an incident through an addin. I tried using the EditorCommand structure, but nothing happens:
_recordContext.ExecuteEditorCommand(EditorCommand.SaveAndClose);
I could do it using a named event, but wonder why the other way doens't work.
Any ideas?
Laura
Tagged:
0