Scriptcase Full Link [hot] Jun 2026
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
: Destination application isn't getting the values you're passing. Solution : Verify parameter scope definitions in the destination application. For URL-passed parameters, scope should be GET ; for parameters from forms, use POST .
: Automatically passes parameters (like Primary Keys) from a Grid row to a Form for editing. Redirect Logic
http://your-domain.com/scriptcase/apps/app_name/?param1=value¶m2=[var] scriptcase full link
When building dashboards, you can use a Grid application containing KPI summaries as a control panel. By linking individual rows to detailed charts or breakdown grids using a Full Link, users can click on a summary row (e.g., "North American Sales") and see the detailed regional breakdown render immediately on the same page. 3. Inline Data Editing
Once you've configured the basic link, you can fine-tune its behavior through the screen:
If you're interested in learning more about Scriptcase Full Link and how to use it, here are some resources to get you started: Navigate to your Scriptcase project explorer and open
If your target form looks cramped, adjust the width and height properties in the Link configuration settings (switch from percentage to fixed pixels, or vice versa, to fit your design).
sc_link($column, $application, $parameters, $hint, $target, $height, $width);
The target application then automatically receives the value via the URL and can use it in its SQL WHERE clauses or event scripts. For URL-passed parameters, scope should be GET ;
If your link relies heavily on global variables, make sure to set their type to "In" (Input) in the target application's application settings so they do not accidentally overwrite session data elsewhere in your system. If you want to refine your application design, let me know:
For scenarios requiring programmatic control over link generation—such as sending personalized links via email or constructing dynamic URLs based on complex logic—ScriptCase provides a robust set of macros.