I've been working all day on the following issue (fme2009). I have a small custom transformer to log some information to a seperate log, this logging is done using a pythoncaller. I want to use this custom transformer on several places in my model, and retreive custom messages using published parameters.
How do I access these published parameters, I know that within custom transformers I should use FME_MacroValues['transformer name_published parameter name'], however the transformer name is the name of the transformer in the main model, and as such always unique.
Does anyone have suggestions to solve this issue?
Paul