In the FetchWhere query, is this possible to create a join table request?
Right now, I'm using (from Postman test query)
{
"CompanyNumber": 1,
"Operator": "******",
"TableName": "wave",
"WhereClause": "co_num='1' and batch= 259809 ",
"BatchSize": 0,
"RestartRowID": ""
}
I would like to create a join on wave.batch = cartonmst.batch
Complementary question:
Any URL on FetchWhere documentation?
Thanks for any help you can provide!