Skip to content

Instantly share code, notes, and snippets.

@jvanhoesen
Created November 25, 2020 21:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jvanhoesen/14e9fdb4738f956f2b414d54ef27cc6b to your computer and use it in GitHub Desktop.
Save jvanhoesen/14e9fdb4738f956f2b414d54ef27cc6b to your computer and use it in GitHub Desktop.
EPApproval Descr CacheAttached
#region CacheAttached
[PXDBString(60, IsUnicode = true)]
[PXDefault(typeof(MyDac.description), PersistingCheck = PXPersistingCheck.Nothing)]
protected virtual void EPApproval_Descr_CacheAttached(PXCache sender) { }
#endregion
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment