In Scriptcase, a is the complete, absolute URL that points to a specific form (grid, form, chart, or calendar) within your application, including all necessary parameters and filters. Unlike a relative link (e.g., products_grid.php ), the Full Link usually contains the server path, application root, and dynamic variables.
When setting up a link, you define how the destination application receives its values: : Uses a specific field value from the current record. : Sends a static/fixed value. : Passes an existing global variable. : No parameters are passed. 3. Common Link Types in Scriptcase Primary Use Case Application Link Connecting a Grid to a Form for record editing or viewing. Capture Link scriptcase full link
Before diving into the world of Scriptcase Full Link, let's take a brief look at Scriptcase itself. Scriptcase is a low-code development platform that allows users to create web applications without extensive coding knowledge. It provides a visual interface for building applications, making it an ideal choice for developers of all levels, from beginners to experienced professionals. With Scriptcase, users can create applications rapidly, reducing development time and costs. In Scriptcase, a is the complete, absolute URL
// Build a safe full link dynamically $link = "index.php?app=order_items"; $link .= "&order_id=" . urlencode($this->data['order_id']); $link .= "&status=" . urlencode($status); $link .= "&new_window=true"; // Use in button label or JavaScript echo "<a href='$link' target='_blank'>Details</a>"; : Sends a static/fixed value
When a project is ready, you use the . This feature packages all the generated PHP files, assets, and configuration files into a ZIP file.
So, what makes Scriptcase Full Link so special? Here are just a few of its key features: