Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

Commit

Permalink
Functionality affecting the synchronization back to Acumatica is remo…
Browse files Browse the repository at this point in the history
…ved.
  • Loading branch information
famadoz committed Jun 23, 2021
1 parent f8f257c commit 28a4088
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 11 deletions.
Binary file modified AcumaticaSmartsheetIntegration21R1.zip
Binary file not shown.
Binary file modified DeploymentSource/Bin/PX.SmartSheetIntegration.dll
Binary file not shown.
7 changes: 0 additions & 7 deletions DeploymentSource/_project/pages_pm_pm301000_aspx.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,16 +58,9 @@
<PXGridColumn TypeFullName="PX.Web.UI.PXGridColumn">
<Prop Key="DataField" Value="Duration" />
<Prop Key="Width" Value="70" />
<Prop Key="CommitChanges" Value="True" />
</PXGridColumn>
</AddItem>
<PXGridColumn DataField="ApproverID" OriginalIndex="10" />
</Children>
</PXGridLevel>
<PXGridColumn DataField="EndDate" ParentId="phG_tab_Items#1_TaskGrid_Levels#0_Columns#9" TypeFullName="PX.Web.UI.PXGridColumn">
<Prop Key="CommitChanges" Value="True" />
</PXGridColumn>
<PXGridColumn DataField="StartDate" ParentId="phG_tab_Items#1_TaskGrid_Levels#0_Columns#8" TypeFullName="PX.Web.UI.PXGridColumn">
<Prop Key="CommitChanges" Value="True" />
</PXGridColumn>
</Page>
4 changes: 0 additions & 4 deletions PX.SmartSheetIntegration/PM/ProjectEntrySmartsheetExt.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 28a4088

Please sign in to comment.