Assign TransactionItem: Index was outside the bounds of the array(Calculate client security hash)

I’ve finished “Calculate client security hash”
And Run the file. and the result is like this. But all the data was updated.
How can I do more?

image

image

here, out_TransactionItem = dt_WoItem(in_TransactionNumber)
because TransactionNumber = 0

Thank for your help…

Please fix the condition in the IF.

Update the condition to below in IF condition. Because you are starting transaction number from zero, in the condition you do not need to keep less than or equal to.

in_TransactionNumber < dtWoItem.Count

Regards,
Karthik Byggari

1 Like

Thank you,
It became OK.

1 Like

Can you mark the post as solution.
Thank you for the feedback.

Regards,
Karthik Byggari

Thank you,
It became OK.

You marked the wrong post as solution.

Mark this -

5 Likes

And I have problem to pass Assignment 1 Exam.

Please help me… below is my question.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.