Table of Contents
When users use the login button, they only see a blank page.
Some users do not automatically have access to the named credential that was created, as it is not included in the Filenize User or Admin permission set. To address this issue, you need to create a new permission set or edit the user’s profile. Follow the instructions below:
For Legacy Named Credentials:
Open Named Credential Access.
Add your named credential to the Enabled Named Credentials column.
For New Named Credentials:
Open External Credential Principle Access.
Add your principle to the Enabled External Credential Principals column.
Users don’t see Authentication Settings for External Users under their personal settings
Salesforce hides the menu item if the user lacks access to any named credential within the organization. To address this, create a new permission set or edit the user’s profile with the following steps:
For Legacy Named Credentials:
Open Named Credential Access.
Add your named credential to the Enabled Named Credentials column.
For New Named Credentials:
Open External Credential Principle Access.
Add your principle to the Enabled External Credential Principals column.
As an admin i don’t see my sites or subsites when configuring my SharePoint instance
This can be due to a couple of reasons:
Your Named Credential URL is directly targeting your site or subsite. Ensure the URL ends with http://sharepoint.com.
You may not have read permission on the site or subsite. Ensure your SharePoint admin has provided you with the necessary access rights.
If you have recently been granted read permission, the method to display available sites and subsites is indexed by SharePoint. SharePoint refreshes its indexes every couple of minutes to an hour, and we do not have control over this process.
The workaround is to fill in the site or subsite in the search field and click on "Use" when done. The value can be found in the URL when visiting SharePoint Online, for example, .../mycompany.sharepoint.com/sites/SITE/SUBSITE/...
As a final note, it is important to configure Filenize with a user that has full control rights in SharePoint to avoid further permission issues.
As a user im not able to see a parent folder even though i have access to a subfolder
This is how SharePoint operates. A user retains access when directly accessing a subfolder but cannot navigate through the hierarchy from the parent folder to the subfolder. Filenize cannot alter the standard behavior of SharePoint. However, in Filenize, you have the option to pin the subfolder, allowing users to be directly directed to the specific folder they have access to.
Does Filenize use any middleware or additional endpoints outside of Microsoft?
Filenize directly communicates with the SharePoint API customized by the admin without utilizing a middle layer. During the installation of an app containing additional endpoints from AppExchange, users are always prompted to acknowledge potential risks. Filenize, however, only uses the endpoints provided by Microsoft to have access to Microsoft visual icons, which are:
Learn more about these endpoints here: https://learn.microsoft.com/en-gb/microsoft-365/enterprise/urls-and-ip-address-ranges?view=o365-worldwide&redirectSourcePath=%252fen-us%252farticle%252fOffice-365-URLs-and-IP-address-ranges-8548a211-3fe7-47cb-abb1-355ea5aa88a2
“If the package contains a remote site setting, you must approve access to websites outside of Salesforce. The dialog box lists all the websites that the package communicates with. We recommend that a website uses SSL (secure sockets layer) for transmitting data. After you verify that the websites are safe, select Yes, grant access to these third-party websites and click Continue, or click Cancel to cancel the installation of the package.” (https://help.salesforce.com/s/articleView?id=sf.distribution_installing_packages.htm&type=5 )
For detailed instructions on setting up the connection between Salesforce and SharePoint, refer to the documentation at 3. Connecting Salesforce with SharePoint. The connection is established using Salesforce Named Credentials, ensuring control.
It's essential to add the following domains to the Named Credential:
API Resources: https://<your_tenant_name>.sharepoint.com
API Authentication: https://login.microsoftonline.com/
As a user I’m not able to create a folder hierarchy where the total path is longer than 400 characters
The entire decoded file path, including the file name, can't contain more than 400 characters for SharePoint. The limit applies to the combination of the folder path and file name after decoding. (https://learn.microsoft.com/en-us/office365/servicedescriptions/sharepoint-online-service-description/sharepoint-online-limits)
As a user I occasionally get an 503 error
503 indicates the SharePoint service isn't ready to handle the request. The common cause is that SharePoint is experiencing more temporary load spikes than expected. Unfortunately, this also impacts Filenize.
Add Comment