Customerkey
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 21 articles for 0.303 sec
Thanks Kevin. That's code is resolving my multple items in one order. Thanks again for both guys. -Toi "Kevin Johnson[MSFT]" wrote: > Toi, > > The sample code provided should be a good starting point for creating a > sales order with multiple lines. Create a loop to iterate through the line > items for your order and create a new SalesOrderLine object inside of this > loop so     

Group: microsoft.public.greatplains · Group Profile · Search for Customerkey in microsoft.public.greatplains
Author: Toi Day
Date: Sep 15, 2008 14:08

Toi, The sample code provided should be a good starting point for creating a sales order with multiple lines. Create a loop to iterate through the line items for your order and create a new SalesOrderLine object inside of this loop so that it gets recreated on each pass. After setting your properties for the current line, add it to a SalesOrderLine array that you've already created.
Show full article (7.51Kb) · Show article thread
Thanks HSalim. I also have another question if you have any ideas. I am trying to create a new item number in GP so that it's existed before I can create salesorder and salesitem but I don't know which method/methods from GP Web Services to do so. I found that there are CreateSalesOrder, CreateSalesItem, GetItemByKey but I could not find where CreateItem? Your help will be helpful and I'd     

Group: microsoft.public.greatplains · Group Profile · Search for Customerkey in microsoft.public.greatplains
Author: Kevin Johnson[MSFT]
Date: Sep 15, 2008 13:45

your code should have a loop to add multiple sales order lines. Untested code snippet follows... // Create an array of sales order lines // Initialize the array with sales order line object SalesOrderLine[] orders = { salesOrderLine }; // Add sales order lines for (int i = 0; i < orderlines.Rows.Count; i++) { // Create a sales order line to specify the ordered item
Show full article (7.00Kb) · Show article thread
All, I have a troule when using CreateSalesOrder with more than two items. The code below works only one item that I got from MSDN sample code. So, how can I add more items in this code to make one sales order with many items? static void Main(string[] args) { CompanyKey companyKey; Context context; SalesOrder salesOrder; SalesDocumentTypeKey     

Group: microsoft.public.greatplains · Group Profile · Search for Customerkey in microsoft.public.greatplains
Author: Toi Day
Date: Sep 15, 2008 09:28

Are these Key fields the Primary Key fields? Are they Autonumbers? Evi "JJ Johnson" <JJJohnson@discussions.microsoft.com> wrote in message news:D5BE768A-1EA5-4F47-8D3D-E3B0456E4110@microsoft.com... I have a report that is returning the wrong bill number for customers. The database table has a "BillKey" field and a "BillNumber" field. The "BillNumber" is the correct bill number for each
Show full article (5.33Kb) · Show article thread
I have a report that is returning the wrong bill number for customers. The database table has a "BillKey" field and a "BillNumber" field. The "BillNumber" is the correct bill number for each customer. The "BillKey" field is incremental (by 1). However, when a manual adjustment is done and assigns a bill number to it, it is in a differenct sequence than the regular bill numbers and now     

Group: microsoft.public.greatplains · Group Profile · Search for Customerkey in microsoft.public.greatplains
Author: HSalim[MVP]
Date: Sep 12, 2008 14:17

RonRedmer, I answered this in the microsoft.public.dynamics.gp.developer newsgroup posting that you multi-posted this to. patrick developer support -- This posting is provided "AS IS" with no warranties, and confers no rights. "RonRedmer" <RonRedmer@discussions.microsoft.com> wrote in message news:4BCDFF90-5205-4A6B-865F-69C026B8ECED@microsoft.com... I am having a problem creating
Show full article (4.63Kb) · Show article thread
I am having a problem creating sales invoices through web services. I am able to create invoices, but GP will not accept my Unit Price - it uses the price on the DEFAULT Price Level (whether or not we specify a price level). I have tried setting TotalPrice, etc... no luck. I need to be able to pass in a unique price for each line item. Any ideas? Here is our test code: public void     

Group: microsoft.public.greatplains · Group Profile · Search for Customerkey in microsoft.public.greatplains
Author: Toi Day
Date: Sep 12, 2008 12:28

Brian Selzer wrote: A typical schema with artificial keys: Customer {CustomerKey, CustomerNo, ...} Key {CustomerKey}, Key {CustomerNo} Item {ItemKey, ItemNo, ...} Key {ItemKey}, Key {ItemNo} CI {CustomerItemKey, CustomerKey, ItemKey, CustomerItemNo} Key {CustomerItemKey}, Key {CustomerKey, ItemKey} CI[ItemKey] IN Item[ItemKey] CI[CustomerKey
Show full article (3.35Kb)
    

Group: microsoft.public.access.tablesdbdesign · Group Profile · Search for Customerkey in microsoft.public.access.tablesdbdesign
Author: Evi
Date: Apr 25, 2008 16:28

Show full article (1.03Kb) · Show article thread
    

Group: microsoft.public.access.tablesdbdesign · Group Profile · Search for Customerkey in microsoft.public.access.tablesdbdesign
Author: JJ Johnson
Date: Apr 18, 2008 13:54

Show full article (0.81Kb)
    

Group: microsoft.public.greatplains · Group Profile · Search for Customerkey in microsoft.public.greatplains
Author: Patrick [MSFT]
Date: Feb 8, 2008 19:40

Show full article (3.71Kb) · Show article thread
    

Group: microsoft.public.greatplains · Group Profile · Search for Customerkey in microsoft.public.greatplains
Author: RonRedmer
Date: Feb 8, 2008 12:40

Show full article (3.22Kb)
    

Group: microsoft.public.access · Group Profile · Search for Customerkey in microsoft.public.access
Author: James A. Fortune
Date: Jan 28, 2008 13:26

Show full article (1.92Kb) · Show article thread
1 · 2 · 3 · next