Processor
A processor is a software component that is responsible for modifying/adding business objects in the Planon application.
It reads the transformed messages and, for example, creates a business object.
Processors are specific to the kind of message and consequently need to be custom made by creating an IPnInboundMessageProcessor app and registering it for a systemType and messageType combination.
* 
•    If there are multiple processors, all will be executed.
•    Processors are written in the Planon as a Platform IDE.