Hi,
I am new with eConnect and I have a question
I am developping a web page in which user can create a sales Orders in GP from this web pages
Up to now I can create the header sales orders and the details sales orders
When I create a Sales Orders is for a specific Customer
My question is how can I activate the value of the field SHIPCOMPLETE (Ship document Complte see picture below in the Sales Customers Detail Entry)
Each Customer have a defautl value for this field and I will like to assign this default value in the orders tha t I created from the web page or another table if this is the case
To create my sales orders in GP using the Econnect SDk I use 2 objects
taSopHdrIvcInsert This is for the Sales order header
taSopLineIvcInsert_ItemsTaSopLineIvcInsert This is for all my Details Sales order lines
I verify all Properties from those 2 objects and I can not find the properties SHIPCOMPLETE
Is there a way I can acheived that?
It can be after creating the sales order which the Econnect SDK return me a string with all the information from the sales order that I just created in GP
Is there another Object that I can use to update the sales orders in a way that I can activate or not the checkbox Ship Complte Document
Thanks in advance and Have a nice day :)