Skip to content

Instantly share code, notes, and snippets.

View YuriyZaletskyy's full-sized avatar

Yuriy Zaletskyy YuriyZaletskyy

View GitHub Profile
@YuriyZaletskyy
YuriyZaletskyy / APInvoiceEntryExt.cs
Created May 4, 2021 19:46
Dynamic Selector Functionality
namespace MyProject
{
public class APInvoiceEntryExt : PXGraphExtension<APInvoiceEntry>
{
public PXSelect<MyCommand> Commands;
public PXSelect<GLTran> GLTrans;
public PXSelect<FixedAsset> FixedAssets;