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