Scriptcase Full Link Access

To truly understand the "Full Link", you must differentiate it from Scriptcase's other linking methods:

| Feature | Internal Link | External Link | Full Link | | :--- | :--- | :--- | :--- | | Structure | page_name.php | https://google.com | http://server/app/page.php | | Domain Included | No | Yes | Yes | | Session Passing | Automatic (via SC) | Manual | Configurable | | Use Case | Navigation inside same app | Going outside Scriptcase | Passing data to another SC app |

You can link two unrelated grids using Full Links manually. The master grid sends the ID via Full Link to the detail grid. scriptcase full link

Scriptcase is a low-code PHP web application development platform that generates PHP code and CRUD applications rapidly. It targets developers and teams who need to build data-driven web apps, admin panels, reports, dashboards, and APIs quickly using existing databases.

The Full Link allows you to:

The most common use of the Full Link is turning a database field into a clickable URL in a Grid.

| Problem | Likely Cause | Solution | |---------|--------------|----------| | Link shows raw field | Wrong placeholder case | Use exact field name as in DB/scriptcase | | Filters not preserved | Missing @search | Append &appname_search=@search | | Infinite redirect loop | Target app redirects back | Add &nm_x=1 to break loop | | Security error | Missing token/session | Include &app_var_session=1 | To truly understand the "Full Link", you must


In the world of rapid application development (RAD), few tools have maintained the staying power and dedicated user base of Scriptcase. For developers and businesses looking to modernize legacy systems or build web applications quickly, understanding the "full link"—the complete lifecycle from database connection to deployment—is essential.

This article provides a detailed analysis of Scriptcase, covering its architecture, the development workflow, key features, and how it bridges the gap between idea and deployment. In the world of rapid application development (RAD),


Use full link: ✓
Link: index.php?app=invoice_view&inv_id=invoice_id&print=1