Quantcast
Channel: Microsoft Dynamics AX Forum - Recent Threads
Viewing all articles
Browse latest Browse all 73760

AX 2012 unretreived in inventsum Form

$
0
0

Hi,

I need to Add the field InventDimId in the form (Inventory and warehouse management --> Common --> On-hand inventory).

I have added the field InventDimId from the InventSum table to the grid, but the column shows "Unretreived" in the cells.

I found another related post wich said to modify the method  queryAddSumFields from the table InventSum.

I did the following change by adding a new line:

  for (i = 1; i <= qbfl.fieldCount(); i++)
    {
        if (qbfl.fieldKind(i) == SelectionField::Sum)
        {
            fields.add(qbfl.field(i));
        }
    }

    // New line Added
    qbfl.addField(fieldNum(InventSum,inventDimId));

But I still have the "unretreive" notification in the cells of the grid.

Any idea if and how I can fix that ?

Thanks


Viewing all articles
Browse latest Browse all 73760

Trending Articles


FLASHBACK WITH SIRASA FM AT GALGAMUWA 2022


Mp3 Download: Mdu - Mazola


Imitation gun was fired at motorist in Leicester road-rage incident


Ndebele names


MCKINNEY EMALINE “EMMA” OF WES...


Okra & Motia — The Workshop (Prod by Hammer)


Skint TV teen to be sentenced


Moondru Mudichu 19-09-2017 – Polimer tv Serial


YOSVANI JAMES Arrested by Miami-Dade County Corrections on Jan 10, 2017


Stories • Goddess Stepmom



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>