Results 1 to 2 of 2

Thread: Pastel Partner SDK - Updating Inventory Categories (C#)

  1. #1
    Email problem
    Join Date
    Jul 2019
    Location
    Western Cape
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Pastel Partner SDK - Updating Inventory Categories (C#)

    Hi, has anyone managed to use the PopulateCombo function in the Pastel SDK to update Inventory Categories successfully?
    So far I've tried this but the SDK throws an error:

    public void popComb()
    {
    ComboBox comboBox1 = new ComboBox();


    comboBox1.Items.Add("Test");
    try
    {
    pasSDK.PopulateCombo(ecCodeTypes.ecInventoryCatego ry, comboBox1);
    }
    catch (Exception e)
    {
    Console.WriteLine(e.Message);
    Console.WriteLine(e.StackTrace);
    }
    }

  2. #2
    Bronze Member michellepace's Avatar
    Join Date
    Oct 2018
    Location
    South Africa
    Posts
    131
    Thanks
    15
    Thanked 3 Times in 3 Posts
    Hi Frank, could you paste in the error being thrown? (or take a screenshot)

Similar Threads

  1. PASTEL PARTNER V17 INVENTORY
    By Coolblue in forum Accounting Forum
    Replies: 3
    Last Post: 31-Jan-19, 08:46 PM
  2. [Question] Importing Inventory Master files into Pastel Partner
    By David Irish in forum Accounting Forum
    Replies: 2
    Last Post: 16-Aug-17, 05:00 PM
  3. [Question] Pastel Partner V14 - Inventory import error
    By S Everts in forum Accounting Forum
    Replies: 4
    Last Post: 20-Apr-17, 09:05 AM
  4. Pastel Partner Inventory Reconciliation
    By David Irish in forum Accounting Forum
    Replies: 1
    Last Post: 01-Nov-16, 10:55 AM
  5. Pastel help please - categories
    By geraldenek in forum Accounting Forum
    Replies: 2
    Last Post: 08-Feb-12, 02:48 PM

Did you like this article? Share it with your favourite social network.

Did you like this article? Share it with your favourite social network.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •