Discussion:
SOP order Transfer to Invoice with eConnect
(too old to reply)
Allen
2004-11-24 19:35:06 UTC
Permalink
Hello,
I have sucessfully acomplished a few different things with eConnect,
however I don't even know where to start with this one: I want to take an
SOP transaction and transfer it to an invoice useing eConnect. Can anyone
point me in the right direction? or give me the name of the XML schema/node
I should use?

I assume I should be using "taIVTransferHeaderInsert" but this only applies
to header. Will this also transfer the line items? Also what If I want to
do a partial transfer?


Thanks,
Allen Tuggle
Sr. Applications/Programmer Specialist
Pulaski Furniture
Ben Smith
2004-11-24 19:56:03 UTC
Permalink
Allen,

eConnect does not support transferring SOP Orders to Invoices.
taIVTransferHeaderInsert is for the inventory tables, not the SOP tables.

-Ben
Post by Allen
Hello,
I have sucessfully acomplished a few different things with eConnect,
however I don't even know where to start with this one: I want to take an
SOP transaction and transfer it to an invoice useing eConnect. Can anyone
point me in the right direction? or give me the name of the XML schema/node
I should use?
I assume I should be using "taIVTransferHeaderInsert" but this only applies
to header. Will this also transfer the line items? Also what If I want to
do a partial transfer?
Thanks,
Allen Tuggle
Sr. Applications/Programmer Specialist
Pulaski Furniture
Allen
2004-11-24 20:13:54 UTC
Permalink
Interesting... I am having a real hard time convincing Sr. Management we
should purchase this product when the product claims to support so much of
Great Plains Functionality yet in reality it supports very little. I have
only found a few tasks (like inserting SOP orders) that actually work and
then I had to extend eConnect Business logic to get the Trade Discount to
work correctly! (sorry just frustrated)

Does anyone know how I might be able to automate the process of Transferring
a SOP order to an invoice with out using Great Plains GUI?

Thanks,
Allen
Post by Ben Smith
Allen,
eConnect does not support transferring SOP Orders to Invoices.
taIVTransferHeaderInsert is for the inventory tables, not the SOP tables.
-Ben
Post by Allen
Hello,
I have sucessfully acomplished a few different things with eConnect,
however I don't even know where to start with this one: I want to take an
SOP transaction and transfer it to an invoice useing eConnect. Can anyone
point me in the right direction? or give me the name of the XML
schema/node
Post by Allen
I should use?
I assume I should be using "taIVTransferHeaderInsert" but this only
applies
Post by Allen
to header. Will this also transfer the line items? Also what If I want
to
Post by Allen
do a partial transfer?
Thanks,
Allen Tuggle
Sr. Applications/Programmer Specialist
Pulaski Furniture
pat
2004-11-25 01:41:14 UTC
Permalink
Not going to happen unless you write it yourself. Or somebody else
recreated this process as a stored procedure and you could get the proc from
them. The Dexterity code that manages the transfer document types is all
bound on the Transfer SOP Document window. So in order to use it you have
to have great plains running and you have to use that window regardless.

patrick
mbs tools support

This posting is provided "AS IS" with no warranties,
and confers no rights.
Post by Allen
Interesting... I am having a real hard time convincing Sr. Management we
should purchase this product when the product claims to support so much of
Great Plains Functionality yet in reality it supports very little. I have
only found a few tasks (like inserting SOP orders) that actually work and
then I had to extend eConnect Business logic to get the Trade Discount to
work correctly! (sorry just frustrated)
Does anyone know how I might be able to automate the process of Transferring
a SOP order to an invoice with out using Great Plains GUI?
Thanks,
Allen
Post by Ben Smith
Allen,
eConnect does not support transferring SOP Orders to Invoices.
taIVTransferHeaderInsert is for the inventory tables, not the SOP tables.
-Ben
Post by Allen
Hello,
I have sucessfully acomplished a few different things with eConnect,
however I don't even know where to start with this one: I want to take an
SOP transaction and transfer it to an invoice useing eConnect. Can anyone
point me in the right direction? or give me the name of the XML
schema/node
Post by Allen
I should use?
I assume I should be using "taIVTransferHeaderInsert" but this only
applies
Post by Allen
to header. Will this also transfer the line items? Also what If I want
to
Post by Allen
do a partial transfer?
Thanks,
Allen Tuggle
Sr. Applications/Programmer Specialist
Pulaski Furniture
HSalim
2004-11-25 05:29:34 UTC
Permalink
Allen,
I am currently developing a Dexterity customization to fulfill orders based
on a fulfillment report - i.e. a text file that lists Order Number, item
Number, quantity shipped, ship date and so on. This customization has a UI
to import the text file and process the fulfillment. This client uses a
separate fulfilllment process for their orders.

We did consider adding functionality to transfer the order to invoice when
the order is fulfilled, and even to move these invoices to a separate batch.
We decided to wait and see and postponed this part to Phase 2. We felt the
transfer process could just as well be handled at the batch level. i.e.
pull up the batch and click on Transfer.

One drawback of the batch transfer method is that it creates the new invoice
in the same batch. Development on Phase 2 may be acceleratd if the current
method proves to be inadequate.

I'd be interested in hearing about your needs - it might help us with our
customization.

Regards
HS
Post by pat
Not going to happen unless you write it yourself. Or somebody else
recreated this process as a stored procedure and you could get the proc from
them. The Dexterity code that manages the transfer document types is all
bound on the Transfer SOP Document window. So in order to use it you have
to have great plains running and you have to use that window regardless.
patrick
mbs tools support
This posting is provided "AS IS" with no warranties,
and confers no rights.
Post by Allen
Interesting... I am having a real hard time convincing Sr. Management we
should purchase this product when the product claims to support so much of
Great Plains Functionality yet in reality it supports very little. I have
only found a few tasks (like inserting SOP orders) that actually work and
then I had to extend eConnect Business logic to get the Trade Discount to
work correctly! (sorry just frustrated)
Does anyone know how I might be able to automate the process of
Transferring
Post by Allen
a SOP order to an invoice with out using Great Plains GUI?
Thanks,
Allen
Post by Ben Smith
Allen,
eConnect does not support transferring SOP Orders to Invoices.
taIVTransferHeaderInsert is for the inventory tables, not the SOP
tables.
Post by Allen
Post by Ben Smith
-Ben
Post by Allen
Hello,
I have sucessfully acomplished a few different things with
eConnect,
Post by Allen
Post by Ben Smith
Post by Allen
however I don't even know where to start with this one: I want to
take
Post by pat
Post by Allen
Post by Ben Smith
Post by Allen
an
SOP transaction and transfer it to an invoice useing eConnect. Can anyone
point me in the right direction? or give me the name of the XML
schema/node
Post by Allen
I should use?
I assume I should be using "taIVTransferHeaderInsert" but this only
applies
Post by Allen
to header. Will this also transfer the line items? Also what If I
want
Post by Allen
Post by Ben Smith
to
Post by Allen
do a partial transfer?
Thanks,
Allen Tuggle
Sr. Applications/Programmer Specialist
Pulaski Furniture
George Kappel
2004-11-27 00:57:16 UTC
Permalink
FYI Blue Moon has a customization called SOP Auto Invoce which
automatically transfers orders to invoices and optionally prints them.

http://bluemoonind.com/products/sop_ai.php

