Forum Discussion

Sathish's avatar
Sathish
Ideator I
2 years ago
Solved

Is it Possible to pass custom parameters from a javascript to Search dialog

I'm attempting to apply a custom filter value to a search dialog in my application. To achieve this, I'm using the 'onSearchdialog' event on a specific property where the filter should be applied. Ho...
  • alaxala's avatar
    alaxala
    2 years ago

    You can use the itemContext property of the search dialog parameters. The type of the itemContext is Node, you can set it properties or attributes and it will be passed to onSearchDialog method as inArgs.itemContext.