Updating Properties and Processing Activities with 'data'

A message processing result returned by an agent in the 'send_message' response or via the 'set_message_status' call, can be processed by the OFSC system to perform the following actions:

  • update all company-defined properties of activity, inventory, resource, user, as well as a specific set of activity fields. Properties are updated by entity-related triggers, for example, resource properties are updated by resource-related triggers, etc.

  • cancel activities and set non-scheduled activities

The fields to be assigned and the corresponding values are passed in the 'data' field.

The #params? string is used as a delimiter between 'data' itself and the passed parameters. The format of the parameter line is similar to URL. The & character is used as a delimiter between different parameters. Names and values of parameters are URL encoded.