Scriptcase Full Link - Exclusive
In your source Grid, you set up a link that passes a customer_id parameter. In your destination Form, you must define a global variable (e.g., [customer_id] ) in its settings. Within the Form’s onScriptInit event, you would then use PHP to capture this value: $id_received = $_GET['customer_id']; . This variable can be used in the Form's SQL where clause to filter and display the correct customer record.
Define where the user lands when they click the "Exit" button on the target application. By default, Scriptcase routes them back to the source application.
Application links allow you to link one application to another (e.g., clicking a record in a Grid to open a Form for editing). scriptcase full link
Full Links are frequently used to build custom Master-Detail interfaces where the native Scriptcase master-detail form wizard falls short. By placing a Grid on top and using a Full Link targeted at an iframe below, selecting a row in the grid instantaneously refreshes the form below with the correct record constraints. Best Practices for Using Full Links
The sc_make_link macro is your primary tool for generating full links in code. It acts as the engine for constructing correct, secure inter-application URLs. In your source Grid, you set up a
Decide whether the detail application appears at the bottom of the master form, inside a specific block, or within a designated tab.
) is a direct connection between a source application (like a Grid or Search) and a target application (like a Form or Chart). It doesn't just open a new page; it synchronizes data by passing parameters, ensuring that when a user clicks a record, they see exactly the related information they need. Key Types of Links in Scriptcase This variable can be used in the Form's
The is more than just a hyperlink; it is the glue that binds your modules together. By mastering the setup and properties of these links, you can transform a collection of isolated tables into a professional, fluid ERP or CRM system.
Mastering the Scriptcase Full Link: A Deep Dive into Cross-Application Data Passing
The you prefer (e.g., Modal, Iframe, Same Window)?
In the world of rapid application development (RAD), stands out for its ability to turn database schemas into functional web applications in record time. However, as applications grow in complexity, developers often need to move beyond standard grids and forms.
