Retrieve data from search

For me it looks like he want to put some additional information from PartTable to LineLevel of PO. This in nothing related to modifying the search (unprofessional and totally wrong approach :P ). I will just add FKV.

--- In vantage@yahoogroups.com, "Kevin Simon" <ksimon@...> wrote:
>
> Using the GetByID method to modify your search is clearly misguided advice.
> In your original post, you asked simply about modifying the search dialog
> box. Obviously, adding calls to methods goes far beyond what you need. It
> adds additional overhead that you don't need, and adds a bunch of complexity
> to what should be a fairly simple solution.
>
>
>
> What you need to look up is modifying the search. There are a couple ways
> that you can do this, but it sounds like a "quick search" is what you're
> looking for. Basically, you're going to create a BAQ that returns the
> fields you want to see in your search (including the UD fields that you
> need). Then, in PO Entry, right click in the Part Number field, and choose
> Quick Search Entry. You'll get a maintenance screen where you assign it an
> ID, point it to the BAQ, and you can set options for sharing and making this
> the default search. Once you're in there, you can also check the help for
> more information.
>
>
>
> Hope that helps,
>
>
>
> Kevin Simon
>
> SimsTrak Consulting
>
>
>
> From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of
> tomojmail
> Sent: Tuesday, March 29, 2011 6:36 AM
> To: vantage@yahoogroups.com
> Subject: [Vantage] Re: Retrieve data from search
>
>
>
>
>
> If you know what is the better way, which one is professional and which is
> not then why you are asking questions? Go on your own!
>
> BTW Searching is not retrieving the datasets, once you are selecting
> something from list and clicking ok the GetByID method is invoked. Is this
> mean that whole Epicor is unprofessional? Next time do your homework first.
>
> --- In vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com> ,
> "bmszyca" <bartosz.mszyca@> wrote:
> >
> > Searching is already done by Epicor, I want just use it for additional
> field. I'm currently using GetByID but it's not professional and not optimal
> to do searching twice for the same thing. Now Search gives me PartNum then I
> make another search by using GetByID, it would be better to get the column
> at the first search, becouse it's still the same record in database.
> >
> > --- In vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com> ,
> "tomojmail" <phoenix_@> wrote:
> > >
> > > Instead of searching why you are not invoiking GetByID method for aquire
> the Part dataset?
> > >
> > > regards
> > >
> > > --- In vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com> ,
> "bmszyca" <bartosz.mszyca@> wrote:
> > > >
> > > > Hi all,
> > > > I'm currently making a customization in Purchase Order Entry. I need
> retrieve additional field on the Lines tab when the part is searched. I
> added the new field on the form but how could I get i.e. ShortChar09 field
> after Part is found?
> > > >
> > > > I'm using oTrans_partAdapter_AfterAdapterMethod subroutine
> > > > with InvokeSearch Method. I don't want to do searching twice, the part
> is found but I need additional data from it.
> > > >
> > >
> >
>
>
>
>
>
> [Non-text portions of this message have been removed]
>
Hi all,
I'm currently making a customization in Purchase Order Entry. I need retrieve additional field on the Lines tab when the part is searched. I added the new field on the form but how could I get i.e. ShortChar09 field after Part is found?

I'm using oTrans_partAdapter_AfterAdapterMethod subroutine
with InvokeSearch Method. I don't want to do searching twice, the part is found but I need additional data from it.
Instead of searching why you are not invoiking GetByID method for aquire the Part dataset?

regards

--- In vantage@yahoogroups.com, "bmszyca" <bartosz.mszyca@...> wrote:
>
> Hi all,
> I'm currently making a customization in Purchase Order Entry. I need retrieve additional field on the Lines tab when the part is searched. I added the new field on the form but how could I get i.e. ShortChar09 field after Part is found?
>
> I'm using oTrans_partAdapter_AfterAdapterMethod subroutine
> with InvokeSearch Method. I don't want to do searching twice, the part is found but I need additional data from it.
>
Searching is already done by Epicor, I want just use it for additional field. I'm currently using GetByID but it's not professional and not optimal to do searching twice for the same thing. Now Search gives me PartNum then I make another search by using GetByID, it would be better to get the column at the first search, becouse it's still the same record in database.

