Easy Field Changer

Administrator
Member, Moderator, Administrator Posts: 2,506
Easy Field Changer
Easy way to change and/or validate field data in any table, without need to write codeunits, reports, etc.
You can change field or just validate it. Also you can set filters to the used table.
http://www.mibuso.com/dlinfo.asp?FileID=900
Discuss this download here.
Easy way to change and/or validate field data in any table, without need to write codeunits, reports, etc.
You can change field or just validate it. Also you can set filters to the used table.
http://www.mibuso.com/dlinfo.asp?FileID=900
Discuss this download here.
0
Comments
-
I hope this does not fall into any client hands.0
-
-
:-k Could you give an example of this "do not change" in which situation you would use it?0
-
on sales order you can hit f2 on "Sell-to customer No." and it will validate the record. recreate the lines etc etc.
People usually do it on sales Line "No." field to update the line to get the correct price etc etc.0 -
-
Mine crashes while compiling
FieldFrm@1103100009 : Form 7702;
What's form 7702?0 -
It's a form that displays the field table.0
-
I was considering building a tool like this myself, but i thought i should check MiBuSo first. And indeed, someone already did
It's a great tool.
As an in-house developer i get a lot of data change requests from end-users.
I did make a correction in your progress window though, for it has bad performance on big tables like item ledger entries.
So i changed this line:
RecCount := RecRef.COUNT;
into:
RecCount := RecRef.COUNTAPPROX;
and this line:
Window.UPDATE(1, ROUND(ProcessedRecords/RecCount*10000,1));
into:
IF (ProcessedRecords MOD 100) = 1 THEN
Window.UPDATE(1, ROUND(ProcessedRecords/RecCount*10000,1));
It saves performance!If you can't join them, beat them.0 -
Hi,
Am having problems with this object. When i compile it or run it i get the error ''TableData 370 does not exist''. I need this inorder to save time attending to client requests. Can someone help me please?0 -
Which Version of Navision do you use? Does your database contain table 370 Excel Buffer??0
-
Am using Navision.Incadea version 3.70.B. My Database does not contain ''table 370 Excel Buffer''
Will this tool work with my version and without table 370? Do you need a developers license to use this tool?
Please help and thank you.0 -
This object uses table 370 as source table.
You can:
a) see if you have Escel Buffer table with a different ID and set the source table to that
or
b) find this table from standard Navision and see if you can import it and if you have a license to use it.0 -
Thank you kapamarou. However, I dont have that table even in another ID. I will try check in Standard Navision but it will be hard for me to get a copy of Naivision Standard especially where I am. How else can i get it? Thank you.0
-
Bilal wrote:it will be hard for me to get a copy of Naivision Standard especially where I am
I hope you mean you are on a sunny beach enjoying some vacation...???
You'll need to find the Client installation CD that contains the All-Famous CRONUS Database. In there you will find that missing object.
I think it's missing because most probably your version of incadea is based on an older version of Nav.0 -
Lol! You have a very good sense of humour! I wish i was in a Sunny Beach in Mombasa but rather am in a very sunny, dry worst part of Africa, Olduvai Gorge East Africa! Slow Internet speeds, flies, all types of insects etc. Anyways i will struggle to get the object.Thank you for all you help!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