Scriptcase Full Link -
A Full Link in ScriptCase is a manually constructed or automatically generated URL that includes:
It is commonly used in:
// 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>";
A common misconception about RAD tools is that they lock you into a proprietary runtime. Scriptcase, however, generates pure PHP code. scriptcase full link
| Placeholder | Description |
|------------------|------------------------------------------|
| field_name | Value of the current row’s field |
| [var_name] | Session or global variable |
| master_field | Value from master record |
| [value] | Literal value |
| @pk | Primary key of current record | A Full Link in ScriptCase is a manually
Scenario: Pass current grid’s search filters to another report. It is commonly used in:
Full Link:
index.php?app=detailed_report&grid_name_search=@search
@searchcarries all active filter conditions.