From fd1657456d1ff6da64b71e91fbec5abbfd0c89ed Mon Sep 17 00:00:00 2001 From: Michael Mittermair Date: Thu, 4 Feb 2021 06:44:56 +0100 Subject: [PATCH] Added SetStateDynamicEntity to MessageNameEnum --- spkl/SparkleXrm.Tasks/CrmPluginRegistrationAttribute.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/spkl/SparkleXrm.Tasks/CrmPluginRegistrationAttribute.cs b/spkl/SparkleXrm.Tasks/CrmPluginRegistrationAttribute.cs index e7297081..3c8d5c52 100644 --- a/spkl/SparkleXrm.Tasks/CrmPluginRegistrationAttribute.cs +++ b/spkl/SparkleXrm.Tasks/CrmPluginRegistrationAttribute.cs @@ -214,6 +214,7 @@ public enum MessageNameEnum SetLocLabels, SetRelated, SetState, + SetStateDynamicEntity, TriggerServiceEndpointCheck, UnlockInvoicePricing, UnlockSalesOrderPricing, @@ -228,9 +229,9 @@ public enum PluginStepOperationEnum } public enum StageEnum { - PreValidation= 10, + PreValidation = 10, PreOperation = 20, - PostOperation =40 + PostOperation = 40 } #endif \ No newline at end of file