Oleg Nesterov
Oleg Nesterov
I'm getting numerous errors like this while trying to make from MacOS `main.cpp:3306:2: error: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent...
After assigning content type to list (actually sharepoint creates new list scoped content type based of the first one) its unable to rename it. (or assign new name while adding...
Meta seems to be sorting fields added to the list by type. Is there a way to remove that sorting cause its is expected to fields to be added in...
I've created field within the list with a MultiChoiceFieldDefinition (checkboxes) but then i found out that i need to change it to ChoiceFieldDefinition (radiobuttons). So changing MultiChoiceFieldDefinition to ChoiceFieldDefinition in...