Skip to content

Instantly share code, notes, and snippets.

@ste-bel
Created December 15, 2021 22:44
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/3f1dd1c3d2a12b58a0d98b40db7105f5 to your computer and use it in GitHub Desktop.
Save ste-bel/3f1dd1c3d2a12b58a0d98b40db7105f5 to your computer and use it in GitHub Desktop.
// Child Key
[PXDBDefault(typeof(BCBinding.bindingID))]
[PXDBInt(IsKey=true)]
[PXParent(typeof(Select<BCBinding, Where<BCBinding.bindingID, Equal<Current<BCBindingBigCommerce.bindingID>>>>))]
[PXUIField(DisplayName="Store", Visible=false)]
public int? BindingID { get; set; }
// Parent Key
[PXDBIdentity]
[PXUIField(DisplayName="Store ID", Visible=false)]
public int? BindingID { get; set; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment