Is it possible to create custom dynamic text fields through the SDK? Let's say (as a bad example) that I want to display the user's computer name on every printed layout. I would write some custom C# to extract the computer name, and ideally expose it through something like:
PC name: <dyn type="custom" property="computerName">
Which would then render as:
PC name: Donald's MacBook Pro
In case it wasn't clear, I'm just using this as a simple example - this isn't actually what I'm trying to do.
I can't figure out from the documentation whether this is possible, and where the rendering actually happens? Anyone have any ideas?