I am not affiliated with Blue Moon
Post by Ben Smith
Allen,
I am currently developing a Dexterity customization to fulfill
orders based on a fulfillment report - i.e. a text file that lists
Order Number, item Number, quantity shipped, ship date and so on.
This customization has a UI to import the text file and process the
fulfillment. This client uses a separate fulfilllment process for
their orders.
We did consider adding functionality to transfer the order to invoice
when the order is fulfilled, and even to move these invoices to a
separate batch. We decided to wait and see and postponed this part
to Phase 2. We felt the transfer process could just as well be
handled at the batch level. i.e. pull up the batch and click on
Transfer.
One drawback of the batch transfer method is that it creates the new
invoice in the same batch. Development on Phase 2 may be acceleratd
if the current method proves to be inadequate.
I'd be interested in hearing about your needs - it might help us with
our customization.
Regards
HS
Post by pat
Not going to happen unless you write it yourself. Or somebody else
recreated this process as a stored procedure and you could get the
proc
from
Post by pat
them. The Dexterity code that manages the transfer document types
is all bound on the Transfer SOP Document window. So in order to
use it you have to have great plains running and you have to use
that window regardless.
patrick
mbs tools support
This posting is provided "AS IS" with no warranties,
and confers no rights.
Post by Allen
Interesting... I am having a real hard time convincing Sr.
Management
we
Post by pat
Post by Allen
should purchase this product when the product claims to support
so much
of
Post by pat
Post by Allen
Great Plains Functionality yet in reality it supports very
little. I
have
Post by pat
Post by Allen
only found a few tasks (like inserting SOP orders) that actually
work
and
Post by pat
Post by Allen
then I had to extend eConnect Business logic to get the Trade
Discount
to
Post by pat
Post by Allen
work correctly! (sorry just frustrated)
Does anyone know how I might be able to automate the process of
Transferring
Post by Allen
a SOP order to an invoice with out using Great Plains GUI?
Thanks,
Allen
Post by Ben Smith
Allen,
eConnect does not support transferring SOP Orders to Invoices.
taIVTransferHeaderInsert is for the inventory tables, not the SOP
tables.
Post by Allen
Post by Ben Smith
-Ben
Post by Allen
Hello,
I have sucessfully acomplished a few different things with
eConnect,
Post by Allen
Post by Ben Smith
Post by Allen
however I don't even know where to start with this one: I
want to
take
Post by pat
Post by Allen
Post by Ben Smith
Post by Allen
an
SOP transaction and transfer it to an invoice useing eConnect.
Can >> anyone
Post by Ben Smith
Post by Allen
point me in the right direction? or give me the name of the
XML
Post by Ben Smith
schema/node
Post by Allen
I should use?
I assume I should be using "taIVTransferHeaderInsert" but this
only
Post by Ben Smith
applies
Post by Allen
to header. Will this also transfer the line items? Also what
If I
want
Post by Allen
Post by Ben Smith
to
Post by Allen
do a partial transfer?
Thanks,
Allen Tuggle
Sr. Applications/Programmer Specialist
Pulaski Furniture
HSalim
2004-11-27 17:03:43 UTC
Permalink
Thanks George.
I looked at the product but it does not meet our needs.
Regards
Habib
Post by George Kappel
FYI Blue Moon has a customization called SOP Auto Invoce which
automatically transfers orders to invoices and optionally prints them.
http://bluemoonind.com/products/sop_ai.php
I am not affiliated with Blue Moon
Post by Ben Smith
Allen,
I am currently developing a Dexterity customization to fulfill
orders based on a fulfillment report - i.e. a text file that lists
Order Number, item Number, quantity shipped, ship date and so on.
This customization has a UI to import the text file and process the
fulfillment. This client uses a separate fulfilllment process for
their orders.
We did consider adding functionality to transfer the order to invoice
when the order is fulfilled, and even to move these invoices to a
separate batch. We decided to wait and see and postponed this part
to Phase 2. We felt the transfer process could just as well be
handled at the batch level. i.e. pull up the batch and click on
Transfer.
One drawback of the batch transfer method is that it creates the new
invoice in the same batch. Development on Phase 2 may be acceleratd
if the current method proves to be inadequate.
I'd be interested in hearing about your needs - it might help us with
our customization.
Regards
HS
Post by pat
Not going to happen unless you write it yourself. Or somebody else
recreated this process as a stored procedure and you could get the
proc
from
Post by pat
them. The Dexterity code that manages the transfer document types
is all bound on the Transfer SOP Document window. So in order to
use it you have to have great plains running and you have to use
that window regardless.
patrick
mbs tools support
This posting is provided "AS IS" with no warranties,
and confers no rights.
Post by Allen
Interesting... I am having a real hard time convincing Sr.
Management
we
Post by pat
Post by Allen
should purchase this product when the product claims to support
so much
of
Post by pat
Post by Allen
Great Plains Functionality yet in reality it supports very
little. I
have
Post by pat
Post by Allen
only found a few tasks (like inserting SOP orders) that actually
work
and
Post by pat
Post by Allen
then I had to extend eConnect Business logic to get the Trade
Discount
to
Post by pat
Post by Allen
work correctly! (sorry just frustrated)
Does anyone know how I might be able to automate the process of
Transferring
Post by Allen
a SOP order to an invoice with out using Great Plains GUI?
Thanks,
Allen
Post by Ben Smith
Allen,
eConnect does not support transferring SOP Orders to Invoices.
taIVTransferHeaderInsert is for the inventory tables, not the SOP
tables.
Post by Allen
Post by Ben Smith
-Ben
Post by Allen
Hello,
I have sucessfully acomplished a few different things with
eConnect,
Post by Allen
Post by Ben Smith
Post by Allen
however I don't even know where to start with this one: I
want to
take
Post by pat
Post by Allen
Post by Ben Smith
Post by Allen
an
SOP transaction and transfer it to an invoice useing eConnect.
Can >> anyone
Post by Ben Smith
Post by Allen
point me in the right direction? or give me the name of the
XML
Post by Ben Smith
schema/node
Post by Allen
I should use?
I assume I should be using "taIVTransferHeaderInsert" but this
only
Post by Ben Smith
applies
Post by Allen
to header. Will this also transfer the line items? Also what
If I
want
Post by Allen
Post by Ben Smith
to
Post by Allen
do a partial transfer?
Thanks,
Allen Tuggle
Sr. Applications/Programmer Specialist
Pulaski Furniture
Allen
2004-11-29 14:10:26 UTC
Permalink
HSalim,
Thanks for the information. And let me admit up front I have only been
using Great Plains for about 2 months (The company I work for has been using
it for almost 2 years). So my overall knowledge of Great Plains is limited
at best. Know one has taught me about the ability to transfer a whole
batch.
However our current problem we would like to solve is we have a separate
shipping program. What happens is our Orders get sent to that program and
when they actually get shipped that program updates Great Plains with the
new information and is supposed to transfer the order to an invoice for me.
However it does not work as smoothly as we hopped. The best I can tell it
completes the order and then create a whole new invoice based on that order.
I'm not completely sure but I believe this is different than if I had
transferred the order in Great Plains.
The way all this ties in to our eConnect pilot is we are wanting to use
eConnect for several other smaller things but all of them combined still
does not justify the purchase of eConnect where if eConnect provided this
functionality it would justify the purchase of eConnect!

