Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version for SharePoint Subscription Edition? #109

Open
PisuToSem opened this issue Apr 8, 2024 · 6 comments
Open

Version for SharePoint Subscription Edition? #109

PisuToSem opened this issue Apr 8, 2024 · 6 comments
Assignees
Labels
help wanted needs: more information status: next-version-ideas To be checked for the next version type: enhancement New feature or enhancement of existing capability

Comments

@PisuToSem
Copy link

Hi,
I have one wish. Would it be possible to make a version for SharePoint Subscription Edition?
The 2019 or Online version doesn't work with it.
Thanks in advance.

@bramdejager
Copy link
Owner

That is unfortunate, happy to look into this but I don't have a SharePoint Subscription Server running for testing purpose. I believe the CSOM for SharePoint Online should work. But maybe it needs some code changes to support SPSE?!

Any help is appreciated!

@bramdejager
Copy link
Owner

Please provide also the logging info, check out Report a bug

@Willarki
Copy link

@bramdejager I'd be interested in having a crack at this. Deploying SE farms now and just ran into the same issue.

@bramdejager
Copy link
Owner

@Willarki that is great, let's start with the basics. Can you provide me the logging info, check out Report a bug

@bramdejager bramdejager added type: enhancement New feature or enhancement of existing capability needs: more information status: next-version-ideas To be checked for the next version labels Dec 17, 2024
@gszdev
Copy link

gszdev commented Dec 18, 2024

@bramdejager
Here are some details.

For SharePoint 2019 Client Browser (v3.12):

Screenshots:
image
image
image

Log file:
SharePoint 2019 Client Browser_SPCB-DEV-SPSEF01-20241218.log

For SharePoint Online Client Browser (v4.20):
Screenshots:
image
image
image

Log file:
SharePoint Online Client Browser_SPCB-DEV-SPSEF01-20241218.log

I'm running Visual Studio 2022 on SharePoint Subscription Edition. With the source code I'll be able to debug SPCB to get more details.

A lot of properties do not exist or do not work. I think a own version (conditional build) for SharePoint Subscription would be helpful.
Here are some sample properties:

Users:
AadObjectId, EmailWithFallback, HexCid

Lists:
AdditionalUXProperties, Author, Color, ExcludeFromOfflineMode,HasCopyMoveRules, HasContentAssemblyTemplates, HasFolderColoringFields, HasListBoundContentAssemblyTemplates, HighPriorityMediaProcessing,Icon, IsContributorOwnerEnabled, IsDefaultDocumentLibrary, IsPredictionModelApplied, DefaultItemOpenInBrowser, ListFormCustomized, ListSchemaVersion, ShowHiddenFieldsInModernForm, TemplateTypeId

ListItems:
Author, ...

@schumov
Copy link

schumov commented Jan 10, 2025

Opening a site on Sharepoint SE is not working due to missing some properties.
Using the option "Force loading all settings and object" does not open the site at all.
Error-->
image
without "Force ..." option, site is opened but cannot expose the "Lists" tree.
Error-->
image

log file:
SPCB-ISCN5CG2100K8L-20250110.log

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted needs: more information status: next-version-ideas To be checked for the next version type: enhancement New feature or enhancement of existing capability
Projects
None yet
Development

No branches or pull requests

5 participants