bramdejager / spcb

The SharePoint Client Browser (SPCB) uses the CSOM to connect to a remote SharePoint site collection and shows the site structure with related properties and values.
GNU General Public License v2.0
173 stars 48 forks source link

FieldLink properties not initialized for SharePoint 2019 and SharePoint Online #96

Closed gszdev closed 4 years ago

gszdev commented 4 years ago

Hi @bramdejager, please can you add (load) the "ReadyOnly", "ShowInDisplayForm" and the "Displayname" properties of FieldLinks inside content types (site and list conten types).

Thanks.

Here are the error messages The property or field 'DisplayName' has not been initialized. It has not been requested or the request has not been executed. It may need to be explicitly requested. The property or field 'ReadOnly' has not been initialized. It has not been requested or the request has not been executed. It may need to be explicitly requested. The property or field 'ShowInDisplayForm' has not been initialized. It has not been requested or the request has not been executed. It may need to be explicitly requested.

bramdejager commented 4 years ago

Hi, updated the SPCB tool and released new packages. This includes your request to load the additional properties. Have fun! https://github.com/bramdejager/spcb/releases