Documentation

pascom Cloud Phone System Documentation and Release Notes

Variables Assignment

Modify Variable Assignment

In the Connector profile you can adjust the assignment of the source variables to your needs in the tab . The naming for the used variables must be the same for the column Source, of course with the name from the Source. This way the connector knows where to import external data.

As an example, let’s say we want to save the users Job title within the pascom phone book notes field. Under the tab, enter the following line by pressing :

Variable Source
job return $row['job'];

By double clicking on the variable, you can edit it as shown below.

Neue Variable

Through this line the connector stores the content of the source data field “job” in the variable of the same name “job”. This variable must now be assigned to the note pascom phonebook field under the tab.

How the assignment of variables in the connector-structure works, we explain here.