Suppress Time billed Popup or Add entry in Time billed before save
Summary
Suppress Time billed Popup or Add entry in Time billed before saveContent
When I execute the following line
_recordcontext.ExecuteEditorCommand(EditorCommand.Save);
Time billed entry pop is shown, I want add either one entry in time billed or suppress the popup before saving using C# code.
Is this possible? if possible,can you share source code
0