StartItem retrieving

Can the Startiem bring up the main grid of that item type and filter on the item id instead of loading the form of that item id.

"http://[ServerName]/[WebAlias]/default.aspx?StartItem=[ItemType]:[ItemID]"

Parents
  • Hi,

    So far I haven´t seen a variant for this kind of start view.

    Some code used for the StartItem can be found here: ...\Client\Modules\aras.innovator.core.MainWindow\deepLinking.js   and setup.js.
    Not sure if these functions already contains the necessary code for your use case.

    If there isn´t a mode for another start view yet, you could maybe try to build your own! StartItem mainly calls Method runStartPage/selectStartPage.

    Let me know I you were able to find a solution! 

    Best regards!

    Angela

Reply
  • Hi,

    So far I haven´t seen a variant for this kind of start view.

    Some code used for the StartItem can be found here: ...\Client\Modules\aras.innovator.core.MainWindow\deepLinking.js   and setup.js.
    Not sure if these functions already contains the necessary code for your use case.

    If there isn´t a mode for another start view yet, you could maybe try to build your own! StartItem mainly calls Method runStartPage/selectStartPage.

    Let me know I you were able to find a solution! 

    Best regards!

    Angela

Children