Search Master and Details tables together | 
	
									
	6/8/2017 17:33:10 | |
| PHPRunner Tips and Tricks | ||
| 
	 
		
 Here is how you can search master and details tables together. For instance you have Orders and OrderDetails tables and need to find orders that contain a certain product. 
 SELECT
 $srchObj = SearchClause::getSearchObject("orders");
  | 
	
									
	||
| 
 
 J 
 | 
						 
							jackwood 6/8/2017 | 
| 
 
 Hi Sergey , Can it be implemented in PHPRunner V.8.1 ?  | 
											|
| 
 
 | 
						 
							romaldus 6/9/2017 | 
| 
 
 Thanks  | 
											|
| 
 
 | 
						 
							Sergey Kornilov admin 6/13/2017 | 
| 
 
 This functionality only exists in PHPRunner 9.7 and later.  | 
											|
| 
 
 G 
 | 
						 
							gwomble 10/31/2017 | 
| 
 
 Is this possible in ASP Runner as well, I tried implementing it but it doesn't seem to work  | 
											|
| 
 
 R 
 | 
						 
							Rigmantas 11/30/2017 | 
| 
 
 hi,   | 
											|
| 
 
 M 
 | 
						 
							monoofy 2/7/2018 | 
| 
 
 tried also, but with no luck $srchObj = SearchClause::getSearchObject("clients");
  | 
											|