@KenshoTsuchihashi Great article. Appreciate your time and effort in coming up with this. I’ve a quick question.
People have been using UDF in all lower environment and also in prod sometimes directly via database client to do some debugging. for example they may want to query few properties in the blob of a queued item (of an agent or a queue processor). We wouldn’t want to expose those properties in the queue table but for debugging we use them a lot.
What do you recommend as an alternative in such scenarios? if UDF is not supported, we have lost a great standalone tool. isn’t it? I understand it should be cautiously used. May be Pega should have upgraded the report definition rules NOT to support usage of UDFs but still support UDF in the database so people can run them independently using database client.