Hi all,
I am having an error on Navision 2013 about Navision Attain Hash 1.0'. Can we still use it ? Or is there another solution to work around it ? I am not able to compile my codeunit or either get my md5....
Yeah I read this topic...but my concern is I will have to install the automation on every client ,so If I could write a function that does the ComputeMD5 in C/AL code or making use of a .net dll it would have been better.Do you have any idea how to proceed ?
Answers
I am using this blog as reference to make my function in Navision but I got stuck on this code :
for (int i = 0; i < data.Length; i++)
{
sBuilder.Append(data.ToString("x2"));
}
For the 'data' variable I used system.Array in Navision ,but unfortunately I do not know if I have to specify its dimension.....Its very confusing.
Thanks for answering...I figured out how to do it ....I played around the variables and found the solution.