×
Menu
Index

General (FastTab)

General (FastTab)
1

Code

1. Code
Specifies a Site Setup code.
2

Site Title

2. Site Title
Specifies a site description.
3

Parent Site Setup Code

3. Parent Site Setup Code
Specifies a parent Site Setup code.
4

Server Name / URL

4. Server Name / URL
Specifies the URL of the SharePoint site. If Microsoft Dynamics NAV has to communicate with more SharePoint sites, setup must be entered for each.
5

SharePoint On-line

5. SharePoint On-line
Specifies that this connection is to SharePoint On-line, which requires a different connection authorization method.
6

SharePoint Version

6. SharePoint Version
Specifies SharePoint Version. Supported versions are:
  • SP 2010
  • SP 2013
  • SP 2016
  • SP 2019
  • SP Online
7

Import Config. Package Code

7. Import Config. Package Code
Specifies the configuration package to be used for communications from SharePoint to Microsoft Dynamics NAV, assuming the web service (Codeunit 4065003) has been be published. For more information about publishing, see 1.1.1. How to install NavSherpa. The web service provides functionality for updating records in Microsoft Dynamics NAV. The functionality uses a configuration package for checking if it is possible to change the data in Microsoft Dynamics NAV and contains the settings for determining the correct field order, for validation etc. The update functionality works in a similar way to standard rapid start importing. This field is used in automated functions which download data from SharePoint to NAV.
8

Don't Expect 100-Continue

8. Don't Expect 100-Continue
Specifies whether to use header and body in one request. Place a checkmark in this field when the proxy server communication does not support sending separate header and body request.
9

Author SP Field Internal Name

9. Author SP Field Internal Name
Specifies the SharePoint internal name for the field "Author". If this field is filled in, the program automatically sends a value with the current user id to the "Author" field in SharePoint for each list or library. This field is not required when specified in Fields Mapping (FastTab).
10

Editor SP Field Internal Name

10. Editor SP Field Internal Name
Specifies the SharePoint internal name for the field "Editor". If this field is filled in, the program automatically sends a value with the current userid to the "Editor" field in SharePoint for each list or library. This field is not required when specified in Fields Mapping (FastTab).
11

Default Site For Permissions Level

11. Default Site For Permissions Level
Specifies the "SharePoint Site Setup" that is used for access groups and permissions.
 
Note:
Only one "SharePoint Site Setup" can be marked as the default web.
12

Upload Files Immediately

12. Upload Files Immediately
Specifies a default settings for newly created List Setups, to change actual behavior go to the SharePoint List Setup Card/General (FastTab).
13

Directory For Temporary Files

13. Directory For Temporary Files
Specifies the directory on the server where the program will upload files for SharePoint.
14

Hide Confirm During Creation

14. Hide Confirm During Creation
Specifies whether to hide confirmation messages during site creation.
15

Site Language ID

15. Site Language ID
Specifies the site language that applies to the list of site templates.
16

Site Template Title

16. Site Template Title
Specifies the template that is used to create the site via Actions (Ribbon)/Create Site On SP.
17

Reference Table

17. Reference Table
Specifies the reference table ID that is used for dynamic sites. Sites can be static, such as "Sales Site" or dynamic, such as "Job 10000". Dynamic sites can only be connected with one table.
18

Reference Table Record ID

18. Reference Table Record ID
Specifies the reference RecordID that is used for dynamic sites. The program uses the Reference Table RecordID for "default" site creation.
19

Authentication

19. Authentication
Specifies the type of authentication used for the SharePoint server connection.
  • OAuth - Connection uses OAuth authentication method. This method needs an access token, which you can set up using Setup NavSherpa Access Token wizard. If the connection is from the Role Tailored client, user credentials of the client machine are used (from Windows). If the connection is from the NAV service tier, user credentials from service are used (functions running as job queues on the application server).
  • By Logged In - Connection uses credentials from a logged in user. If the connection is from the Role Tailored client, user credentials of the client machine are used (from Windows). If the connection is from the NAV service tier, user credentials from service are used (functions running as job queues on the application server).
  • By User - Connection uses credentials from field "User Name" and "Password"
20

User Name

20. User Name
Specifies the User Name. The user name is used for logging in to the SharePoint server. "Authentication" must be set to "By user".
21

Password

21. Password
Specifies the Password. The password is used for logging in to the SharePoint server. "Authentication" must be set to "By user".
22

Security Protocol

22. Security Protocol
Specifies the security protocol used during HTTP requests to SharePoint. Use System Default to use the default settings from NAV Service Tier. For SharePoint online use option TLS 1.2 (older security protocols are disabled on SharePoint online).