In Scriptcase , "Full Link" refers to the platform's comprehensive system for connecting different applications (Grids, Forms, Charts) to create a cohesive web system. Instead of isolated pages, these links allow data and navigation to flow seamlessly throughout an entire project. Key Types of Application Links
Click , then generate the source application source code. Run the application to test the seamless link in your browser. Advanced Implementations & Best Practices
Define how the target application opens (in the same window, a new window, a modal, or an iframe).
$url = sc_make_link(form_customer_profile, customer_id=customer_id; token=[global_token]); edit_profile_button = " ⚙️ Manage Profile "; Use code with caution. Best Practices for Enterprise Security and Performance scriptcase full link
In ScriptCase, Application Links are handled by the sc_link macro, while Full Link often refers to Application Links in general. Additionally, the Edit Link type is reserved for linking a Grid exclusively with a Form for editing purposes.
Because the Full Link is a standard HTTP GET request, you can call Scriptcase applications from any external system (Java, Python, PowerApps, Zapier).
For detailed technical guidance, you can refer to the official Scriptcase Low-Code Documentation or explore their samples and templates to see how linked systems are structured. Scriptcase map fields between two applications when creating a link? Scriptcase - Simplicities of Scriptcase In Scriptcase , "Full Link" refers to the
In the left-hand application menu, locate the folder. Click on New Link . Step 3: Select the Link Type
ScriptCase Full Link is a feature within the ScriptCase platform that enables users to create a complete, direct link to a specific record or page within their application. This feature allows developers to share or access specific data or pages directly, without requiring users to navigate through the application.
If your link relies heavily on global variables, make sure to set their type to "In" (Input) in the target application's application settings so they do not accidentally overwrite session data elsewhere in your system. If you want to refine your application design, let me know: Run the application to test the seamless link
Place this code in the onRecord event of a Grid application to link an order number to a detailed invoice form.
The Full Link allows you to: