Expand your linking capabilities with these macros:
Embedded applications inside forms can look cramped on mobile devices. Use Scriptcase's built-in responsive layouts, and consider hiding non-essential columns in the detail grid to maintain clean readability on smaller screens.
What (MySQL, PostgreSQL, SQL Server) are you connecting?
The system will guide you through a wizard where you can select your destination application, define what parameters to pass, and configure how the link should behave. scriptcase full link
Select (which functions as the configuration engine for a Full Link). Click Next . 3. Select the Target Application
While the graphical wizard covers static UI elements, you can achieve a programmatic Full Link using the sc_redir() macro in application events (such as onRecord or onValidate ).
When building enterprise web applications, connecting data across different tables is a core requirement. Scriptcase, a powerful PHP low-code development platform, simplifies this process through its robust linking system. Expand your linking capabilities with these macros: Embedded
: Makes a specific data field (e.g., "Customer ID") clickable to open a related record. Button Link
To improve user experience, you may want to display a clickable icon only when a URL field contains a value, rather than showing an empty or broken link. In your grid's onRecord event:
Opens a grid modal; selecting a row populates the calling form field. Connects an entire application interface to another. The system will guide you through a wizard
Within minutes, you have a working CRUD (Create, Read, Update, Delete) interface.
Before creating the link, you must have both applications built and configured:
This code checks if the URL field has content; if it does, it creates a clickable image link; if empty, it simply displays nothing or a placeholder.
A Full Link in Scriptcase connects two applications—typically a Grid (Master) and a Form (Detail)—in a way that binds their data structures completely.