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.
Comments
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
People usually do it on sales Line "No." field to update the line to get the correct price etc etc.
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
FieldFrm@1103100009 : Form 7702;
What's form 7702?
http://www.BiloBeauty.com
http://www.autismspeaks.org
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
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!
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?
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.
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.
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.