You are not logged in.
Announcement
Unanswered posts
|
Pages: 1

I'm using 4.1.2 of open studio, I usually use 4.0.0RC1 as its less buggy but i've inheritted a project written in open studio 4.1.2. I've just written a custom code routine and put it into a tMap like so:
customFunctionsWithVeryLongName.fixEmail(row4.Email)
But when the job runs it gives and error saying it can't find customFunctionsWithVeryLongName class, after looking at the code its putting a carriage return after the class name and therefore breaking the code?!:
// # Vars tables
Var__tMap_3__Struct Var = Var__tMap_3;
Var.var1 = customFunctionsWithVeryLongName
.fixEmail(row4.Email);
I've tried having a tiny class name or very long (as above) to see if that makes a difference but doesn't seem too... any ideas?
Offline
Hi gabbs,
1- Make sure your routine is created in your studio
2- Try to enter "routines." and then, do a Ctrl+Space. Check that your routine appears in the list displayed
Let me know if that helped.
Offline
Pages: 1