Skip to content

Instantly share code, notes, and snippets.

@ste-bel
Last active December 15, 2021 22:50
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 ste-bel/e3e6938a2170b8c1e2acb3a450ba7806 to your computer and use it in GitHub Desktop.
Save ste-bel/e3e6938a2170b8c1e2acb3a450ba7806 to your computer and use it in GitHub Desktop.
[PXDBString(10, IsUnicode = true, IsKey = true)]
[PXDefault(PersistingCheck = PXPersistingCheck.NullOrBlank)]
[PXUIField(DisplayName = "Class ID", Visibility=PXUIVisibility.SelectorVisible)]
[PXSelector(typeof(CustomerClass.customerClassID), CacheGlobal = true)]
[PXFieldDescription]
[PXReferentialIntegrityCheck]
public string CustomerClassID { get; set; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment