Hello Everyone, I've a rookie question and I might someone can help. we are doing a migration between NAV2009 and NavBC, I would like to compare if all menus is already in BC, is it possible , compare all menus from Navision 2009 and Navision BC e check what is missing? I just need to check if that specific menu "list" is showing on BC.
0
Answers
With RegEx you could grep all the menuitem names from a file with In PowerShell you could compare the two list easily with Compare-Object.
However I'm not entirely sure what you're trying to accomplish.