Scriptcase Full Link [top]
http://localhost/scriptcase/apps/orders_grid.php?customer_id=id
Passes complex datasets, sets target application states, and manages multi-window workflows. Step-by-Step Configuration of a Full Link
Open your source application (e.g., grid_customers ) in the Scriptcase development environment. In the left-hand menu, navigate to the folder and click on New Link . 2. Select the Target Application scriptcase full link
When a user clicks a Full Link, the current application is unloaded, and the new application loads in its place. This is highly useful for creating clean, sequential workflows where the user moves from an overview screen to a detailed editing or viewing screen. Full Link vs. Other Link Types
The most common use of the Full Link is turning a database field into a clickable URL in a Grid. http://localhost/scriptcase/apps/orders_grid
The Full Link allows you to:
Two frequent obstacles are and opening links in a new tab . Full Link vs
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.
: Create connections between a Grid and a Form, typically to edit a specific record.
Unlike frameworks like Laravel or CodeIgniter, which require writing code line-by-line, Scriptcase adopts a visual approach. It acts as a bridge: it connects to your existing database (MySQL, PostgreSQL, SQL Server, Oracle, etc.) and generates a fully functional PHP application based on that structure.
| Placeholder | Description | |------------------|------------------------------------------| | field_name | Value of the current row’s field | | [var_name] | Session or global variable | | master_field | Value from master record | | [value] | Literal value | | @pk | Primary key of current record |