Any information would be greatly appreciated.
Thanks,
Allen Tuggle
Post by Ben Smith
Allen,
I am currently developing a Dexterity customization to fulfill orders based
on a fulfillment report - i.e. a text file that lists Order Number, item
Number, quantity shipped, ship date and so on. This customization has a UI
to import the text file and process the fulfillment. This client uses a
separate fulfilllment process for their orders.
We did consider adding functionality to transfer the order to invoice when
the order is fulfilled, and even to move these invoices to a separate batch.
We decided to wait and see and postponed this part to Phase 2. We felt the
transfer process could just as well be handled at the batch level. i.e.
pull up the batch and click on Transfer.
One drawback of the batch transfer method is that it creates the new invoice
in the same batch. Development on Phase 2 may be acceleratd if the current
method proves to be inadequate.
I'd be interested in hearing about your needs - it might help us with our
customization.
Regards
HS
Post by pat
Not going to happen unless you write it yourself. Or somebody else
recreated this process as a stored procedure and you could get the proc
from
Post by pat
them. The Dexterity code that manages the transfer document types is all
bound on the Transfer SOP Document window. So in order to use it you have
to have great plains running and you have to use that window regardless.
patrick
mbs tools support
This posting is provided "AS IS" with no warranties,
and confers no rights.
Post by Allen
Interesting... I am having a real hard time convincing Sr. Management
we
Post by pat
Post by Allen
should purchase this product when the product claims to support so much
of
Post by pat
Post by Allen
Great Plains Functionality yet in reality it supports very little. I
have
Post by pat
Post by Allen
only found a few tasks (like inserting SOP orders) that actually work
and
Post by pat
Post by Allen
then I had to extend eConnect Business logic to get the Trade Discount
to
Post by pat
Post by Allen
work correctly! (sorry just frustrated)
Does anyone know how I might be able to automate the process of
Transferring
Post by Allen
a SOP order to an invoice with out using Great Plains GUI?
Thanks,
Allen
Post by Ben Smith
Allen,
eConnect does not support transferring SOP Orders to Invoices.
taIVTransferHeaderInsert is for the inventory tables, not the SOP
tables.
Post by Allen
Post by Ben Smith
-Ben
Post by Allen
Hello,
I have sucessfully acomplished a few different things with
eConnect,
Post by Allen
Post by Ben Smith
Post by Allen
however I don't even know where to start with this one: I want to
take
Post by pat
Post by Allen
Post by Ben Smith
Post by Allen
an
SOP transaction and transfer it to an invoice useing eConnect. Can anyone
point me in the right direction? or give me the name of the XML
schema/node
Post by Allen
I should use?
I assume I should be using "taIVTransferHeaderInsert" but this only
applies
Post by Allen
to header. Will this also transfer the line items? Also what If I
want
Post by Allen
Post by Ben Smith
to
Post by Allen
do a partial transfer?
Thanks,
Allen Tuggle
Sr. Applications/Programmer Specialist
Pulaski Furniture
HSalim
2004-11-29 15:09:27 UTC
Permalink
Allen,

