Skip to content

Instantly share code, notes, and snippets.

@ste-bel
Created December 15, 2021 22:57
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/3bf27f18645398a7a963671495871ebb to your computer and use it in GitHub Desktop.
Save ste-bel/3bf27f18645398a7a963671495871ebb to your computer and use it in GitHub Desktop.
// GUID, defaulting by "old" algorithm (timestamp + ethernet MAC address)
[PXDBSequentialGuid(IsKey=true)]
[PXReferentialIntegrityCheck]
[PXUIField(DisplayName="ID")]
public Guid? FilterID { get; set; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment