waldo

Results 82 comments of waldo

Serious backlog :-/ +1 for me!

Here are formatting guidelines - needs some improvement, though. https://alguidelines.dev/contributing/formattingtips/

Few questions: - are you running this on the insider-build? if so - won't work, because no C/AL anymore - the objects are already in AL - did you install...

I think you didn't install the "CRS.NavContainerHelperExtension" module? you can do that with: ```powershell install-module 'CRS.NavContainerHelperExtension' -force ```

Update it: ```powershell install-module navcontainerhelper -force ```

For this script, you can comment the first line - it doesn't need settings.. . Your first error will disappear. Second error is a mistery. I don't know how your...

@fvet , Valid! I could do this, but I can' t do this based on runtime - it's "just" a snippet. So - doing it "now" - would that make...

Well .. it is quite complicated to get the variable id's out - let alone compare them (in the same context) and report duplicates.. . The best thing I have...

Well, use Split-NAVApplicationObject to split the files. Then, import them one-by-one by looping the files, like: Get-ChildITem "YourFolder" | Foreach {Import-NAVApplicationObject -Source $_.FullName} Something like that...

Howdo you know which ID's are completely unused ones"? As such, I'd rather say change them to your range.. . Very true with the UIDOffSet. I have a function for...