Import Budgets

BenSydney
Member Posts: 56
Hi,
When we try to import budgets in RTC we get the message:
"Dates have not been recognised in the Excel worksheet".
We can however import the same budget in the Classic Client.
Anyone know a solution to this problem?
Thanks and Regards,
Ben
When we try to import budgets in RTC we get the message:
"Dates have not been recognised in the Excel worksheet".
We can however import the same budget in the Classic Client.
Anyone know a solution to this problem?
Thanks and Regards,
Ben
0
Answers
-
Hi,
Just wondering if you have found a solution to the Import Budget error as we are getting the same error message.0 -
You need to delete the column headers...0
-
This seems like a bug to me. The import will work fine in the Classic client.Confessions of a Dynamics NAV Consultant = my blog
AP Commerce, Inc. = where I work
Getting Started with Dynamics NAV 2013 Application Development = my book
Implementing Microsoft Dynamics NAV - 3rd Edition = my 2nd book0 -
Here's the resolution to this:
Function: AnalyzeData: Local variables: Delete these two: TestDate@1005 : Date; TimePos@1009 : Integer; Add this one: TestDateTime@1005 : DateTime; Code before: ExcelBuf."Row No." = HeaderRowNo: BEGIN TempExcelBuf := ExcelBuf; TimePos := STRPOS(TempExcelBuf."Cell Value as Text",' 00:00'); // Time part - only on Service Tier IF TimePos = STRLEN(TempExcelBuf."Cell Value as Text") - 5 THEN TempExcelBuf."Cell Value as Text" := COPYSTR(TempExcelBuf."Cell Value as Text",1,TimePos - 1); CASE TRUE OF TempDim.FIND('-'): Code after: ExcelBuf."Row No." = HeaderRowNo: BEGIN TempExcelBuf := ExcelBuf; CASE TRUE OF TempDim.FIND('-'): Code before: EVALUATE(TestDate,TempExcelBuf."Cell Value as Text"): BEGIN TempExcelBuf.Comment := Text014; TempExcelBuf.INSERT; END; Code after: EVALUATE(TestDateTime,TempExcelBuf."Cell Value as Text"): BEGIN TempExcelBuf."Cell Value as Text" := FORMAT(DT2DATE(TestDateTime)); TempExcelBuf.Comment := Text014; TempExcelBuf.INSERT; END;
Confessions of a Dynamics NAV Consultant = my blog
AP Commerce, Inc. = where I work
Getting Started with Dynamics NAV 2013 Application Development = my book
Implementing Microsoft Dynamics NAV - 3rd Edition = my 2nd book0 -
Thanks Alex.
Thought is was a bug, until now kept on using 'classic' to import budgets.
Cheers,
Ben0 -
Hi there, this is really informative post. Actually, I am here looking for information about benefits of import pages in import and export business, as I had my own business of import and export.
http://www.import-pages.com/0
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