Advertisement
Guest User

Untitled

a guest
Oct 14th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.05 KB | None | 0 0
  1. {
  2.               leftOperand : {
  3.                 leftOperand : {
  4.                   leftOperand : "attachmentdatafiledesc",
  5.                   operator : 'LIKE',
  6.                   rightOperand : '%' + currFilter.value + '%'
  7.                 },
  8.                 operator : 'OR',
  9.                 rightOperand : {
  10.                   leftOperand : "procedurecode",
  11.                   operator : 'LIKE',
  12.                   rightOperand : '%' + currFilter.value + '%'
  13.                 }
  14.               }
  15.               ,
  16.               operator : 'OR',
  17.               rightOperand : {
  18.                 leftOperand : {
  19.                   leftOperand : 'signaturerequestname',
  20.                   operator : 'LIKE',
  21.                   rightOperand : '%' + currFilter.value + '%'
  22.                 },
  23.                 operator : 'OR',
  24.                 rightOperand : {
  25.                   leftOperand : 'documentmastertypedesc',
  26.                   operator : 'LIKE',
  27.                   rightOperand : '%' + currFilter.value + '%'
  28.                 }
  29.               }
  30.             }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement