Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save BrianMRO/934dfd3f3d8f197fbe6d71a4be96f125 to your computer and use it in GitHub Desktop.
Save BrianMRO/934dfd3f3d8f197fbe6d71a4be96f125 to your computer and use it in GitHub Desktop.
Acumatica Mobile Demo - Tags - ZZBlogSetupMaint Graph
using PX.Data;
using PX.Data.BQL.Fluent;
namespace BLOG.Common
{
public class ZZBlogSetupMaint: PXGraph<ZZBlogSetupMaint>
{
#region Data Views
[PXViewName("Blog Preferences")]
public PXSelect<ZZBlogSetup> Preferences;
public PXSave<ZZBlogSetup> Save;
public PXCancel<ZZBlogSetup> Cancel;
#endregion
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment