FAXL3: ActionGetSelectedContact
From fringDocumentation
ActionGetSelectedContact
Returns the User Info of the currently selected user inside the Contacts list.
If the FAXL variable containing the User Info is sent to Add-on server using ActionSendToServer, it is in the UserHash form only.
Element ActionGetSelectedContact
The following are the elements or building blocks comprising an ActionGetSelectedContact:
| Required | Direction | Name | Type | Description |
| Required | OUT | argSelectedContactVarName | string/ref | Contains the FAXL variable name of where to store the selected contact. |
FAXL Syntax
<ActionGetSelectedContact> <OUT> <argSelectedContactVarName> <value>myVarSelectedContact</value> </argSelectedContactVarName> </OUT> </ActionGetSelectedContact>