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

How do you add a parameter to a Web Designer menu item in version 7.1.1?

Trying to add a parameter to a menu item so I can request its value in a module.  I can add the parameter node, however, I cannot insert an identifier.

I found an example in the VI_ITShop_ShoppingCart menu item and am wondering how they created the parameter.

My workaround for now is just to copy this and add it to the menu item I need, but how would I create one from scratch?

Parents
  • Hi kballaao,
    those Parameters have to defined in the WD module in the section contextparameters. You can see the WD module like a "class" with input parameters. You can also make the parameter mandatory. By calling the "class" you have to provide those input parameters. The caller can't define parameters, the "class" doesn't know!
    Your WD module needs also the property "Allow quick navigation to this module with a URL parameter".

    See the documentation also:
    support.oneidentity.com/.../30

    HTH,
    Geraldine
Reply
  • Hi kballaao,
    those Parameters have to defined in the WD module in the section contextparameters. You can see the WD module like a "class" with input parameters. You can also make the parameter mandatory. By calling the "class" you have to provide those input parameters. The caller can't define parameters, the "class" doesn't know!
    Your WD module needs also the property "Allow quick navigation to this module with a URL parameter".

    See the documentation also:
    support.oneidentity.com/.../30

    HTH,
    Geraldine
Children
No Data