Add, change or delete orders (UpdateConnector FbSales)

UpdateConnector for adding, changing and deleting sales orders.

UpdateConnector name: FbSales

Note: 

You can retrieve a list of fields to be supplied for each UpdateConnector and generate an XML example. See the description for AFAS Online or for a local installation.

Contents

Preparation
Description

Actions that can be performed with the connector

INSERT

Add records

Download an XML example file (simple example)

Download an XML example file (detailed example)

UPDATE

Change records

Download an XML example file (add lines to order)

Download an XML example file (change line based on article code)

Download an XML example file (change line based on 'GUID')

Download an XML example file (clear custom fields)

DELETE

Delete records

Download an XML example file (delete entire order)

Download an XML example file (delete one order line)

A sales order that is added using the UpdateConnector or an import action takes into account the order proposal:

  • The Remainder (order line stock deficit) and Always types are implemented in the order proposal.
  • The Pose question type is not implemented because this would result in a question when you run the UpdateConnector.

Deviating delivery address

First find the internal ID of the deviating delivery address in Profit.

  1. Go to: Financial / Debtor / Debtor.
  2. Open the debtor.
  3. Go to the tab: Delivery address.
  4. Create a new view and include the Address ID field.

  5. Include the delivery address in the XML:

    <DlAd>: Address ID

    <ExAd>: Description

Add a sales order on the basis of an existing sales quotation

Preparation

Directly to

  1. UpdateConnector descriptions