Scriptcase Full Link -
index.php?app=prod_details&prod_id=prod_id
The "Create Application" wizard is the engine of speed. You select a table, and Scriptcase analyzes the fields:
Within minutes, you have a working CRUD (Create, Read, Update, Delete) interface.
Error 1: White Screen or "Application Not Found" scriptcase full link
Error 2: Parameters are not being captured
Error 3: Security Block (Redirect Loop)
You can link two unrelated grids using Full Links manually. The master grid sends the ID via Full Link to the detail grid.
| Problem | Likely Cause | Solution |
|---------|--------------|----------|
| Link shows raw field | Wrong placeholder case | Use exact field name as in DB/scriptcase |
| Filters not preserved | Missing @search | Append &appname_search=@search |
| Infinite redirect loop | Target app redirects back | Add &nm_x=1 to break loop |
| Security error | Missing token/session | Include &app_var_session=1 | The "Create Application" wizard is the engine of speed
| Parameter | Effect |
|-----------|--------|
| &nm_x=1 | Do not apply master-detail filter |
| &nmgp=1 | Disable global search persistence |
| &new_window=true | Opens in new browser tab |
| &sec_name=mysec | Applies specific security filter |