This commit is contained in:
2021-06-11 17:21:43 +00:00
parent a6813d53a6
commit a3933fca9b

View File

@@ -4302,6 +4302,7 @@ namespace AyaNova.Biz
//sub wo tags here.
proposedObj.Tags = WorkorderInfo.Tags;
proposedObj.Name=WorkorderInfo.Serial.ToString();
//STANDARD EVENTS FOR ALL OBJECTS
await NotifyEventHelper.ProcessStandardObjectEvents(ayaEvent, proposedObj, ct);