Help

Table Of Contents
FILEMAKER PRO HELP 748
Examples
Returns 5 when FileMaker Pro is calculating the fifth repetition of a repeating field.
Related topics
Functions reference (category list)
Functions reference (alphabetical list)
About formulas
About functions
Defining calculation fields
Using operators in formulas
Get(ConnectionAttributes)
Purpose
Returns the name of the current file’s host and the name of the certificate authority that issued the
SSL certificate used to secure the connection.
Format
Get(ConnectionAttributes)
Parameters
None
Data type returned
text
Originated in
FileMaker Pro 13.0
Description
Get(ConnectionAttributes) returns an empty string if:
the current file is not hosted
the host is not FileMaker Server
the host does not use an SSL certificate to secure the connection to the client
Examples
If the host is named “group_server” and the current SSL certificate was issued by XYZ Inc.,
Get(ConnectionAttributes) returns:
[ Peer Certificate ]
commonName: group_server
CA Issuers: XYZ Inc.