Loading ...

Create Payment Proc

Hello everybody, today I want to write a few words about method CreatePaymentProc in graph SOOrderEntry. Among different features of this method, want to describe that it have for some reason out parameter! Take a look on it's declaration: public virtual void CreatePaymentProc(SOOr...

Fbql Brackets

Hello everybody, today I want to speak about one very interesting feature of FBQL, which I don't know if exists in BQL. Function Brackets! Take a look on following code sample: var bracketsDemo = SelectFrom<SOOrder>.InnerJoin<SOLine>.On<SOLine.orderNbr.IsEqual<SOO...