~repack~ Link: Scriptcase Full

// Inside a Scriptcase button or custom event $full_link = $this->app->getConf('http_path') . "apps/inventory/products_grid.php"; // Or with parameters $full_link_with_param = $this->app->getConf('http_path') . "apps/inventory/products_grid.php?product_id=" . $this->data['product_id'];

What you are trying to link (e.g., Grid to Form, Dashboard to Chart)? scriptcase full link

Be cautious when naming your global variables if you pass custom parameters alongside the Full Link. Reusing common names like [id] across multiple unrelated applications can cause session cross-contamination, where the wrong data displays. Use explicit names like [glo_master_order_id] . Layout and Responsive Design // Inside a Scriptcase button or custom event

Map the target application's primary variables to the corresponding fields of the source application. getConf('http_path') . "apps/inventory/products_grid.php"