Integration overview: Porovnání verzí

Z Podpora.nextis.cz
Přejít na: navigace, hledání
Řádka 30: Řádka 30:
 
=== Keep in mind ===
 
=== Keep in mind ===
 
* To work with the other language versions properly, you need to have a folder called "'''LT'''" in the same directory as the project assemblies. Otherwise only the Czech language will be available
 
* To work with the other language versions properly, you need to have a folder called "'''LT'''" in the same directory as the project assemblies. Otherwise only the Czech language will be available
* Original folder with translation files is installed <code>Documents\Nextis\Nextis.TecDOC.UI.SampleCode\LT</code>
+
* Original folder with translation files is installed <code>Documents\Nextis\LT</code>
  
 
=== What else you can do? ===
 
=== What else you can do? ===

Verze z 6. 11. 2019, 17:31

Prerequisites

  1. Installed Nextis.SDK.TecDOCInterface
  2. NET Framework 5.7 and higher

Installation overview

  • Support files are instaled into Program files\Nextis\Nextis.TecDOC.UI.Extension
  • The code sample is installed into Documents\Nextis\Nextis.TecDOC.UI.SampleCode
  • The code sample is available for C#.NET or VB.NET

Step by step integration

  • Put the TecDOC AMAZON WS endpoint (as shown below) into your application configuration file (usually app_name.exe.config)
<system.serviceModel>
    <bindings>
      <basicHttpBinding>
        <binding name="TecdocToCatPortBinding1" maxReceivedMessageSize="2147483647" />
        </basicHttpBinding>
     </bindings>
    <client>
      <endpoint address="http://webservice.tecalliance.services/pegasus-3-0/services/TecdocToCatDLB.soapEndpoint"
        binding="basicHttpBinding" bindingConfiguration="TecdocToCatPortBinding1"
        contract="TecDocProxyAMAZON.TecdocToCat" name="TecdocToCatPort1" />
    </client>
</system.serviceModel>
  • Within your project create data connection class inherited from Nextis.SDK.TecDOC data manager (see code sample)
  • Fill base methods to connect your data to TecDOC result (see code sample)
  • Show TecDOC interface within your ERP environment or as a separated window (see code sample)

Keep in mind

  • To work with the other language versions properly, you need to have a folder called "LT" in the same directory as the project assemblies. Otherwise only the Czech language will be available
  • Original folder with translation files is installed Documents\Nextis\LT

What else you can do?

  • Change language
    • The interface supports 6 languages
    • You can switch language as shown in the code sample (see code sample)
  • Configure TecDOC source
    • The interface supports all known TecDOC data sources as AMAZON, ATHOS, Off-LINE
  • Use all TecDOC functionalities, built-in the Core of Nextis.System (needs training)

Have a question?

contact our support team at sdk@nextis.cz