+
+
+
+
+
+
+
+
+ Tipo Servizio *
+
+ REST API Generico
+ SAP B1 Service Layer
+ Salesforce
+
+
+
+
+
+
+
+
+ @GetUrlFieldLabel(currentRestApiCredential.ServiceType) *
+
+
+
@GetUrlHelpText(currentRestApiCredential.ServiceType)
+
+
+
+ @if (currentRestApiCredential.ServiceType == RestServiceType.SapB1ServiceLayer)
+ {
+
+
+
@GetFieldLabel("CompanyDatabase", currentRestApiCredential.ServiceType)
+
+
Nome del database azienda SAP B1
+
+
+
+
+ Versione Service Layer
+
+ v1
+ v2
+
+
+
+
+
+
+
+
+ Lingua
+
+ English (US)
+ Italiano
+ Deutsch
+ Français
+ Español
+
+
+
+
+
+
+
+ Usa autenticazione Windows
+
+
+
+
+ }
+ @if (currentRestApiCredential.ServiceType == RestServiceType.Salesforce)
+ {
+
+ Opzioni di Autenticazione:
+ • Username/Password + Security Token: Autenticazione standard
+ • Username/Password + Client ID/Secret: Autenticazione OAuth
+ • Il Security Token è richiesto solo se non si configura una Connected App (Client ID/Secret)
+
+
+
+
+ Tipo Ambiente
+
+ Production
+ Sandbox
+
+
+
+
+
+
API Version
+
+
Esempio: 59.0
+
+
+
+
@GetFieldLabel("SecurityToken", currentRestApiCredential.ServiceType)
+
+
Token di sicurezza Salesforce (richiesto solo se non si usa OAuth o Connected App)
+
+
+
+
+
+
Client ID (Connected App)
+
+
Consumer Key per OAuth
+
+
+
+
+
Client Secret (Connected App)
+
+
Consumer Secret per OAuth
+
+
+
+
+
+
+
+ Usa SOAP API (invece di REST)
+
+
+ }
+
+
+ @if (currentRestApiCredential.ServiceType == RestServiceType.Generic)
+ {
+
+ }
+
+
+ @if (currentRestApiCredential.ServiceType != RestServiceType.Generic ||
+ (string.IsNullOrEmpty(currentRestApiCredential.ApiKey) && string.IsNullOrEmpty(currentRestApiCredential.AuthToken)))
+ {
+
+
+ @GetFieldLabel("Username", currentRestApiCredential.ServiceType)
+
+
+
+
+
+ @GetFieldLabel("Password", currentRestApiCredential.ServiceType)
+
+
+
+
+ }
+
+
+
+
+
+ Timeout (secondi)
+
+
+
+
+
+
+
+ Ignora errori SSL
+
+
+
+
+
+