Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

{
   "EntityType": "Winbooks.TORM.OM.Customer, Winbooks.TORM.OM",   
   "IsCustomization": false,
   "Alias": "this",
   "Association": {},
   "Conditions": [
      {
         "Operator": 0,
         "PropertyName": "IsLocked",
         "OtherPropertyName": "",
         "Values": [
            false
         ],
         "ValueTypes": [
            "System.Boolean, mscorlib"
         ]
      },
      {
         "Operator": 0,
         "PropertyName": "IsHidden", 
"OtherPropertyName": "",
"Values": [ false ],
"ValueTypes": [ "System.Boolean, mscorlib" ]
}
],
"Havings": [],
"ProjectionsList":
[],
"Orders": [],
"Params": {},
"FirstResult": -1,
"MaxResult": -1,
"ResultState": 0
}

The example below will get the CUSTOMERS that are unlocked and active in folder "PARFIWEB_DEMO"

...