--- In vantage@yahoogroups.com, "tomojmail" <phoenix_@...> wrote:
>
> Instead of searching why you are not invoiking GetByID method for aquire the Part dataset?
>
> regards
>
> --- In vantage@yahoogroups.com, "bmszyca" <bartosz.mszyca@> wrote:
> >
> > Hi all,
> > I'm currently making a customization in Purchase Order Entry. I need retrieve additional field on the Lines tab when the part is searched. I added the new field on the form but how could I get i.e. ShortChar09 field after Part is found?
> >
> > I'm using oTrans_partAdapter_AfterAdapterMethod subroutine
> > with InvokeSearch Method. I don't want to do searching twice, the part is found but I need additional data from it.
> >
>
If you know what is the better way, which one is professional and which is not then why you are asking questions? Go on your own!

BTW Searching is not retrieving the datasets, once you are selecting something from list and clicking ok the GetByID method is invoked. Is this mean that whole Epicor is unprofessional? Next time do your homework first.


--- In vantage@yahoogroups.com, "bmszyca" <bartosz.mszyca@...> wrote:
>
> Searching is already done by Epicor, I want just use it for additional field. I'm currently using GetByID but it's not professional and not optimal to do searching twice for the same thing. Now Search gives me PartNum then I make another search by using GetByID, it would be better to get the column at the first search, becouse it's still the same record in database.
>
> --- In vantage@yahoogroups.com, "tomojmail" <phoenix_@> wrote:
> >
> > Instead of searching why you are not invoiking GetByID method for aquire the Part dataset?
> >
> > regards
> >
> > --- In vantage@yahoogroups.com, "bmszyca" <bartosz.mszyca@> wrote:
> > >
> > > Hi all,
> > > I'm currently making a customization in Purchase Order Entry. I need retrieve additional field on the Lines tab when the part is searched. I added the new field on the form but how could I get i.e. ShortChar09 field after Part is found?
> > >
> > > I'm using oTrans_partAdapter_AfterAdapterMethod subroutine
> > > with InvokeSearch Method. I don't want to do searching twice, the part is found but I need additional data from it.
> > >
> >
>
Using the GetByID method to modify your search is clearly misguided advice.
In your original post, you asked simply about modifying the search dialog
box. Obviously, adding calls to methods goes far beyond what you need. It
adds additional overhead that you don't need, and adds a bunch of complexity
to what should be a fairly simple solution.



What you need to look up is modifying the search. There are a couple ways
that you can do this, but it sounds like a "quick search" is what you're
looking for. Basically, you're going to create a BAQ that returns the
fields you want to see in your search (including the UD fields that you
need). Then, in PO Entry, right click in the Part Number field, and choose
Quick Search Entry. You'll get a maintenance screen where you assign it an
ID, point it to the BAQ, and you can set options for sharing and making this
the default search. Once you're in there, you can also check the help for
more information.



Hope that helps,



Kevin Simon

SimsTrak Consulting



From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of
tomojmail
Sent: Tuesday, March 29, 2011 6:36 AM
To: vantage@yahoogroups.com
Subject: [Vantage] Re: Retrieve data from search





If you know what is the better way, which one is professional and which is
not then why you are asking questions? Go on your own!

BTW Searching is not retrieving the datasets, once you are selecting
something from list and clicking ok the GetByID method is invoked. Is this
mean that whole Epicor is unprofessional? Next time do your homework first.

