Address Expressions
From Keyfax Wiki
Expression | Databox Value | Result | Comments |
---|---|---|---|
AddrFull() | Inter•View Address question response | e.g. Mr P Graddon, 10, Station Rd., Parkstone, Tel: 01202 733 767 | The Address data is held in an XML packet |
AddrMain() | Inter•View Address question response | e.g. Mr P Graddon, 10, Station Rd., Parkstone | Formats comma separated list of address elements excluding then Name and any contact details Telephone nos, Fax and Email |
AddrName() | Inter•View Address question response | e.g. Mr P Graddon | Formats Title, Inits and Surname elements |
Item("Name") | Inter•View Address question response | Name item from address (see 'Address Items' for a list of address field names - see below) | Item returns a named item from a multi-value DataSource such as an Address or an SQL data source returning multiple colunms where individual column values are returned using the column name e.g. Item("colName") |