(occupying the full viewport) rather than in an IFrame or modal Scriptcase Guide to Creating a "Full" Application Link
I can provide the exact SQL syntax or parameter mapping steps for your setup. Share public link
Ready to experience the power of Scriptcase Full Link for yourself? Here's how to get started:
Passes primary and foreign keys without manual coding. scriptcase full link
When we talk about the "full link" in Scriptcase, we are referring to the seamless integration between the , the Business Logic , and the User Interface . Here is how the architecture flows:
: Makes a specific data field (e.g., "Customer ID") clickable to open a related record. Button Link
When the parent Form loads a record, Scriptcase assigns the record’s primary key value to an internal global variable. When the embedded child application initializes inside an iframe or a page division, it reads this global variable. (occupying the full viewport) rather than in an
Download the Scriptcase Free Trial today and start building robust web systems in minutes.
Less time developing means lower project costs.
// Inside a Scriptcase button or custom event $full_link = $this->app->getConf('http_path') . "apps/inventory/products_grid.php"; // Or with parameters $full_link_with_param = $this->app->getConf('http_path') . "apps/inventory/products_grid.php?product_id=" . $this->data['product_id']; When we talk about the "full link" in
Click to complete the wizard. Generate the source application source code and run it to test the integration. Practical Use Cases in Enterprise Software 1. Master-Detail Schemas
Mastering the Scriptcase Full Link: How to Create Seamless Master-Detail Applications