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.
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.
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).
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).
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.
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 Tokenwizard. 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"
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).