-
-
Save Dioris/dfdb49060df1f07a80e493864d0d91a4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[PXProjection(typeof(Select<SOOrder, | |
Where<SOOrder.approved, Equal<True>>>))] | |
public partial class SOOrderApproved : SOOrder | |
{ | |
public new abstract class orderNbr : PX.Data.BQL.BqlString.Field<OrderNbr> { } | |
//List of attributes that apply. | |
public override string OrderNbr { get; set; } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment