What are the Columns that are added within a Web part in the Site itself called when you are trying to get it back in the Web Service? I have a recently added column that is Yes or No for the answer. When i return the list GetListitems(), I get the item, but i do not see it as an attribute/ How does one access this data? is it it some sort of ViewField? Or FieldType? Help please.
Share
Custom columns need to be added using the viewFields property:
More info on msdn (full sample there)