Skip to main content
February 8, 2023
Solved

How to find TypedValue name by "it" number?

  • February 8, 2023
  • 2 replies
  • 1 view

I recently got an error that said this:

"The list of records to be saved must not be null or empty: TypedValue[it=3145,v={}] Data: TypedValue[it=3145,v={}] "

But how can I identify which field or type its referring to?

I assume that "it=3145" is a particular type or field identifier but I don't know how to look it up. I wish it would should an actual name in the error message instead of an ID / "it".

Best answer by harshitb6843

Try putting this integer value in typename() function and see if this gives you the name of the datatype expected? 

2 replies

harshitb6843
February 8, 2023

Try putting this integer value in typename() function and see if this gives you the name of the datatype expected? 

February 8, 2023

Thank you. This worked. I still think they should show the type name in the error though.