Most boring things to do in NAV

Belias
Member Posts: 2,998
this is a list of the most boring thing a developer can face when working with nav:
1. Set the "parent control" properties of a "tabular report" when adding a new section :?
2. Add a new column in a 20 columns excel sheet (and you have to add the column in A:A Range ) :x
3. Object merging
4. Obtaining "There must be an 'END' in a 'BEGIN...END' structure..." error message in a 200 lines function ](*,)
...Continue...
1. Set the "parent control" properties of a "tabular report" when adding a new section :?
2. Add a new column in a 20 columns excel sheet (and you have to add the column in A:A Range ) :x
3. Object merging
4. Obtaining "There must be an 'END' in a 'BEGIN...END' structure..." error message in a 200 lines function ](*,)
...Continue...
0
Comments
-
5. you have a form with 20 controls and in each control you need to change the same property to the same value
...Regards,Alain Krikilion
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!0 -
6. modeling grids (horzlines and vertlines in a report) in order to fit a "non 423x150" section designer layout
7. indentation in versions <5.0
8. (this is great): The "self-debugging debugger" of older versions of navision0 -
9) Setting permissions as strictly as possible
10) Creating report with frame which will cover whole page automatically
11) Adding one new column into report which is already full and is printed already in landscape0 -
1. Setting up checks to print correctly on printer.
2. debugging tracking/serial/lot cryptic errors.
3. doing another integration for bring files into nav.
4. building an xmlport. Although the tool on mibuso saves me a lot of time.
5. Writing another dataport for bring open balances.
6. Merging objects for upgrade/service packs.
7. debugging adjust cost issues.0 -
Anything that's non-billable. :whistle:There are no bugs - only undocumented features.0
-
Belias wrote:2. Add a new column in a 20 columns excel sheet (and you have to add the column in A:A Range ) :xBelias wrote:4. Obtaining "There must be an 'END' in a 'BEGIN...END' structure..." error message in a 200 lines functionDavid Singleton0
-
bbrown wrote:Anything that's non-billable. :whistle:
Actually one of the enjoyable things I do is non-billable. Learning how to do things in nav and answering nav question on mibuso.0 -
ara3n wrote:bbrown wrote:Anything that's non-billable. :whistle:
Actually one of the enjoyable things I do is non-billable. Learning how to do things in nav and answering nav question on mibuso.
Yes, that part can be fun when I find the time. But aren't you doing that in hope that one day you can bill someone based on the skills/knowledge you've acquired?
I was referring more to non-billable client time.There are no bugs - only undocumented features.0 -
Actually some of the most satisfying work I've done is help pulling project out of the mud, which was non-billable a lot of the time. I like merging objects, so that's definately not on my most boring list.
About the BEGIN and END indentation searching issue, which also includes searching for start and end curly braces {}, depends on whether I wrote the offending code. If I did I don't like it at all, but if someone else wrote it I find it quite amusing
Probably debugging 'standard' functionality is high on my list. I agree that debugging cost adjustment or item tracking is definately boring, as is debugging some of the better known add-on products that use TONS of redundant code. The worst though is having to wade through all the frickin' Dimension crap and the frickin' caption class crap every single time you have to troubleshoot an issue. DANG!0 -
Yes, but that non-billable time was invested becuase there was hope of turning that customer around and into a revenue generator. Last time I checked I don't work for a charity.There are no bugs - only undocumented features.0
-
Reconciling Customer/Vendor/Item(value entry) ledger with the G/L because somebody forget to remove direct posting from the control accounts or changed the posting groups (without considering the impact) ](*,)CA Sandeep Singla
http://ssdynamics.co.in0 -
Explain, the first week of January, how to setup No. SeriesNo support using PM or e-mail - Please use this forum. BC TechDays 2024: 13 & 14 June 2024, Antwerp (Belgium)0
-
David Singleton wrote:Belias wrote:2. Add a new column in a 20 columns excel sheet (and you have to add the column in A:A Range ) :xBelias wrote:4. Obtaining "There must be an 'END' in a 'BEGIN...END' structure..." error message in a 200 lines function
2. Ask my customer (after telling him that it will be costing, and that he can move the column in three secs)
3. After you modify codeunit 12 in 10 points...(yes, it was my fault, but i hope it won't happen again)0 -
Creating a huge report with a specific layout that must be printed to a Text printer, and adjusting the layout...0
-
Belias wrote:David Singleton wrote:Belias wrote:2. Add a new column in a 20 columns excel sheet (and you have to add the column in A:A Range ) :x
2. Ask my customer (after telling him that it will be costing, and that he can move the column in three secs)
:?: so if its 3 seconds work that's OK right? What am I missing here?David Singleton0 -
first of all, i am talking about modify a process that exports data from nav to excel...
I tried to tell the customer that it's better that he move the column manually instead of paying to move all the 20 columns after the one i inserted...or is there a trick to step over this tedious work?
if so, please let me know, i'll save a lot of time0 -
Belias wrote:first of all, i am talking about modify a process that exports data from nav to excel...
I tried to tell the customer that it's better that he move the column manually instead of paying to move all the 20 columns after the one i inserted...or is there a trick to step over this tedious work?
if so, please let me know, i'll save a lot of time
Aha, yes for me inserting a new column would be 3 seconds of work, which is what I thought you meant.
when creating the matrix in C/AL code, I maintain a variable for XLRow and XLCol so the line
XLCol =+ 1;
moves everything one to the right.
Since I have been doing that since NAV first cam out, I just assumed everyone did it that way.David Singleton0 -
xlApp.Range('A6').Value := 'Blahblah'; xlApp.Range('B6').Value := 'Blahblah'; xlApp.Range('C6').Value := 'Blahblah'; xlApp.Range('D6').Value := 'Blahblah'; xlApp.Range('E6').Value := 'Blahblah';
this is the code (not done by me) that i modified (it's a very old code i think).
with this pattern, a developer have to change a ton of lines of code...this is the really tedious work...
i didn't explain well, sorry...i also use the method you said0 -
bbrown wrote:Yes, but that non-billable time was invested becuase there was hope of turning that customer around and into a revenue generator. Last time I checked I don't work for a charity.0
-
OK, back on topic, and if I could correctly we have 23 suggestions above, so...
24. Sitting in anticipation around 8am on the 1st Monday of each month expecting from one particular customer the emails I will get from AT LEAST THREE users saying something to the effect of:SUBJECT: Crazy error message, bug in Navision.
I can not work because of a new bug in Navision. The error message says : "<date> is not within your range of allowed posting dates". We have never seen this bug before. We can not ship goods.
EVERY MONTH!!!!David Singleton0 -
David Singleton wrote:OK, back on topic, and if I could correctly we have 23 suggestions above, so...
24. Sitting in anticipation around 8am on the 1st Monday of each month expecting from one particular customer the emails I will get from AT LEAST THREE users saying something to the effect of:SUBJECT: Crazy error message, bug in Navision.
I can not work because of a new bug in Navision. The error message says : "<date> is not within your range of allowed posting dates". We have never seen this bug before. We can not ship goods.
EVERY MONTH!!!!CA Sandeep Singla
http://ssdynamics.co.in0 -
25. manage bad layouted excel files when doing RIM importations...especially when you say: "description must be at least 30 chr" and you find "ASTA P.SALVIETTE CM.35 TAGLIATA/PIEGATA/TRANCIATA/PULITA x 8221/35" in the field ](*,) (sometimes seems that customers don't listen to you at all)
26. Solve RIM issues with some decimals and date fields0 -
David Singleton wrote:OK, back on topic, and if I could correctly we have 23 suggestions above, so...
24. Sitting in anticipation around 8am on the 1st Monday of each month expecting from one particular customer the emails I will get from AT LEAST THREE users saying something to the effect of:SUBJECT: Crazy error message, bug in Navision.
I can not work because of a new bug in Navision. The error message says : "<date> is not within your range of allowed posting dates". We have never seen this bug before. We can not ship goods.
EVERY MONTH!!!!
Awesome... one of my favorites is in my signature... I've taken to telling clients that if they call me with this I'm going to charge them a minimum of two hours... the users may not remember but you can bet that the person responsible for approving support time does
Also, I can not believe that no one has mentioned increasing the length of a field! That has to be more boring than anything else mentioned here... and yes, I know it shouldn't be done, but it's how I was hazed into development... my PM made me do it I swear!"OMG ALL MY DATA IS GONE"
"Show All..."
"Oh..."0 -
Quote:
SUBJECT: Crazy error message, bug in Navision.
I can not work because of a new bug in Navision. The error message says : "<date> is not within your range of allowed posting dates". We have never seen this bug before. We can not ship goods.
EVERY MONTH!!!!
Toooooooooooooooo Gooooooooodddddddddd LolKapil Khanna0 -
messages when opening nav:
1: your program license will expire
2: database "demo nav2009" can't be used with this version of the client (i am using 4.01 today)
3: select the db
4: your program license will expire
5: company 'XXX' does not exists
6: accept the license agreement
7: open my test company 'CRONUS...' -> the cronus company is a test environment.......(or something like this, i've never read it)
phew...i'm already tired to work today!0 -
Solution is to use different ZUP for different NAV versions... :-)0
-
kine wrote:Solution is to use different ZUP for different NAV versions... :-)
i know how to do it and i know it's easy...but my lazyness overcome everything...0 -
I have been doing one for more than a week now:
A Client went live with a parallel system running for sales invoices. The requirement of sales invoices were not direct fit in NAV and NAV was very badly customized. Further the requirements were not gathered in the first place resulting in lot of onsite modifications with and without authorization. The results as anybody's guess is that there is lot of difference between NAV and legacy system and the partner needed to do a reconciliation. The client submitted the results of legacy and asked the partner to rectify. On finding that it will be a nightmare I was called in.
I started studying the customizations, suggested the possible re-designing of the system but the problem of posted data still remains. For more than a week I have been trying to reconcile using excel and it surely is one of the most boring things. My NAV knowledge is not required and I am back to normal accountancy job.CA Sandeep Singla
http://ssdynamics.co.in0
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