function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
fortressfortress 

a custom "search" window that creates a report?

I am trying to create a custom search window that when a member of my team clicks on a button the window pops up (or opens in the same window) and it will give them the option to input a few items in either the search bar in the window and/or a date. In the background I want that to only pull information from a specific area from cases and to produce a results window displaying the results they searched by. how can i accomplish this? thanks!
CJagannathCJagannath

Hi,

 

For this you can create a S-Control. Write HTML/JavaScript code into that S-Control. The same code should be responsible for opening your custom search window. Finally you’ll have associate that S-Control with the button which will show custom search window if the Button isclicked

 

Thanks and Regards,

Jagannath

Jagannath.chakraborty@gmail.com

fortressfortress
thanks for the quick response! i figured as much, but i am not the best with writing code and was wondering if there were any resources out there that i could use, or if someone has done this before if they could assist in how i should go about it.