When using a full link to insert new detail records, the foreign key from the master application is missing.
Unlike simple field links or capture links, a Full Link treats the destination application as a complete, independent entity. It allows you to:
I can provide specific code snippets or database schema configurations to match your exact project environment. scriptcase full link
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)
As your project grows, keep documentation of which links exist between applications, what parameters they pass, and what business logic they implement. This will save countless hours during maintenance and debugging. When using a full link to insert new
If your detail table contains hundreds of thousands of rows, the embedded application may slow down the parent Form's load time. Ensure that the foreign key column in your database management system (DBMS) is indexed. Indexes allow the database engine to isolate filtered child rows instantaneously. Global Variable Conflicts
if(!empty(url_field)) sc_link(url_field, url_field, , "Click to visit link", "_blank"); url_field = "<img src='../lib/img/link_icon.png'>"; If you are linking to a form, Scriptcase
Are you looking to pass between them?
This ensures that your application is portable and scalable.