http://your-domain.com/scriptcase/apps/app_name/?param1=value¶m2=[var]
Because the Full Link is a standard HTTP GET request, you can call Scriptcase applications from any external system (Java, Python, PowerApps, Zapier).
Example: Calling a Scriptcase report from a Python script: scriptcase full link
import requests
# The Scriptcase Full Link
url = "http://myserver.com/scriptcase/apps/api/report_grid.php?report_id=5&format=json"
response = requests.get(url)
print(response.json())
While Scriptcase is powerful, it is not without flaws. A detailed review must address these common critiques: http://your-domain
Scenario: From a customers grid, link to orders grid filtered by customer ID. Because the Full Link is a standard HTTP
Full Link:
index.php?app=orders&customer_id=customer_id
Configuration: