Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I'm trying to identify when a context variable type is a password in a tJavaRow but I don't know how to do it. Is there a way to do it?
Thank you
Of course, I used a tJavaFlex and then a tFilterRow in order to filter the null values. I don't know which is the minor version to compile the code but it must be greater than v6.1 because the context method "getContextType(String)" doesn't exist.
Here it goes:
It appears that there has been upgrade to Context variables in v7. Sorry I said it couldn't be done. However I was using v621 and looking at the code, it couldn't be done with that version. The getContextType(String) makes it possible. A useful bit of code 🙂