Article Details
Id:11869
Product:finPOWER Connect
Type:NEW
Version:2.01.00
Opened:09/05/2014
Closed:14/05/2014
Released:27/06/2014
Job: J013222

Web Services; Summary Page (version 2) type Scripts are now better handled

'Summary Page (version 2)' type Scripts can be called as Custom Web Services.

Typically, built-in Key Details type Scripts can be passed a 'source' parameter which is the Id of the record to summarise, e.g., to show the built-in Account Key Details Script (assuming it has a Script Id or Web Service Name of 'AccountKey'), you would use the following Custom Web Service URL:

/Api/Custom/AccountKey?source=L10000

A complete HTML page will be returned, including finPOWER Connedct application shortcut URLs (although currently, not those generated from Actions such as the 'Review' links on the Account Status Summary Page).

The returned HTML embeds the relevant CSS style sheet and icons.

NOTE: Images such as the Client's image are not supported as at version 2.00.00.08 of Web Services and embedding of icons is not supported by Internet Explorer versions prior to version 9.

Only certain built-in Summary Page Scripts can be called in this way, e.g., the built-in Account Summary Script assumes it has been passed a finAccount object and cannot therefore be run as a custom Web Service.