Skip to content

Instantly share code, notes, and snippets.

@ste-bel
Last active December 15, 2021 22:48
Show Gist options
  • Save ste-bel/65347a15a911e6ab13b2cbb3a0bc0f14 to your computer and use it in GitHub Desktop.
Save ste-bel/65347a15a911e6ab13b2cbb3a0bc0f14 to your computer and use it in GitHub Desktop.
[PXDBGuid(false)]
[PXDefault]
public Guid? WebHookID { get; set; }
[PXDBString(128, IsUnicode=true, IsKey=true, InputMask="")]
[PXDefault]
[PXSelector(typeof(WebHook.name), new Type[] { typeof(WebHook.name), typeof(WebHook.isActive), typeof(WebHook.isSystem) })]
[PXUIField(DisplayName="Webhook Name")]
public string Name { get; set; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment