Hi Community,
What is the syntax for EntitySchemaQuery createColumnIsNotNullFilter in server side code?
Thanks
Like
1 comments
13:47 Apr 13, 2021
Hello,
Here is the example.
function OwnerFilter() {
return Terrasoft.createColumnIsNotNullFilter('[SysAdminUnit:Contact].Id');
}You can also find example it in BaseFiltersGenerateModule of NUI package.
Regards,
Dean
Show all comments