Setting null value for dynamic list

Hello,

I am trying to set the value of a dynamic list to null, and it’s throwing error “”null” is not a valid value for attribute 2000018798.”

 

obj.setValueByAttId(ItemConstants.ATT_PAGE_TWO_LIST40, null);

 

The field is not required and I am able to manually set it to be blank, but I can’t figure out how to do this in code. I also tried setting it to just “” and that didn’t work either.

Help?

Thank you!

Joe

Agile User Asked on October 14, 2023 in Agile PLM (v9).
Add Comment
0 Answer(s)

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.