User favorites are stored in the table SysPersonalization and there is a blob field called Buffer. Anybody have a clue what this binary data is supposed to be loaded into? I need to retrieve menu item names to attempt to import them into d365fo.
If I load this into a BinData object and export it as a file and pop it open in notepad, it looks like the menu item names I'm looking for are in there. Honestly it just looks like a some sort of serialized treenode object or xml but having no luck trying to figure out what this blob file came from. I'm hoping someone knows what type of object this data is supposed to be loaded into in AX?
Current bindata object export opened in notepad:
*This post is locked for comments