Changes

Jump to: navigation, search

Pandora Filter Examples

33 bytes added, 21:13, 28 August 2013
no edit summary
 
* This filter will look for Level 3s attached to the current level 2 with a value from the variable "exType" in the custom field 1301787:
var filter="objectid='@objectid@' and tbl_1301787.valuestr="+exType;
var od=grs.getfieldbyname(1,'oprid');
* An example of multiple criteria
<pre>
var fields="opportunityid,opportunitytype,cf_1329697,cf_1324714";
var filter="opportunitytype=11406 and (tbl_1329697.valuestr!='' and or tbl_1329697.valuestr not like '%-Done!%')";
var rs=levelone_find(false,"",appid,fields,filter,"",0,500,"");
</pre>
0
edits

Navigation menu