Loading ...

Filters In Acumatica

Hello everybody, in this article I want to describe how filtering in Acumatica work. When I say filtering, I mean following UI part: In manuals T100 - T300 there is almost nothing about how filters work, so I want to share few bits of development information. Storage All information about f...

Types Of Fliters In Net Core

Hello everybody, today I want to make a short document about filters in .Net Core. There are by default four types of filters: Filters that implement IAuthorizationFilter which allow us to implement OnAuthorization method which allow us to add custom security logic. Filters that implement IActio...