Hi Ephraim,
you can create a custom rule and then change the classifier rule for that property, though on upgrade you'd probably have to change it again since you're re-using an existing field. I'm not sure what the South African ID looks like but you should be able to do similar type pattern matchings and such. Happy to help if you share the general format?
-- Alex
https://docs.intersystems.com/hs20221/csp/docbook/DocBook.UI.Page.cls?KE...
Just an update that I got this to work with the help of this article and Steve by setting the port ranges as outlined before:
Set tPortRangeStart=$G(^Ens.Config("FGTelnetRange","start"),63300)
Set tPortRangeEnd=$G(^Ens.Config("FGTelnetRange","end"),63499)
and then in the docker-compose file map them as follows:
ports:
- "8091:1972"
- "8092:52773"
- "63300:63300"
- "63301:63301"





Hi,
accessing SDA streamlets directly is actually not supported, neither is adding indices. Maybe if you could elaborate a bit what you're exactly trying to do, we can find a way to do this that won't break if we change something in product, etc.
Thanks,
-- Alex