Ok, so I decided to go the saved search route, but...
# suitetalkapi
b
Ok, so I decided to go the saved search route, but does anyone have any examples of the PHP Toolkit and adding criteria to filter it down to specific items? In my case, I have a saved search that has the criteria of
type is Requisition
and
File: URL is not empty
. Now, when I go to search it, I want to be able to search on the internal (or external) id of the requisition itself, however, I'm not sure how to go about it
b
don't really have php examples
you can try the documentation for modifying an existing saved search by adding filters
b
yeah, that's actually where I am right now