Dutch NL Version and payment file format

andy76
Member Posts: 616
Hello,
does somebody of you have good experience with NAV NL localization?
Do you know if the incoming payment files of international format SWIFT MT 940 are managed?
If yes, can these objects be integrated in another localizations? How are they identificables?
Thank you
does somebody of you have good experience with NAV NL localization?
Do you know if the incoming payment files of international format SWIFT MT 940 are managed?
If yes, can these objects be integrated in another localizations? How are they identificables?
Thank you
0
Comments
-
Hi,
The following protocols are supported in telebanking NL:
CLIEOP3 (exporteren)
BTL91 (exporteren)
BBV (exporteren)
PAYMUL (exporteren)
Swift MT940 (importeren)
Rabobank mut.asc (importeren)
Rabobank vvmut.asc (importeren)
Rabobank ASCII (importeren)
So yes, swift MT940 is supported.
import is handled via a dataport so I guess integration in another localisation is possible.
Greetz,
Marc0 -
I have seen that there is a dataport in version NAV NL Dataport : 11000000 - Import Swift MT940 but I don't know this localization and we can not see the code being partner of CH - Swiss Microsoft.
Is it possible to see the code of this dataport?0 -
I don't know exactly what you need to do to get it, but I'm pretty sure it is possible for you to get a partner license for other localizations. Get in touch with your Microsoft contact to get more information. It might take a while.0
-
Here's the onAfterImportRecord code to give you an idea.
Tag := FindTag; CASE Tag OF '25': BEGIN //accountnumber from accountlist InitHeadCloseValues; ImpHeadAccountno := DELCHR(GetText(5,35),'<','0'); END; Text1000003,Text1000004: BEGIN // last delivery, message continued ImpHeadDebCred := GetText(6,1); ImpHeadPerviousDate := GetDate(7,6,Text1000005); ImpHeadOpeningBalanceCurrency := GetText(13,3); ImpHeadOpeningBalance := GetDecimal(16,16,','); ProcessHeader; END; '61': //contents of the changes BEGIN //FirstNetChangeLine InitLneVariables; ImpLneCurrencyDate := GetDate(5,6,Text1000005); ImpLnrDebCred := GetText(11,1); IF NOT (ImpLnrDebCred IN [Text1000006,Text1000007]) THEN BEGIN Shift := 4; ImpLnrDebCred := GetText(11+Shift,1); END; IF (UPPERCASE(GetText(12+Shift,1)) IN ['A'..'Z']) THEN Shift := Shift + 1; ImpLneAmount := GetDecimal(12+Shift,16,','); ProcessLine; DescriptionBelongsToLine := TRUE; END; '86',Text1000008://Description BEGIN ImpLneDescriptionCount := ImpLneDescriptionCount+1; IF Tag=Text1000008 THEN ImpLneDescription := GetText(1,65) ELSE ImpLneDescription := GetText(5,65); ProcessRemark; END; Text1000009,Text1000010: BEGIN //Closing balance ImpClsDebCred := GetText(6,1); ImpSltLastDate := GetDate(7,6,Text1000005); ImpCltLastAmountCurrencyCode := GetText(13,3); ImpCltLastAmount := GetDecimal(16,16,','); ProcessClose; DescriptionBelongsToLine := FALSE; END; //Tag 64 and 65 are not nessesary END;
Greetz,
Marc0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions