Just right click on the field you want to search from (ordernum, custnum,
etc) and select "Quick Search Entry".
Create a new search and mark it as 'base default'.
Tada! You got custom search in 5 minutes!
etc) and select "Quick Search Entry".
Create a new search and mark it as 'base default'.
Tada! You got custom search in 5 minutes!
On Fri, Feb 11, 2011 at 2:48 PM, Kurt <iusevantage@...> wrote:
>
>
> I'm finally getting back to this after a little project detour. I still
> don't see how I can change the results of a search. I created a BAQ that
> returns the fields that I want for the search results as was previously
> suggested, but I can't see how to apply this to a search. I have a separate
> button that opens a search screen, but how do I incorporate the BAQ to this
> screen? I would like to change the main search result grid. Sorry if I seem
> to newbie, but I really am more of a VB and .net coder. A lot of this is
> tough to figure out. Again,what I'm trying to do is in the employee search
> in the Nonconformance screen, the results return 4 fields including the
> employee phone numbers from the empbasic table. I would like everything
> returned except for the phone numbers. Can anyone give me insight on how I
> can remove the phone number field...using the BAQ or other means(or is it
> even possible?)? Thanks for any help!!
>
> Regards,
>
> Kurt
>
>
> --- In vantage@yahoogroups.com, "Kurt" <iusevantage@...> wrote:
> >
> > Thanks for all the suggestions everyone!
> > I did create a new search but it had the same columns in the grid. I also
> created a BAQ and that has what I needed. However, I haven't figured out how
> to bring these two together. The only code I have for creating a search is:
> >
> > whereClause = "EmpStatus = 'A'"
> >
> > Dim dsEmpData As DataSet =
> Epicor.Mfg.UI.FormFunctions.SearchFunctions.listLookup(oTrans,
> "EmpBasicAdapter", recSelected, True, whereClause)
> >
> > I put this in a custom button, which works, but it still gives me the
> extra column that I want to get rid of. How do you take the BAQ and make it
> usable for a custom search box?
> >
> > Thank you again for everyone's help!!!
> >
> > Regards,
> >
> > Kurt
> >
> > --- In vantage@yahoogroups.com, Jose Gomez <jose@> wrote:
> > >
> > > Write a BAQ that returns the data you are looking for,
> > > Without the columns you don't want, publish as quick search and replace
> the
> > > base search with it.
> > >
> > > Sincerely
> > > Jose C Gomez
> > >
> > > http://www.josecgomez.com
> > >
> > >
> > > On Wed, Sep 22, 2010 at 4:03 PM, Kurt <iusevantage@> wrote:
> > >
> > > >
> > > >
> > > > Hi all!
> > > >
> > > > I tried to searches but come up with just so much unrelated posts, I
> > > > thought I'd ask. We have the Employee search screen in the
> Nonconformance
> > > > form where I would like to hide a column from the grid. I have done
> this
> > > > with grids on other forms, but I can't seem to get to customize the
> search
> > > > form. Is this even possible? Many thanks in advance!!
> > > >
> > > > Regards,
> > > >
> > > > Kurt
> > > >
> > > >
> > > >
> > >
> > >
> > > [Non-text portions of this message have been removed]
> > >
> >
>
>
>
[Non-text portions of this message have been removed]