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