--- In vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com> ,
"bmszyca" <bartosz.mszyca@...> wrote:
>
> Searching is already done by Epicor, I want just use it for additional
field. I'm currently using GetByID but it's not professional and not optimal
to do searching twice for the same thing. Now Search gives me PartNum then I
make another search by using GetByID, it would be better to get the column
at the first search, becouse it's still the same record in database.
>
> --- In vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com> ,
"tomojmail" <phoenix_@> wrote:
> >
> > Instead of searching why you are not invoiking GetByID method for aquire
the Part dataset?
> >
> > regards
> >
> > --- In vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com> ,
"bmszyca" <bartosz.mszyca@> wrote:
> > >
> > > Hi all,
> > > I'm currently making a customization in Purchase Order Entry. I need
retrieve additional field on the Lines tab when the part is searched. I
added the new field on the form but how could I get i.e. ShortChar09 field
after Part is found?
> > >
> > > I'm using oTrans_partAdapter_AfterAdapterMethod subroutine
> > > with InvokeSearch Method. I don't want to do searching twice, the part
is found but I need additional data from it.
> > >
> >
>





[Non-text portions of this message have been removed]
Thank you for your advice, I'll try to use it. Yes, it's what I need to modify the search to retrieve data once.

--- In vantage@yahoogroups.com, "Kevin Simon" <ksimon@...> wrote:
>
> Using the GetByID method to modify your search is clearly misguided advice.
> In your original post, you asked simply about modifying the search dialog
> box. Obviously, adding calls to methods goes far beyond what you need. It
> adds additional overhead that you don't need, and adds a bunch of complexity
> to what should be a fairly simple solution.
>
>
>
> What you need to look up is modifying the search. There are a couple ways
> that you can do this, but it sounds like a "quick search" is what you're
> looking for. Basically, you're going to create a BAQ that returns the
> fields you want to see in your search (including the UD fields that you
> need). Then, in PO Entry, right click in the Part Number field, and choose
> Quick Search Entry. You'll get a maintenance screen where you assign it an
> ID, point it to the BAQ, and you can set options for sharing and making this
> the default search. Once you're in there, you can also check the help for
> more information.
>
>
>
> Hope that helps,
>
>
>
> Kevin Simon
>
> SimsTrak Consulting
>
>
>
> From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of
> tomojmail
> Sent: Tuesday, March 29, 2011 6:36 AM
> To: vantage@yahoogroups.com
> Subject: [Vantage] Re: Retrieve data from search
>
>
>
>
>
> If you know what is the better way, which one is professional and which is
> not then why you are asking questions? Go on your own!
>
> BTW Searching is not retrieving the datasets, once you are selecting
> something from list and clicking ok the GetByID method is invoked. Is this
> mean that whole Epicor is unprofessional? Next time do your homework first.
>
> --- In vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com> ,
> "bmszyca" <bartosz.mszyca@> wrote:
> >
> > Searching is already done by Epicor, I want just use it for additional
> field. I'm currently using GetByID but it's not professional and not optimal
> to do searching twice for the same thing. Now Search gives me PartNum then I
> make another search by using GetByID, it would be better to get the column
> at the first search, becouse it's still the same record in database.
> >
> > --- In vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com> ,
> "tomojmail" <phoenix_@> wrote:
> > >
> > > Instead of searching why you are not invoiking GetByID method for aquire
> the Part dataset?
> > >
> > > regards
> > >
> > > --- In vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com> ,
> "bmszyca" <bartosz.mszyca@> wrote:
> > > >
> > > > Hi all,
> > > > I'm currently making a customization in Purchase Order Entry. I need
> retrieve additional field on the Lines tab when the part is searched. I
> added the new field on the form but how could I get i.e. ShortChar09 field
> after Part is found?
> > > >
> > > > I'm using oTrans_partAdapter_AfterAdapterMethod subroutine
> > > > with InvokeSearch Method. I don't want to do searching twice, the part
> is found but I need additional data from it.
> > > >
> > >
> >
>
>
>
>
>
> [Non-text portions of this message have been removed]
>
GetList -> Choose PartNum -> GetById -> Take PartNum -> GetById -> Read Other field

