I want to get the itemtype of every item arriving at a processor in order to calculate the variable processing cost (depends on the itemtype). I tried using the commando:
getitemtype(current)
in the onEntry trigger of the processor, but it doesn't work.
I need to count the number of products per itemtype arriving at the processor.
Any suggestions?