Client Management Suite

 View Only
Expand all | Collapse all

Altiris 7.x: Passing parameters via URL to EditCreateResource.aspx

  • 1.  Altiris 7.x: Passing parameters via URL to EditCreateResource.aspx

    Posted Nov 18, 2015 09:16 AM

    Hello Everyone

    I want to create a custom RightClickAction that creates a resources. Therefore I call a URL and use the page EditCreateResource.aspx to open the create dialog. The action calls the following URL:

    https://altiris75.gamma.support.local/Altiris/AssetContractCommon/Manager/EditCreateResource.aspx?ResourceTypeGuid=b4e7b904-8191-451c-b35e-3d7118ccfa80&defaultsItem=8a163ec6-5c54-42f8-93b6-40a5a638c9ed&Name=%Name%%20Info

    I know I can pass parameters via the URL to the Create Resource Page. Is used this above for the name of the new item. The resource I wand to create should also get an association to the Resource I opened the RightClickAction on.

    But I don't know the syntax for passing a resource association as parameter via url. An attribute is easy as I can use it's name. 

    Can anyone tell me how I can pass association parameters?

    Thanks in advance. 

     



  • 2.  RE: Altiris 7.x: Passing parameters via URL to EditCreateResource.aspx

    Posted May 04, 2016 03:40 PM

    Anyone have a answer on this.  I was looking into the same thing