instead

GetList -> Choose PartNum -> GetById -> Read Other field

Hope you understand now what I meant "not professional and not optimal" solution

EOT

--- In vantage@yahoogroups.com, "tomojmail" <phoenix_@...> wrote:
>
> If you know what is the better way, which one is professional and which is not then why you are asking questions? Go on your own!
>
> BTW Searching is not retrieving the datasets, once you are selecting something from list and clicking ok the GetByID method is invoked. Is this mean that whole Epicor is unprofessional? Next time do your homework first.
>
>
> --- In vantage@yahoogroups.com, "bmszyca" <bartosz.mszyca@> wrote:
> >
> > Searching is already done by Epicor, I want just use it for additional field. I'm currently using GetByID but it's not professional and not optimal to do searching twice for the same thing. Now Search gives me PartNum then I make another search by using GetByID, it would be better to get the column at the first search, becouse it's still the same record in database.
> >
> > --- In vantage@yahoogroups.com, "tomojmail" <phoenix_@> wrote:
> > >
> > > Instead of searching why you are not invoiking GetByID method for aquire the Part dataset?
> > >
> > > regards
> > >
> > > --- In vantage@yahoogroups.com, "bmszyca" <bartosz.mszyca@> wrote:
> > > >
> > > > Hi all,
> > > > I'm currently making a customization in Purchase Order Entry. I need retrieve additional field on the Lines tab when the part is searched. I added the new field on the form but how could I get i.e. ShortChar09 field after Part is found?
> > > >
> > > > I'm using oTrans_partAdapter_AfterAdapterMethod subroutine
> > > > with InvokeSearch Method. I don't want to do searching twice, the part is found but I need additional data from it.
> > > >
> > >
> >
>
Forget After Adapter Method and use FKV

--- In vantage@yahoogroups.com, "bmszyca" <bartosz.mszyca@...> wrote:
>
>
> GetList -> Choose PartNum -> GetById -> Take PartNum -> GetById -> Read Other field
>
> instead
>
> GetList -> Choose PartNum -> GetById -> Read Other field
>
> Hope you understand now what I meant "not professional and not optimal" solution
>
> EOT
>
> --- In vantage@yahoogroups.com, "tomojmail" <phoenix_@> wrote:
> >
> > If you know what is the better way, which one is professional and which is not then why you are asking questions? Go on your own!
> >
> > BTW Searching is not retrieving the datasets, once you are selecting something from list and clicking ok the GetByID method is invoked. Is this mean that whole Epicor is unprofessional? Next time do your homework first.
> >
> >
> > --- In vantage@yahoogroups.com, "bmszyca" <bartosz.mszyca@> wrote:
> > >
> > > Searching is already done by Epicor, I want just use it for additional field. I'm currently using GetByID but it's not professional and not optimal to do searching twice for the same thing. Now Search gives me PartNum then I make another search by using GetByID, it would be better to get the column at the first search, becouse it's still the same record in database.
> > >
> > > --- In vantage@yahoogroups.com, "tomojmail" <phoenix_@> wrote:
> > > >
> > > > Instead of searching why you are not invoiking GetByID method for aquire the Part dataset?
> > > >
> > > > regards
> > > >
> > > > --- In vantage@yahoogroups.com, "bmszyca" <bartosz.mszyca@> wrote:
> > > > >
> > > > > Hi all,
> > > > > I'm currently making a customization in Purchase Order Entry. I need retrieve additional field on the Lines tab when the part is searched. I added the new field on the form but how could I get i.e. ShortChar09 field after Part is found?
> > > > >
> > > > > I'm using oTrans_partAdapter_AfterAdapterMethod subroutine
> > > > > with InvokeSearch Method. I don't want to do searching twice, the part is found but I need additional data from it.
> > > > >
> > > >
> > >
> >
>