Instead of forcing users to open a modal pop-up or redirect to a new page to edit a record, a Full Link can render a data-entry Form directly underneath the selected Grid row. This minimizes navigation fatigue and speeds up data curation tasks. Troubleshooting and Optimization Tips
To maximize the efficiency of your Scriptcase Full Links, keep these advanced tips in mind: 1. Utilizing Global Variables Effectively
: Allows you to create a custom button in the application's toolbar that, when clicked, redirects the user to another module or external URL. 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.
Think of it as a bridge. For example, you can have a listing all customers and, by clicking a "Full Link" button or a field in a row, automatically open a Form application to view or edit that specific customer's details, without requiring any manual coding for the navigation or data transfer. Instead of forcing users to open a modal
: Opens a secondary grid to select a value and return it to the current form. Scriptcase 2. Implementation Steps To generate a link manually within the Scriptcase Development Environment Open Source Application
Scriptcase uses several specialized link types to manage how users interact with data: Utilizing Global Variables Effectively : Allows you to
The you are trying to link (e.g., Grid to Form, Dashboard to Control).
that manages the entire lifecycle of navigation and data passing between a source application (like a Grid) and a destination application (like a Form) Feature Overview: Scriptcase Application Links
This is the most critical step. Scriptcase will analyze the target application to see what fields or global variables it expects.