Scriptcase !!top!! Full Link -
Because it doesn't open a popup or an iframe, it utilizes 100% of the available screen area, making it ideal for complex target forms.
The concept of a full link in ScriptCase is a fundamental pillar of application integration. By mastering both the visual linking interface and powerful macros like sc_make_link , you can build dynamic, data-driven workflows that transform a collection of separate screens into a unified business system.
Do you need assistance writing (like sc_link ) for conditional links?
When rendered, this becomes: http://localhost/scriptcase/apps/my_project/customers_grid.php scriptcase full link
Remember that the key to successful linking lies in understanding what data needs to be passed, where it needs to go, and how users should experience the transition. Plan your link structure carefully, test thoroughly, and don't hesitate to leverage ScriptCase's extensive macro library to handle the heavy lifting.
// 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>";
Refreshes the master view instantly when detail data changes. Step-by-Step Guide to Creating a Full Link Because it doesn't open a popup or an
Map the target's global variable ( [v_order_id] ) to the corresponding field in your master grid ( order_id ).
This prevents data leaks and ensures that users never see detail records belonging to a different master record. Common Use Cases for Full Links
Master Scriptcase Full Links: Build Seamless Enterprise Workflows Do you need assistance writing (like sc_link )
By mastering these linking mechanisms, you can transform independent data tables into a seamless user experience where data flows effortlessly between modules. Core Types of Application Links
If you are linking to a form, Scriptcase will ask which action buttons should be available to the user upon arrival. You can enable or disable: Insert / New record Update / Save Navigation buttons (First, Previous, Next, Last)