This code transforms each record's title into a clickable link that opens the problem details form, passing the record ID automatically.
A Full Link in Scriptcase is an advanced navigation and data-transfer mechanism that binds two applications together dynamically. Unlike standard HTML hyperlinks or basic text links, a Full Link automatically handles the underlying request architecture (GET/POST variables), opens target applications within customizable frames or modal windows, and synchronizes database keys between a source application (like a Grid) and a target application (like a Form or Control). Key Technical Attributes
Scriptcase offers several operation modes for how the target application appears to the user: Replaces the current application entirely. scriptcase full link
Are you looking to link (e.g., Grid to Form, Grid to Dashboard)?
Configure additional settings such as displaying the "Exit" button on the target application so the user can navigate back to the original grid. Click or Finish . Advanced Tip: Passing Global Variables via Full Link This code transforms each record's title into a
You can define a global variable in your target application using the square bracket syntax: [glo_user_id] .
Usually a Form or another Grid (e.g., form_order_details ). Ensure the detail application has a global variable (e.g., [v_order_id] ) defined in its SQL WHERE clause to filter incoming data. Step 2: Access the Links Menu Click or Finish
: You can configure how a link behaves—opening in the same window, a modal popup, a new browser tab, or an external window.
A full link in Scriptcase is a native feature that connects a source application (like a Grid or a Dashboard) to a target application (like a Form, Calendar, or another Grid). Unlike simple HTML hyperlinks, a Scriptcase full link automatically handles:
You will be presented with several options. Choose This is the foundation of a Full Link. 3. Choose the Target Application
Moving sequentially from a list (Grid) to a data-entry screen (Form).