diff --git a/AcumaticaSmartsheetIntegration21R1.zip b/AcumaticaSmartsheetIntegration21R1.zip index 600341c..83e9523 100644 Binary files a/AcumaticaSmartsheetIntegration21R1.zip and b/AcumaticaSmartsheetIntegration21R1.zip differ diff --git a/DeploymentSource/Bin/PX.SmartSheetIntegration.dll b/DeploymentSource/Bin/PX.SmartSheetIntegration.dll index 655686e..af7ac87 100644 Binary files a/DeploymentSource/Bin/PX.SmartSheetIntegration.dll and b/DeploymentSource/Bin/PX.SmartSheetIntegration.dll differ diff --git a/DeploymentSource/_project/pages_pm_pm301000_aspx.xml b/DeploymentSource/_project/pages_pm_pm301000_aspx.xml index aed7e7b..ee289e3 100644 --- a/DeploymentSource/_project/pages_pm_pm301000_aspx.xml +++ b/DeploymentSource/_project/pages_pm_pm301000_aspx.xml @@ -58,16 +58,9 @@ - - - - - - - \ No newline at end of file diff --git a/PX.SmartSheetIntegration/PM/ProjectEntrySmartsheetExt.cs b/PX.SmartSheetIntegration/PM/ProjectEntrySmartsheetExt.cs index 6908e2b..0c8f78e 100644 --- a/PX.SmartSheetIntegration/PM/ProjectEntrySmartsheetExt.cs +++ b/PX.SmartSheetIntegration/PM/ProjectEntrySmartsheetExt.cs @@ -332,10 +332,6 @@ public void CreateUpdateGanttProject(ProjectEntry projectEntryGraph, PMProject p columnPosition += 1; } - projectEntryGraph.Actions.PressSave(); - //Cache is cleared to avoid "Another process has updated PMTask" error. - projectEntryGraph.Actions.PressCancel(); - smartSheetHelperObject.UpdateAcumaticaTasks(projectEntryGraph, pmProjectRow, pmSetupSSExt, updatedSheet, columnPositionMap, templateMappingSet); projectEntryGraph.Actions.PressSave();