I feel like I’ve always done this the hard way and just curious if there’s an easier way others have…
When writing a process that interfaces with a WSS list, via a Web Service, you need to reference the internal name of a field within the SPListItem. Today, the way I get that is either using SharePoint Explorer or by going to the field and getting the name off the URL (last part of the querystring).
Anyone have a better way to obtain the internal name of a field?