I would first fix that shipping program and get it to do what it is supposed
to do or dump it before
adding econnect to the mix.

The good news about eConnect is that you can create your own extensions.
if you can add a stored proc to your GP database, you can call it from
econnect.
Remember it is a developer's tool and is not meant to be for the typical GP
user.

HS
Post by Allen
HSalim,
Thanks for the information. And let me admit up front I have only been
using Great Plains for about 2 months (The company I work for has been using
it for almost 2 years). So my overall knowledge of Great Plains is limited
at best. Know one has taught me about the ability to transfer a whole
batch.
However our current problem we would like to solve is we have a separate
shipping program. What happens is our Orders get sent to that program and
when they actually get shipped that program updates Great Plains with the
new information and is supposed to transfer the order to an invoice for me.
However it does not work as smoothly as we hopped. The best I can tell it
completes the order and then create a whole new invoice based on that order.
I'm not completely sure but I believe this is different than if I had
transferred the order in Great Plains.
The way all this ties in to our eConnect pilot is we are wanting to use
eConnect for several other smaller things but all of them combined still
does not justify the purchase of eConnect where if eConnect provided this
functionality it would justify the purchase of eConnect!
Any information would be greatly appreciated.
Thanks,
Allen Tuggle
Post by Ben Smith
Allen,
I am currently developing a Dexterity customization to fulfill orders based
on a fulfillment report - i.e. a text file that lists Order Number, item
Number, quantity shipped, ship date and so on. This customization has a UI
to import the text file and process the fulfillment. This client uses a
separate fulfilllment process for their orders.
We did consider adding functionality to transfer the order to invoice when
the order is fulfilled, and even to move these invoices to a separate batch.
We decided to wait and see and postponed this part to Phase 2. We felt the
transfer process could just as well be handled at the batch level. i.e.
pull up the batch and click on Transfer.
One drawback of the batch transfer method is that it creates the new invoice
in the same batch. Development on Phase 2 may be acceleratd if the current
method proves to be inadequate.
I'd be interested in hearing about your needs - it might help us with our
customization.
Regards
HS
Post by pat
Not going to happen unless you write it yourself. Or somebody else
recreated this process as a stored procedure and you could get the proc
from
Post by pat
them. The Dexterity code that manages the transfer document types is all
bound on the Transfer SOP Document window. So in order to use it you have
to have great plains running and you have to use that window regardless.
patrick
mbs tools support
This posting is provided "AS IS" with no warranties,
and confers no rights.
Post by Allen
Interesting... I am having a real hard time convincing Sr. Management
we
Post by pat
Post by Allen
should purchase this product when the product claims to support so much
of
Post by pat
Post by Allen
Great Plains Functionality yet in reality it supports very little. I
have
Post by pat
Post by Allen
only found a few tasks (like inserting SOP orders) that actually work
and
Post by pat
Post by Allen
then I had to extend eConnect Business logic to get the Trade Discount
to
Post by pat
Post by Allen
work correctly! (sorry just frustrated)
Does anyone know how I might be able to automate the process of
Transferring
Post by Allen
a SOP order to an invoice with out using Great Plains GUI?
Thanks,
Allen
Post by Ben Smith
Allen,
eConnect does not support transferring SOP Orders to Invoices.
taIVTransferHeaderInsert is for the inventory tables, not the SOP
tables.
Post by Allen
Post by Ben Smith
-Ben
Post by Allen
Hello,
I have sucessfully acomplished a few different things with
eConnect,
Post by Allen
Post by Ben Smith
Post by Allen
however I don't even know where to start with this one: I want to
take
Post by pat
Post by Allen
Post by Ben Smith
Post by Allen
an
SOP transaction and transfer it to an invoice useing eConnect.
Can
Post by Allen
Post by Ben Smith
Post by pat
Post by Allen
Post by Ben Smith
Post by Allen
anyone
point me in the right direction? or give me the name of the XML
schema/node
Post by Allen
I should use?
I assume I should be using "taIVTransferHeaderInsert" but this only
applies
Post by Allen
to header. Will this also transfer the line items? Also what If I
want
Post by Allen
Post by Ben Smith
to
Post by Allen
do a partial transfer?
Thanks,
Allen Tuggle
Sr. Applications/Programmer Specialist
Pulaski Furniture
Allen
2004-11-29 16:28:16 UTC
Permalink
Actually what I am hoping to do is make use of eConnect to fix the shipping
program. I'm hoping to have the shipping program invoice an eConnect
service (webservice) that I provide (program) that would then perform the
transform. I have made use of eConnect pre and post stored procedures I
have not yet looked into writing my own stored procedure and calling it from
eConnect. I will check that out now.

