Customize Advance Search on Form

オフライン

Hi Experts,

I am looking for customizing the advance search window on the item form. In Aras for main grid and relationship we have the "Advance Search" option and according to the criteria it shows the result. 

What i am trying to do is, create the HTML control on the form and show the Advance search future on the form. I will select the criteria on the form and on click of search the result will be added in the relationship tab of same item.

I tried many things to do this but not successful yet.

Anyone have idea about it?

Thanks in advance.

Parents
  • Hi Aaba,

    Could you clarify what benefit you're trying to achieve by adding this search functionality to the Form?

    Getting the actual control to appear on the Form is one challenge, but there's a lot of extra checks and validations that would need to happen to make things work as you're describing. 

    Chris


    Christopher Gillis

    Aras Labs Software Engineer

  • 0 オフライン in reply to Christopher Gillis

    Hi Christopher, 

    I would like to allow user to search using the Advance Search (Item Properties and xProperties etc) and the returned results are required to Save in the relationship so that it will be used for future work. Once the results are saved in the relationship then it will be sent to other team using workflow. 

    Thanks.

  • 0 オフライン in reply to Aaba

    Hi Aaba,

    Would it satisfy your requirements to instead save the search criteria using the favorite functionality as described in this blog post? Part of the built-in functionality of favoriting searches is the ability to share a search, so you can easily share the results with the other team in this case. If you later want to programmatically apply the search results, it looks like there's an API call you can use to load in a favorited search (see the Method cui_common_favoritesearch_click for an example).

    Chris

Reply
  • 0 オフライン in reply to Aaba

    Hi Aaba,

    Would it satisfy your requirements to instead save the search criteria using the favorite functionality as described in this blog post? Part of the built-in functionality of favoriting searches is the ability to share a search, so you can easily share the results with the other team in this case. If you later want to programmatically apply the search results, it looks like there's an API call you can use to load in a favorited search (see the Method cui_common_favoritesearch_click for an example).

    Chris

Children