How To Use Const In Fbql For Acumaitca 26 June 2020 Hello everybody, I want to leave a quick hint on how to use Const values in Acumatica for FBQL. Below goes sample: public class someBranch : PX.Data.BQL.BqlInt.Constant<someBranch> { public someBranch() : base(48) ... Read more on How To Use Const In Fbql...