Scriptcase Full Link ((link)) Page
It creates a straightforward, linear user experience (Page A →right arrow
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.
To configure a URL field:
Scriptcase is installed on a web server (local or cloud). Once installed, users access it via a browser. The interface is divided into projects. Each project can contain multiple applications (forms, grids, reports). scriptcase full link
This generates a functional URL that ScriptCase understands, complete with necessary session and security tokens. You would commonly use this within events like onRecord to dynamically set a field's value to a clickable button or link.
import requests # The Scriptcase Full Link url = "http://myserver.com/scriptcase/apps/api/report_grid.php?report_id=5&format=json" response = requests.get(url) print(response.json())
Scriptcase automatically sanitizes standard link parameters, but when building dynamic links via sc_link , validate user privileges before executing the macro. It creates a straightforward, linear user experience (Page
In rapid application development (RAD), connecting different modules seamlessly is critical for a smooth user experience. Scriptcase, a powerful PHP development platform, addresses this need through its robust linking system. Among the various link types available, the stands out as the most comprehensive method for connecting distinct applications while maintaining strict control over data flow, application behavior, and user navigation.
You can define a global variable in your target application using the square bracket syntax: [glo_user_id] .
Before creating a Full Link, ensure your target application has defined global variables in its SQL WHERE clause or onLoad events (e.g., WHERE customer_id = [glo_customer_id] ). When configuring the Full Link, Scriptcase will automatically detect [glo_customer_id] and force you to map a value to it, preventing broken queries. 2. Refreshing Parent Grids on Modal Close Once installed, users access it via a browser
It is commonly used in:
Scriptcase will automatically detect if the target application requires input parameters (like an ID or a foreign key).