Scriptcase |top| Full - Link

Standard wizard-driven links are fast but rigid. Implementing a custom Full Link becomes necessary when your enterprise application requires advanced logic:

Works seamlessly across multiple database technologies.

You can define a global variable in your target application using the square bracket syntax: [glo_user_id] .

The Scriptcase development environment is web-based, allowing for collaborative work. The typical development lifecycle includes: scriptcase full link

When building dashboards, you can use a Grid application containing KPI summaries as a control panel. By linking individual rows to detailed charts or breakdown grids using a Full Link, users can click on a summary row (e.g., "North American Sales") and see the detailed regional breakdown render immediately on the same page. 3. Inline Data Editing

For example, to link to a form called " customer_edit " and pass a record ID:

Full links translate beautifully to mobile devices, preventing crowded multi-window or nested iframe layouts that break mobile UI. Step-by-Step: How to Create a Full Link in Scriptcase Standard wizard-driven links are fast but rigid

A developer-constructed URL using Scriptcase macros (like sc_link or standard HTML anchor tags combined with sc_make_link ). It provides total control over target attributes, custom parameters, and conditional execution. Why Use a Full Link?

Binds an application call to a custom PHP or Javascript button. Adding an "Add New Record" wizard to a top toolbar.

The you prefer (e.g., Modal, Iframe, Same Window)? 3. Inline Data Editing For example

Opens a lookup application to select a value and return it to a form field.

Scriptcase provides a native macro to generate the correct Full Link automatically.

Sometimes you need complete control over URL construction, such as when linking to external websites or when ScriptCase's built-in macros don't fit your specific use case. In these situations, you can construct full URLs manually using PHP.