Scriptcase Full Fix Link Review

Technical Report: ScriptCase "Full Link" Feature

1. Overview

ScriptCase is a low-code development platform for generating PHP web applications (forms, grids, charts, reports).
The Full Link feature allows developers to create dynamic URLs that link between applications (or external pages) while preserving context, filters, search parameters, and master-detail relationships.

6. Integration and Security

Scriptcase includes built-in modules for: scriptcase full link

Full Link:

Modular Architecture: You can build small, reusable applications (like a generic search tool) and link them across various parts of your project. Technical Report: ScriptCase "Full Link" Feature 1

// 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'];

Full Link Value: http://localhost/scriptcase/apps/orders_grid.php?customer_id=id getConf('http_path') . "apps/inventory/products_grid.php"

The benefits of using Scriptcase Full Link are numerous. Some of the most significant advantages include: