Skip to content

Instantly share code, notes, and snippets.

View tlanzer-aktion's full-sized avatar

Tony Lanzer tlanzer-aktion

View GitHub Profile
@tlanzer-aktion
tlanzer-aktion / AttributeVsClass.cs
Created October 25, 2022 19:43
Class vs. Attribute
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using PX.Objects;
using PX.Data;
using PX.Data.BQL;
namespace Aktion.Common.Acumatica.NoCodeChanges
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Acumatica.PX.Main</id>
<version>22.100.178</version>
<description>Acumatica PX common main libraries</description>
<authors>Aktion Associates</authors>
<references>
<reference file="PX.Common.dll" />
<reference file="PX.Common.Std.dll" />