Skip to main content
kavyam0002
July 13, 2022
Question

error

  • July 13, 2022
  • 2 replies
  • 0 views

HI am getting like this error 

what might be the reason?

    2 replies

    stefanhelzle0001
    Brainy
    July 13, 2022

    Seems like you use dot-notation to get the value of a field in an empty list of your CR_REF_PolicyAndProduct CDT.

    Did you try to replace the dot-notation with index() or property()

    gopalk2865
    Participating Frequently
    July 13, 2022

    Looks like , your code is not able to index field "currentStatusValue" . SO CDT "CR_REF_PolicyAndProduct" is an array, you will need to index the current item from this array using index() and then index into your field "currentStatusValue" .