Hello,
I'm currently setting up Aras Innovator 11 and having issues with a method to show search results in a dialog. In Innovator 10, this is working without any issues.
var myIds = showModalDialog('searchDialog.html',
{aras:window.top.aras, itemtypeName:'Document', multiselect:'true'},
'dialogHeight: 450px; dialogWidth: 700px; status:0; help:0; resizable:1');
When the dialog opens, it is just blank. I need to go to the (in this case) Document main search grid, and have it populated. Then the dialog will be populated when I go back to run the method. It works fine until i log out. Then it's the same issue again.
Just like the "get"-permission doesn't work on the dialog, before I have opened the main search grid for the item type...?
Anyone experience this issue, and knows how to solve it?