Variable type integer limitation

 2 Replies
 0 Subscribed to this topic
 52 Subscribed to this forum
Sort:
Author
Messages
JudeBac
Veteran Member Send Private Message
Posts: 129
Veteran Member

Hi all,

What is the maximum value of the variable type integer in ProcessFlow? The reason I asked is because I have an employee number 50745130. In ResourceQuery, if I assign the result to a string varaiable say s_EE, the value is 50745130. But if I assign this to a type integer variable say i_EE, the value is 50745128. I do not have issues with smaller numbers.

Below is the Debug window result. Is this an integer limitation in ProcessFlow?

Thank you,

Jude

Variables in Process : DesignerTest Workunit : 11625, ActivityType=ASSGN, ActivityName=Assign9770, ActivityId=ASSGN14973 Date:10/06/2010 Time:14:29:08

i_EE(Type=Integer) = 50745128

s_EE(Type=String) = 50745130

JudeBac
Veteran Member Send Private Message
Posts: 129
Veteran Member
I opened a GSC ticket and it seems to be an issue. They have a JT being developed. Will provide the workaround later.

Regards,

Jude
JudeBac
Veteran Member Send Private Message
Posts: 129
Veteran Member
FYI: this is a bug and JT is being developed. I am now using variable type long instead of integer.

Regards,

Jude