06-19-2023, 07:47 PM
this is possible yes. you have several ways of doing that
1.- Popup Filter map: https://corebos.com/docs_grav/configuration-tools/business-maps/popupfilter
2.- List Columns popup filter conditions: https://corebos.com/docs_grav/configuration-tools/business-maps/list_columns
3.- getQueryByModuleField method:
- here it is used: https://github.com/tsolucio/corebos/blob/master/Popup.php#L322
- here an example for opening assets in invoice: https://github.com/tsolucio/corebos/blob/master/modules/Assets/Assets.php#L119
1.- Popup Filter map: https://corebos.com/docs_grav/configuration-tools/business-maps/popupfilter
2.- List Columns popup filter conditions: https://corebos.com/docs_grav/configuration-tools/business-maps/list_columns
3.- getQueryByModuleField method:
- here it is used: https://github.com/tsolucio/corebos/blob/master/Popup.php#L322
- here an example for opening assets in invoice: https://github.com/tsolucio/corebos/blob/master/modules/Assets/Assets.php#L119
Joe
TSolucio
TSolucio