Thanks
-Allen
Post by Ben Smith
Allen,
I would first fix that shipping program and get it to do what it is supposed
to do or dump it before
adding econnect to the mix.
The good news about eConnect is that you can create your own extensions.
if you can add a stored proc to your GP database, you can call it from
econnect.
Remember it is a developer's tool and is not meant to be for the typical GP
user.
HS
Post by Allen
HSalim,
Thanks for the information. And let me admit up front I have only
been
Post by Allen
using Great Plains for about 2 months (The company I work for has been
using
Post by Allen
it for almost 2 years). So my overall knowledge of Great Plains is
limited
Post by Allen
at best. Know one has taught me about the ability to transfer a whole
batch.
However our current problem we would like to solve is we have a
separate
Post by Allen
shipping program. What happens is our Orders get sent to that program and
when they actually get shipped that program updates Great Plains with the
new information and is supposed to transfer the order to an invoice for
me.
Post by Allen
However it does not work as smoothly as we hopped. The best I can tell it
completes the order and then create a whole new invoice based on that
order.
Post by Allen
I'm not completely sure but I believe this is different than if I had
transferred the order in Great Plains.
The way all this ties in to our eConnect pilot is we are wanting to
use
Post by Allen
eConnect for several other smaller things but all of them combined still
does not justify the purchase of eConnect where if eConnect provided this
functionality it would justify the purchase of eConnect!
Any information would be greatly appreciated.
Thanks,
Allen Tuggle
Post by Ben Smith
Allen,
I am currently developing a Dexterity customization to fulfill orders based
on a fulfillment report - i.e. a text file that lists Order Number, item
Number, quantity shipped, ship date and so on. This customization has
a
UI
to import the text file and process the fulfillment. This client uses a
separate fulfilllment process for their orders.
We did consider adding functionality to transfer the order to invoice
when
Post by Allen
Post by Ben Smith
the order is fulfilled, and even to move these invoices to a separate batch.
We decided to wait and see and postponed this part to Phase 2. We felt the
transfer process could just as well be handled at the batch level.
i.e.
pull up the batch and click on Transfer.
One drawback of the batch transfer method is that it creates the new invoice
in the same batch. Development on Phase 2 may be acceleratd if the current
method proves to be inadequate.
I'd be interested in hearing about your needs - it might help us with
our
Post by Allen
Post by Ben Smith
customization.
Regards
HS
Post by pat
Not going to happen unless you write it yourself. Or somebody else
recreated this process as a stored procedure and you could get the proc
from
Post by pat
them. The Dexterity code that manages the transfer document types is
all
Post by Allen
Post by Ben Smith
Post by pat
bound on the Transfer SOP Document window. So in order to use it you have
to have great plains running and you have to use that window
regardless.
Post by Allen
Post by Ben Smith
Post by pat
patrick
mbs tools support
This posting is provided "AS IS" with no warranties,
and confers no rights.
Post by Allen
Interesting... I am having a real hard time convincing Sr.
Management
Post by Allen
Post by Ben Smith
we
Post by pat
Post by Allen
should purchase this product when the product claims to support so
much
Post by Allen
Post by Ben Smith
of
Post by pat
Post by Allen
Great Plains Functionality yet in reality it supports very little.
I
have
Post by pat
Post by Allen
only found a few tasks (like inserting SOP orders) that actually work
and
Post by pat
Post by Allen
then I had to extend eConnect Business logic to get the Trade
Discount
Post by Allen
Post by Ben Smith
to
Post by pat
Post by Allen
work correctly! (sorry just frustrated)
Does anyone know how I might be able to automate the process of
Transferring
Post by Allen
a SOP order to an invoice with out using Great Plains GUI?
Thanks,
Allen
Post by Ben Smith
Allen,
eConnect does not support transferring SOP Orders to Invoices.
taIVTransferHeaderInsert is for the inventory tables, not the SOP
tables.
Post by Allen
Post by Ben Smith
-Ben
Post by Allen
Hello,
I have sucessfully acomplished a few different things with
eConnect,
Post by Allen
Post by Ben Smith
Post by Allen
however I don't even know where to start with this one: I want to
take
Post by pat
Post by Allen
Post by Ben Smith
Post by Allen
an
SOP transaction and transfer it to an invoice useing eConnect.
Can
Post by Allen
Post by Ben Smith
Post by pat
Post by Allen
Post by Ben Smith
Post by Allen
anyone
point me in the right direction? or give me the name of the XML
schema/node
Post by Allen
I should use?
I assume I should be using "taIVTransferHeaderInsert" but this
only
Post by Allen
Post by Ben Smith
Post by pat
Post by Allen
Post by Ben Smith
applies
Post by Allen
to header. Will this also transfer the line items? Also what If
I
Post by Allen
Post by Ben Smith
Post by pat
want
Post by Allen
Post by Ben Smith
to
Post by Allen
do a partial transfer?
Thanks,
Allen Tuggle
Sr. Applications/Programmer Specialist
Pulaski Furniture
Loading...