Article Details
Id:10074
Product:finPOWER
Type:NEW
Version:5.07.40
Opened:25/05/2012
Closed:28/05/2012
Released:22/06/2012
Job: J009690

HTML Summary pages; added new Application shortcut hyperlink to handle automating running of Scripts

HTML Summary pages on the Loan and Collections forms now include a facility to automate running a script.

The format of the hyperlink is as follows:

<a href='app://script?id=[scriptid]&targetobjectid=[loanid][options]'>hyperlink text</a>

Where:

  • [scriptid] = the code of the script to run.
  • [loanid] = the code of the loan to run the script for.
  • [options] = additional options. At present the only other option is "&autorun=true", which runs the script without any user interaction.

so, an example might be:

<a href='app://script?id=test&targetobjectid=L10000&autorun=true'>Run TEST Script for Loan L10000</a>