Scriptcase Full [top] Link Jun 2026
In the world of low-code development, stands out as a powerful tool for generating complete web systems directly from a database. One of its most versatile, yet often misunderstood, features is the "Full Link" option. Whether you are a beginner trying to pass a parameter or an expert building complex dashboards, understanding the Scriptcase Full Link is essential for creating seamless, dynamic applications.
You can combine the Full Link with Scriptcase’s modal components.
: Configures automatic redirection after specific events, such as "Redirect after insert" or "Redirect after update". Display Modes
sc_link(Column, Application, Parameters, “Hint”, “Target”); scriptcase full link
If you edit data in a Form via a Full Link and return to the Grid, the Grid might display cached data. You can force a refresh by using Scriptcase macro sc_exit(sel) or managing the navigation via code.
While Scriptcase is powerful, it is not without flaws. A detailed review must address these common critiques:
: In a form field, clicking a "search" icon to open a separate lookup grid, selecting a record, and returning that value to the original form. In the world of low-code development, stands out
Select the destination application from your project list (e.g., a Form application to edit the selected order). Click Next . Step 5: Map the Parameters
Mastering the Scriptcase Full Link: A Deep Dive into Cross-Application Data Passing
: Newer versions like Scriptcase 9.7 introduced enhanced properties for application links, allowing grids to link directly to forms or other applications using "open iframe" or "modal window" modes. You can combine the Full Link with Scriptcase’s
: Links allow you to pass "Global Variables" (e.g., [var_id] ) from a source application to a destination application, ensuring that the second app opens with the correct context (like a specific customer's record).
Select the unique identifier field from your current Form (e.g., order_id ).
Navigate to your Scriptcase project explorer and open the application where the link will originate (e.g., a Grid application displaying a list of orders). Step 2: Access the Links Menu
Mastering the "Full Link" functionality in ScriptCase elevates you from building isolated screens to creating fully integrated, data-driven web systems. By linking applications, passing parameters, and customizing user flows, you can create complex enterprise applications with minimal code.
This is the most critical step for a Full Link. You must map the fields or global variables of the source application to the input parameters or primary keys of the target application.