This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DEVELOPERS FORUM - Innovator 11 doesn't give me any search result in the dialog

BMoberg - Monday, October 12, 2015 9:05 AM:

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?



BMoberg - Tuesday, October 13, 2015 8:13 AM:

This is solved by checking out the method "FE_AssignTeamToPackage".