Community

Understanding error message(simple question)

Hi all,

I am now working hard on debugging the NullReferenceException Error.

While I checking the Error message, I saw there are a "[2]" in the message.

 

Is it just simply alert me this is the second record of field("TotalPages") and field("PageNo")?

Or it is refer to the i-th index of the TotalPage[i] and PageNo[i], i.e. 3rd record of the field(array[0] refers to the first record, so array[2] should refer to the 3rd record)?

 

Thanks for clarification in advance!

Was this article helpful?

0 out of 0 found this helpful

Comments

2 comments

  • Avatar
    Permanently deleted user

    Hello,

    We may say that some rule uses non-existing object. Please send us the project and sample images to reproduce the issue and get more accurate advices.

    0
  • Avatar
    Permanently deleted user

    Hi Ekaterine,

    I put the script in the Project level but not the field level. then problem solve.

    Thanks.

    0

Please sign in to leave a comment.