FORMULA LANGUAGE
Returns a list of enabled or disabled ports.
Syntax
@GetPortsList( [ portType ] )
Parameters
[ portType ]
[ENABLED]
Returns a list of currently enabled ports.
[DISABLED]
Returns a list of currently disabled ports.
portsList
@GetPortsList is used by the Public and Personal Address books to determine the list of available ports for each Location record. You can then select a port from that list.
This function does not work in column formulas, selection formulas, or selective replication formulas.
You cannot use this @function in Web applications.
Example