Skip to content

Commit e0ba74f

Browse files
authored
Merge pull request #171 from Acumatica/feature/EDU-9554-2026R1-T200-Course-Update-Code-Snippets
Feature/edu 9554 2026 r1 t200 course update code snippets
2 parents 2785310 + 6cc471a commit e0ba74f

3 files changed

Lines changed: 20 additions & 18 deletions

File tree

Customization/T200/CodeSnippets/Step1.10.1/RS201000.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ export class RS201000 extends PXScreen {
1919
preset: GridPreset.Primary
2020
})
2121
export class RSSVRepairService extends PXView {
22-
ServiceCD : PXFieldState;
23-
Description : PXFieldState;
24-
Active : PXFieldState;
25-
WalkInService : PXFieldState<PXFieldOptions.CommitChanges>;
26-
Prepayment : PXFieldState;
27-
PreliminaryCheck : PXFieldState<PXFieldOptions.CommitChanges>;
22+
ServiceCD: PXFieldState;
23+
Description: PXFieldState;
24+
Active: PXFieldState;
25+
WalkInService: PXFieldState<PXFieldOptions.CommitChanges>;
26+
Prepayment: PXFieldState;
27+
PreliminaryCheck: PXFieldState<PXFieldOptions.CommitChanges>;
2828
}

Customization/T200/CodeSnippets/Step1.5.3/RS201000.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ export class RS201000 extends PXScreen {
1919
preset: GridPreset.Primary
2020
})
2121
export class RSSVRepairService extends PXView {
22-
ServiceCD : PXFieldState;
23-
Description : PXFieldState;
24-
Active : PXFieldState;
25-
WalkInService : PXFieldState<PXFieldOptions.CommitChanges>;
26-
Prepayment : PXFieldState;
27-
PreliminaryCheck : PXFieldState<PXFieldOptions.CommitChanges>;
22+
ServiceCD: PXFieldState;
23+
Description: PXFieldState;
24+
Active: PXFieldState;
25+
WalkInService: PXFieldState<PXFieldOptions.CommitChanges>;
26+
Prepayment: PXFieldState;
27+
PreliminaryCheck: PXFieldState<PXFieldOptions.CommitChanges>;
2828
}

Customization/T200/CodeSnippets/Step1.9.2/PhoneRepairShop_Code.csproj

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,12 @@
55
<OutputType>Library</OutputType>
66
<RootNamespace>PhoneRepairShop_Code</RootNamespace>
77
<AssemblyName>PhoneRepairShop_Code</AssemblyName>
8-
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
9-
<OutputPath>bin\$(Configuration)</OutputPath>
108
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
11-
<FileVersion>25.201.0166</FileVersion>
12-
<InformationalVersion>25.201.0166</InformationalVersion>
9+
<FileVersion>26.100.0168</FileVersion>
10+
<InformationalVersion>26.100.0168</InformationalVersion>
1311
<LangVersion>9.0</LangVersion>
1412
<Nullable>enable</Nullable>
15-
<Copyright>Copyright © 2005-2025 Acumatica, Inc. All rights reserved.</Copyright>
13+
<Copyright>Copyright © 2005-2026 Acumatica, Inc. All rights reserved.</Copyright>
1614
</PropertyGroup>
1715
<ItemGroup>
1816
<Reference Include="PX.Common">
@@ -31,8 +29,12 @@
3129
<HintPath>..\..\..\..\Bin\PX.Data.dll</HintPath>
3230
<Private>False</Private>
3331
</Reference>
32+
<Reference Include="PX.Data.BQL.Fluent">
33+
<HintPath>..\..\..\..\Bin\PX.Data.BQL.Fluent.dll</HintPath>
34+
<Private>False</Private>
35+
</Reference>
3436
<Reference Include="PX.Objects">
35-
<HintPath>..\..\..\..\Bin\PX.Objects.dll</HintPath>
37+
<HintPath>..\..\..\..\Bin\PX.Objects.DLL</HintPath>
3638
<Private>False</Private>
3739
</Reference>
3840
</ItemGroup>

0 commit comments

Comments
 (0)