Loading ...

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...

Submition Types In Acumatica

Hello everybody, today I want to leave a really short notice on how you can submit data into Acumatica. There are three ways: Contract-based REST API Contract-based SOAT API Screen-based SOAP API Historically the first was screen based SOAP API, and with time two others were added. Lat...