/SOOrderNotRMFields.cs Secret
Created
July 25, 2022 23:47
Revisions
-
Dioris created this gist
Jul 25, 2022 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,11 @@ [PXProjection(typeof(Select2<SOOrder, InnerJoin<SOOrderType, On<SOOrderType.orderType, Equal< SOOrder.orderType>>>, Where<SOOrderType.behavior, NotEqual<SOBehavior.rM>>>>))] public partial class SOOrderNotRM: IBlTable { ////Other fields public abstract class requireLotSerial : PX.Data.BQL.BqlBool.Field<requireLotSerial> { } [PXDBBool(BqlField = typeof(SOOrderType.requireLotSerial))] public virtual bool? RequireLotSerial { get; set; } }