In order to use mapping scripts, we need to have two components, of which one has the Update method implemented. The mapping script is a powerful tool to update another component of which you know the ID and the parameters to update. This allows you to distribute a value from a master component to multiple other components that need to have the latest value.
The mapping script can send a value that exist in the configuration cluster or in the settings cluster automatically to an ID. This is done after the Update method. Optional is to do simple mathematics on the parameters (add (+), subtract (-), multiply (*) and divide (/)), which enables you to define for example the recipient’s parameter to be the value of the product of two parameters.