While it's a low-code tool, it allows for deep customization via PHP for complex business logic. Conclusion
To display this data to an end-user, software developers must link these tables together. In traditional coding environments, building a seamless interface where clicking a row in a parent application opens filtered data in a child application requires writing complex SQL joins, managing session variables, and handling HTML/JavaScript redirects. What is Scriptcase?
: Used in forms to select a value from another grid application (e.g., selecting a customer from a list to fill a field).
Standard wizard-driven links are fast but rigid. Implementing a custom Full Link becomes necessary when your enterprise application requires advanced logic:
: Primarily used in forms to help users select data from another table. For instance, a "Search" button next to a field might open a modal grid where the user can pick a record to populate that field. How to Create an Application Link
$link = "http://somesite.com/lookup.php?param1=" . urlencode(field1) . "¶m2=" . urlencode(field2);
It identifies primary keys and automatically maps them from the source application to the target application’s global variables ( [global_var] ).
Building robust enterprise software requires adhering to strict security protocols. When generating Full Links, implement these guardrails:
Before creating complex link structures, map out what data needs to be passed between applications. Use global variables for data that multiple linked applications will need, and use field-based parameters for single-use values.
A in Scriptcase is an advanced navigation and data-sharing mechanism used to connect two separate applications (such as a Grid, Form, Dashboard, or Control application). Unlike a standard link that simply redirects a user to another page, a Full Link allows the target application to open dynamically within a specified modal, iframe, or parent container while maintaining strict parameter passing and contextual integrity.
Start with the built-in linking system for internal connections, use macros for programmatic control when needed, and reserve manual URL construction for external links or specialized requirements. With practice, you'll be able to create sophisticated, interconnected applications that provide users with intuitive, efficient navigation through your data.
Scriptcase offers several operation modes for how the target application appears to the user: Replaces the current application entirely.