Celin.AIS.Query
Module for Celin Query Language statements.
Submit-Celin.AIS.Query
Submit a CQL statement.
- Query
- The
CQLStatement. For detail see Query Reference
Examples
Get a list of address book number and name where search type is āCā and store the results in variable $ab.
$ab = submit-celin.ais.query "f0101 (an8,alph) all(at1=C)"
Get a list of open purchase orders and store the result in variable $openPos.
$openPos = submit-celin.ais.query `
"f4311
(doco,dcto,lnid,litm,dsc1,uopn,prrc,aopn)
all(nxtr bw 280,400)"
Note: The above command uses backtick (`) to continue on the next line.