Taking Created Record Id After "executeEditorCommand"
Content
Hi All,
We had to create Add-In due to customer's needs.
Our goal is,
We have a cıustom button which is exucute the commant(executeEditorCommand) and create a incindent.
After the creation operation is fnished, we will add attachment to the incident which is customer loaded into the custom add-in.
WorkspaceRecord.executeEditorCommand('Save');
Our problem is this incindet under construction and, doesn't have WorkspaceRecordId(When we tried to get return -(Nagative value)
Is it possible to get the ID of this indcident that was created?
Regards.
0