Skip to content

Instantly share code, notes, and snippets.

@Dioris
Created July 25, 2022 23:46
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 Dioris/d61f6b13ef068e3dd997d7be79a122e0 to your computer and use it in GitHub Desktop.
Save Dioris/d61f6b13ef068e3dd997d7be79a122e0 to your computer and use it in GitHub Desktop.
[PXProjection(typeof(Select2<SOOrder,
InnerJoin<SOOrderType, On<SOOrderType.orderType, Equal< SOOrder.orderType>>>,
Where<SOOrderType.behavior, NotEqual<SOBehavior.rM>>>>))]
public partial class SOOrderNotRM: IBlTable
{
//Fields
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment