I'm trying to route a call to a variable that I'm getting back from a AEP application. The problem that I'm having is that I can't assign the intrinsic data to a variable with type "DN".
I've gotten the value into a string and logged it so I know it's there and correct. Is there any way to convert from a string to another type? I tried
CONVERT im TO DN varsdn
but this didn't work.
Thoughts?
I've gotten the value into a string and logged it so I know it's there and correct. Is there any way to convert from a string to another type? I tried
CONVERT im TO DN varsdn
but this didn't work.
Thoughts?
Comment