[SOLVED] Â Lookup Wizard WHERE condition by using a master table field |
3/28/2020 12:51:26 PM |
PHPRunner General questions | |
J
jacktonghk authorDevClub member
I have an order master file and an order detail table. I also have an item price catalog table which stores item prices for different customer groups. |
|
![]() |
Admin 3/28/2020 |
Please take a look at this: |
J
|
jackwood 3/29/2020 |
Please take a look at this: https://xlinesoft.com/phprunner/docs/sql_variables.htm You can use SQL variables to reference a field from the Master table.
|
![]() |
Admin 3/29/2020 |
@Jaja, |
J
|
jacktonghk authorDevClub member 3/29/2020 |
Please take a look at this: https://xlinesoft.com/phprunner/docs/sql_variables.htm You can use SQL variables to reference a field from the Master table.
|
![]() |
Admin 3/29/2020 |
You can. PHPRunner provides getMasterRecord API call that will help you access data of the master record. |
J
|
jacktonghk authorDevClub member 3/30/2020 |
You can. PHPRunner provides getMasterRecord API call that will help you access data of the master record. https://xlinesoft.com/phprunner/docs/getmasterrecord.htm
|