It's all about the answers!

Ask a question

How to check for empty script in RTC


Chidambaram L (2343369) | asked Mar 02 '16, 7:35 a.m.
edited Mar 02 '16, 7:36 a.m.
We are using RTC 5.0.2:
Dojo Calculated Value script is giving weird error.
How to check for 0 bytes scripts ?

Also what is the version of dojo in RTC 5.0.2 & RTC 5.0.1.

Accepted answer


permanent link
Dinesh Kumar B (4.1k413) | answered Mar 02 '16, 8:31 a.m.
JAZZ DEVELOPER
edited Mar 02 '16, 8:40 a.m.
If you know the project area, open it in eclipse client > switch to the Links tab > the scripts are listed in Attachments section along with their sizes...


regarding the dojo version :
for v502, it is 1.8.4 from my setup..

I used
   dojo.version.toString();
from a calculated value script writing to a string attribute.

similar script applied on a string attribute in v501 would give us appropriate version on your 501 setup.

hope this helps..
Chidambaram L selected this answer as the correct answer

Your answer


Register or to post your answer.