$account.getName

Gets the name of the account whos id is known.
Syntax
    $account{getName}{account_id}
    $account.getName{account_id}
DocumentationGets the name of the account with the given id.

    Parameters:
      account_id, the id of the account whos name is requested.
    Returns:
      the name of the account.
Examples
How to get the names of all accounts:

    $//Get all account ids and use the forEach loop to get the account name for each id
    forEach{id}{$account{list}}
      {
      $//Get the name of the next account and store it in the variable name
      $set{name}{$account{getName}{$get{id}}

      ...
      }
GroupSpecial
Minimum required transaction-mode:NONE
Required scripting permission of the developerPERMISSION_FL_EXPERT
Minimum parameters1
Maximum parameters 1