-
Here is the code I have used, in the G/L Entry table Global Var:LedgerEntryDim2 = Ledger Entry Dimension Global Dimension 2 Code - OnValidate() ///================GL Entry Dim update===================== CLEAR(LedgerEntryDim2); LedgerEntryDim2.SETFILTER("Table ID", '%1', DATABASE::"G...
-
[quote user="NCR01"] 1. Rename the dimensions codes in my live database (C/Side, only about 50,000 records) using the normal procedure (Changing the code in the dimensions screen) 2. Edit the txt files and rename the dimensions codes 3. Load the txt files into my live database I've checked...
-
I would always refrain my self from doing so playing with posted entries with dimension values. But in any case u will loose the history on document display e.g. on posted document formats etc u wont see new value it will still show u old values (means name). By the time u r doing this for only shortcut...
-
Hi, We found our dimensions names too long and wanted to rename them. We did it for a few companies already, but small ones. We have one company with a huge amount of entries in table 355 Ledger Entry Dimension (120 Millions) and since we had to export the content of this table into many txt files (following...
-
Hi Experts, Cronus customers has default dimensions of department. I have posted the sales order with that customer for some amount. But when i try to view this from budgets for the that month iam not getting any values . What is the problem in theis.
-
hello everyone, When I refresh a Production Order Manually the Dimensions entered on the Production order are copied to the components line. When I create a production order Automatically from the planning tool it gets refreshed Automatically, but the dimensions don’t get copy from the production...
-
Hi all! I have change a global dimension 2 from " XYZ" to "ABC". However when I create some GL entries , the system does not show me some dimensions 2 values on the GL form. Why?? Ps: I can see that when I click on the "journal line dimension " of that entry, dimensions...
-
Hi Prakash, In Dynamics NAV there are no limitations in the number of Dimensions you can setup. The only technical limitation is the number of "Shortcut Dimensions" that you can setup without programming. But Tony is correct. You can program this easily by copying the code done for the other...
-
Dimensions are technically unlimited, my understanding was that without Advanced Dimensions Granule you can only use Glob 1 and 2. But I did not know of a restriction to 8. Ohhhhh! you mean shortcut dimension codes on forms? Well, you code round that! Replicate the code that you will find on the form...
-
Here is the code I have used, in the G/L Entry table Global Var:LedgerEntryDim2 = Ledger Entry Dimension Global Dimension 2 Code - OnValidate() ///================GL Entry Dim update===================== CLEAR(LedgerEntryDim2); LedgerEntryDim2.SETFILTER("Table ID", '%1', DATABASE::"G...