<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.twbs.com/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel xmlns:g="http://base.google.com/ns/1.0">
        <title>Wiki bw2</title>
        <description></description>
        <link>https://wiki.twbs.com/</link>
        <lastBuildDate>Fri, 14 Aug 2026 05:58:16 +0000</lastBuildDate>
        <generator>FeedCreator 1.8</generator>
        <image>
            <url>https://wiki.twbs.com/lib/tpl/20cones/images/favicon.ico</url>
            <title>Wiki</title>
            <link>https://wiki.twbs.com/</link>
        </image>
        <item>
            <title>Bizweaver Activity Logging</title>
            <link>https://wiki.twbs.com/doku.php/bw2/actitivity_logging?rev=1608060038</link>
            <description>Bizweaver Activity Logging

As noted earlier in this document, actions from the Test Run tool are logged in text files. However, when a schedule executes a workflow, or using the “Run now” option, step information is logged to the SQL database used by Bizweaver.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>bw2</category>
            <pubDate>Tue, 15 Dec 2020 14:20:38 +0000</pubDate>
        </item>
        <item>
            <title>Adding and Updating Business Partner Addresses</title>
            <link>https://wiki.twbs.com/doku.php/bw2/adding_and_updating_business_partner_addresses?rev=1612541751</link>
            <description>Adding and Updating Business Partner Addresses

Following is an example for adding a new Business Partner address. In this example, the new address's information is held in a SQL table named “SBO_Address_Info,” which is in a database named “VersagoData.”</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>bw2</category>
            <pubDate>Fri, 05 Feb 2021 11:15:51 +0000</pubDate>
        </item>
        <item>
            <title>Adding and Updating Business Partner Contacts</title>
            <link>https://wiki.twbs.com/doku.php/bw2/adding_and_updating_business_partner_contacts?rev=1612542091</link>
            <description>Adding and Updating Business Partner Contacts

Following is an example for adding a new Business Partner contact. In this example, the new address's information is held in a SQL table named “SBO_Contact_Info,” which is in a database named “VersagoData.”</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>bw2</category>
            <pubDate>Fri, 05 Feb 2021 11:21:31 +0000</pubDate>
        </item>
        <item>
            <title>B1 Messages</title>
            <link>https://wiki.twbs.com/doku.php/bw2/b1_messages?rev=1612542542</link>
            <description>B1 Messages

SAP Business One messages can be created using DI API.  These messages are displayed in the Incoming Messages area in Business One.

The basic query to prepare to send a message will be something like this.


select
t0.UserID, t0.User_Code, t0.U_Name, 'Test Message' as &quot;Subject&quot;, 'Test message text' as &quot;MessageText&quot;, 1 as &quot;SendInternal&quot;, -1 as &quot;RecipientTypee&quot;, 1 as &quot;MsgPriority&quot;, E_Mail
from OUSR t0
where t0.UserID = 1</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>bw2</category>
            <pubDate>Fri, 05 Feb 2021 11:29:02 +0000</pubDate>
        </item>
        <item>
            <title>BigCommerce WebService Access</title>
            <link>https://wiki.twbs.com/doku.php/bw2/bigcommerce_api?rev=1612543205</link>
            <description>BigCommerce WebService Access

Before a BigCommerce store can be accessed using the APIs, the store must be configured to access it.  The configuration process is described in the following section.

Some of the BigCommerce APIs can be accessed using basic authentication, but this is not advisable.  BigCommerce indicates that not all APIs are available with this type of authentication.  And basic authentication will not be allowed at some point in the future.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>bw2</category>
            <pubDate>Fri, 05 Feb 2021 11:40:05 +0000</pubDate>
        </item>
        <item>
            <title>Introduction (Bizweaver)</title>
            <link>https://wiki.twbs.com/doku.php/bw2/bizweaver?rev=1702652060</link>
            <description>Introduction (Bizweaver)

The Bizweaver application is a set of tools used to automate data acquisition, data manipulation, file management activities, and provide data integration into SAP Business One.  The various tools provided by Bizweaver are linked together as a set of sequential steps called a workflow.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>bw2</category>
            <pubDate>Fri, 15 Dec 2023 09:54:20 +0000</pubDate>
        </item>
        <item>
            <title>Bizweaver API</title>
            <link>https://wiki.twbs.com/doku.php/bw2/bizweaver_api?rev=1612544326</link>
            <description>Bizweaver API

Bizweaver has its own API that can be used in a variety of ways.  This is a directly-called API and does not currently use REST as the communication mechanism.  Instead, a specially formatted URL is used.

The two most common uses are to invoke a Bizweaver workflow from a Versago form or report and to have one workflow call another workflow.  See the</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>bw2</category>
            <pubDate>Fri, 05 Feb 2021 11:58:46 +0000</pubDate>
        </item>
        <item>
            <title>Application Overview (Bizweaver)</title>
            <link>https://wiki.twbs.com/doku.php/bw2/bizweaver_application_overview?rev=1623867549</link>
            <description>Application Overview (Bizweaver)

This set of pages provides an overview of the Bizweaver data integration application.

Audience

This document is intended for developers of Bizweaver workflows.  Knowledge of standard SQL (Microsoft T-SQL) statements is required.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>bw2</category>
            <pubDate>Wed, 16 Jun 2021 14:19:09 +0000</pubDate>
        </item>
        <item>
            <title>Bizweaver Environment Requirements</title>
            <link>https://wiki.twbs.com/doku.php/bw2/bizweaver_environment_requirements?rev=1708539533</link>
            <description>Bizweaver Environment Requirements

Review the following requirements for your Bizweaver environment.

Server Hardware Requirements

The following information represents a general guideline for minimum hardware requirements. They should be adequate for most Bizweaver installations. However, it may be necessary to increase CPU and RAM in larger installations.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>bw2</category>
            <pubDate>Wed, 21 Feb 2024 13:18:53 +0000</pubDate>
        </item>
        <item>
            <title>General Settings for Bizweaver</title>
            <link>https://wiki.twbs.com/doku.php/bw2/bizweaver_general_settings?rev=1612739119</link>
            <description>General Settings for Bizweaver

To access Bizweaver settings, navigate to the menu bar, select tools then settings.



Database Settings



Server and Database: The SQL Server instance and database where Bizweaver configuration information is held.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>bw2</category>
            <pubDate>Sun, 07 Feb 2021 18:05:19 +0000</pubDate>
        </item>
        <item>
            <title>Bizweaver Tips</title>
            <link>https://wiki.twbs.com/doku.php/bw2/bizweaver_tips?rev=1704474694</link>
            <description>Bizweaver Tips

This page is for tips and tricks that have been helpful to users. If you have any suggestions please submit them via the Third Wave portal.

Dealing with invalid email addresses

If the Bizweaver email tool is configured to send an email from a variable that contains email addresses and, if a invalid email address is passed, the workflow can stop with errors. The following SQL statement examples can help find bad emails in the data on the SAP Contact Persons Table (OCPR).</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>bw2</category>
            <pubDate>Fri, 05 Jan 2024 12:11:34 +0000</pubDate>
        </item>
        <item>
            <title>Called from SAP Business One (Trigger)</title>
            <link>https://wiki.twbs.com/doku.php/bw2/bizweaver_trigger?rev=1725902848</link>
            <description>Called from SAP Business One (Trigger)

Bizweaver provides a method to trigger a workflow from a Post Execute SQL stored procedure (for example SAP SBO_SP_PostTransactionNotice) in an SAP database (SQL or Hana). From the SAP stored proc, trigger instructions are inserted into a Bizweaver staging table and then immediately into a queue via a 'listener' (installed with Bizweaver) as a trigger request. Based on the target workflow's availability, the listener processes the request, triggering the w…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>bw2</category>
            <pubDate>Mon, 09 Sep 2024 13:27:28 +0000</pubDate>
        </item>
        <item>
            <title>Building a Workflow</title>
            <link>https://wiki.twbs.com/doku.php/bw2/building_a_workflow?rev=1704468494</link>
            <description>Building a Workflow

A workflow is constructed by sequentially connecting the various Bizweaver tools. This is done in the Workflow Design pane. For this discussion, this area will be called the “design pane.”

Start the process with an empty design pane. Click the file option in the menu bar, then a new workflow. You can also use the shortcut Ctrl-N anywhere in the Bizweaver main application.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>bw2</category>
            <pubDate>Fri, 05 Jan 2024 10:28:14 +0000</pubDate>
        </item>
        <item>
            <title>bw2:business_partner_for_service_layer</title>
            <link>https://wiki.twbs.com/doku.php/bw2/business_partner_for_service_layer?rev=1608054000</link>
            <description>JSON for Business Partner


{
  &quot;odata.metadata&quot;: &quot;https://18.208.56.251:50000/b1s/v1/$metadata#BusinessPartners/@Element&quot;,
  &quot;CardCode&quot;: &quot;C20000&quot;,
  &quot;CardName&quot;: &quot;Maxi-Tech&quot;,
  &quot;CardType&quot;: &quot;cCustomer&quot;,
  &quot;GroupCode&quot;: 107,
  &quot;Address&quot;: &quot;4417 Stonebridge Rd&quot;,
  &quot;ZipCode&quot;: &quot;18067&quot;,
  &quot;MailAddress&quot;: &quot;4417 Stonebridge Rd&quot;,
  &quot;MailZipCode&quot;: &quot;18067&quot;,
  &quot;Phone1&quot;: &quot;555-0110&quot;,
  &quot;Phone2&quot;: null,
  &quot;Fax&quot;: &quot;555-0111&quot;,
  &quot;ContactPerson&quot;: &quot;Max Teq&quot;,
  &quot;Notes&quot;: null,
  &quot;PayTermsGrpCode&quot;: 1,
  &quot;CreditLimit&quot;: 0,
…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>bw2</category>
            <pubDate>Tue, 15 Dec 2020 12:40:00 +0000</pubDate>
        </item>
        <item>
            <title>Calling Bizweaver from SQL</title>
            <link>https://wiki.twbs.com/doku.php/bw2/call_bizweaver_from_sql?rev=1725903676</link>
            <description>Calling Bizweaver from SQL

Some special program code, provided by Third Wave Business Systems, is required for this functionality to work.  Configuration of the special code is described here.  This is a technical process and should not be attempted by anyone not familiar with T-SQL stored procedures. Contact TWBS support if you need assistance.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>bw2</category>
            <pubDate>Mon, 09 Sep 2024 13:41:16 +0000</pubDate>
        </item>
        <item>
            <title>Introduction (Crystal Reports)</title>
            <link>https://wiki.twbs.com/doku.php/bw2/crystal_reports_tool?rev=1675259653</link>
            <description>Introduction (Crystal Reports)

This document describes the use of the Bizweaver Crystal Reports tool.

Related Documents

The following pages contain additional information that may help develop Bizweaver workflows using the Crystal Reports tool.

	*</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>bw2</category>
            <pubDate>Wed, 01 Feb 2023 08:54:13 +0000</pubDate>
        </item>
        <item>
            <title>Introduction to DataBuilder</title>
            <link>https://wiki.twbs.com/doku.php/bw2/databuilder_tool?rev=1659468789</link>
            <description>Introduction to DataBuilder

This document described the use of the Bizweaver DataBuilder tool. This tool is used to create JSON and XML data structures for use with web service APIs.

Related Documents

The following documents contain additional information that may be helpful with the development of Bizweaver workflows.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>bw2</category>
            <pubDate>Tue, 02 Aug 2022 15:33:09 +0000</pubDate>
        </item>
        <item>
            <title>Decision Tool</title>
            <link>https://wiki.twbs.com/doku.php/bw2/decision_tool?rev=1727206925</link>
            <description>Decision Tool

The Bizweaver Decision tool provides the ability to do “branching” within a workflow based on values found in previous workflow steps. The test condition can be very simple, based on a single value, or more complicated using AND/OR conditions for a single test.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>bw2</category>
            <pubDate>Tue, 24 Sep 2024 15:42:05 +0000</pubDate>
        </item>
        <item>
            <title>Introduction (Email)</title>
            <link>https://wiki.twbs.com/doku.php/bw2/email_tool?rev=1659474373</link>
            <description>Introduction (Email)

This document describes the use of the Bizweaver Email tool.

Audience

This document is intended for developers of Bizweaver workflows.

Related Documents

The following documents contain additional information that may be helpful with the development of Bizweaver workflows.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>bw2</category>
            <pubDate>Tue, 02 Aug 2022 17:06:13 +0000</pubDate>
        </item>
        <item>
            <title>Introduction (Encryption)</title>
            <link>https://wiki.twbs.com/doku.php/bw2/encryptdecrypt_tool?rev=1659474164</link>
            <description>Introduction (Encryption)

This page describes the use of the Bizweaver Encrypt Decrypt Tool.

Encrypt Decrypt Tool

The encryption tool is best used to encrypt data from a source (AWS, Versago) to your database. The functionality is used to store sensitive data in a database, or a file. 
The tool accepts a string as input and encrypts it with a key you create. To view the string in clear text it must be decrypted with the same key. An encryption step can be added anywhere to a workflow. In the …</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>bw2</category>
            <pubDate>Tue, 02 Aug 2022 17:02:44 +0000</pubDate>
        </item>
        <item>
            <title>Introduction to Error Handling</title>
            <link>https://wiki.twbs.com/doku.php/bw2/error_handling?rev=1612881097</link>
            <description>Introduction to Error Handling

Error handling is introduced in version 2.2 of Bizweaver.

Error handling in Bizweaver allows the designer/administrator to handle error conditions in a workflow easily. There are two levels of error handling: workflow level and step level. The configuration of these levels is described in the following sections.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>bw2</category>
            <pubDate>Tue, 09 Feb 2021 09:31:37 +0000</pubDate>
        </item>
        <item>
            <title>Introduction (ExchangeConnector)</title>
            <link>https://wiki.twbs.com/doku.php/bw2/exchangeconnector_tool?rev=1704914354</link>
            <description>Introduction (ExchangeConnector)

This page describes the configuration of the Bizweaver ExchangeConnector tool. This tool is used to read an email from a designated user and create new appointments for any user-defined in Exchange.

Related Documents</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>bw2</category>
            <pubDate>Wed, 10 Jan 2024 14:19:14 +0000</pubDate>
        </item>
        <item>
            <title>Executing a Workflow</title>
            <link>https://wiki.twbs.com/doku.php/bw2/executing_a_workflow?rev=1725902912</link>
            <description>Executing a Workflow

There are five methods to execute a Bizweaver workflow: test/debug mode, “run now“, scheduled, and from SQL via the Bizweaver web service, and from SQL via a trigger.

Test/Debug Mode

The Bizweaver Test Run Tool allows a developer to execute a workflow in a step-by-step manner. Variable values can be examined at each step to confirm that they are what is expected. More information on this tool is found</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>bw2</category>
            <pubDate>Mon, 09 Sep 2024 13:28:32 +0000</pubDate>
        </item>
        <item>
            <title>File Operations Tool</title>
            <link>https://wiki.twbs.com/doku.php/bw2/file_operations_tool?rev=1727207235</link>
            <description>File Operations Tool

The File Operations tool provides four standard Windows file operations and one operation specific to Bizweaver. The fields displayed in the File Operations tool will change depending on the function.

The standard Windows operations are Get, Copy, Move, and Delete.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>bw2</category>
            <pubDate>Tue, 24 Sep 2024 15:47:15 +0000</pubDate>
        </item>
        <item>
            <title>File Reader Tool</title>
            <link>https://wiki.twbs.com/doku.php/bw2/file_reader_tool?rev=1727207469</link>
            <description>File Reader Tool

The File Reader tool is used to read data from “flat” delimited files and “structured” formats such as XML, JSON, Microsoft Excel. Plain text can also be read with “text reader” as a single string.

The File Reader tool is also used to process data being received from a webservice call. More information on this process can be found in the</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>bw2</category>
            <pubDate>Tue, 24 Sep 2024 15:51:09 +0000</pubDate>
        </item>
        <item>
            <title>File Writer Tool</title>
            <link>https://wiki.twbs.com/doku.php/bw2/file_writer_tool?rev=1727209351</link>
            <description>File Writer Tool

The File Writer tool is used to format data from any previous step in a Bizweaver workflow whose output can be processed to write the data in a delimited format, structured format (XML), Excel, or Base64 binary data. The resulting file can then be used as needed in subsequent workflow steps.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>bw2</category>
            <pubDate>Tue, 24 Sep 2024 16:22:31 +0000</pubDate>
        </item>
        <item>
            <title>FTP and Bizweaver</title>
            <link>https://wiki.twbs.com/doku.php/bw2/ftp_and_bizweaver?rev=1704810887</link>
            <description>FTP and Bizweaver

By design, Bizweaver does not include its own FTP functionality.  Instead it uses the Execute tool to call any FTP application that supports a command-line interface.  The most common application used by Third Wave is winSCP (&lt;https://winSCP.net&gt;).  We have found that winSCP offers all the functionality that is typically required.  This page describes how to use winSCP with Bizweaver.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>bw2</category>
            <pubDate>Tue, 09 Jan 2024 09:34:47 +0000</pubDate>
        </item>
        <item>
            <title>Introduction (Connections Manager)</title>
            <link>https://wiki.twbs.com/doku.php/bw2/global_connections?rev=1675014516</link>
            <description>Introduction (Connections Manager)

This document describes the process of creating Bizweaver global connections. Global connections define connection information to allow other Bizweaver tools to interact with SQL Server databases, SAP HANA databases, SAP Business One DI Server, SAP Business One DI</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>bw2</category>
            <pubDate>Sun, 29 Jan 2023 12:48:36 +0000</pubDate>
        </item>
        <item>
            <title>Introduction (Import/Export)</title>
            <link>https://wiki.twbs.com/doku.php/bw2/import_export_tool?rev=1612875342</link>
            <description>Introduction (Import/Export)

This document discusses the Bizweaver Export/Import functionality.

Audience

This document is intended for developers of Bizweaver workflows.

Related Documents

The following documents contain additional information that may be helpful with the development of Bizweaver workflows.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>bw2</category>
            <pubDate>Tue, 09 Feb 2021 07:55:42 +0000</pubDate>
        </item>
        <item>
            <title>Bizweaver Installation/Upgrade</title>
            <link>https://wiki.twbs.com/doku.php/bw2/installation_and_upgrade_instructions?rev=1709135477</link>
            <description>Bizweaver Installation/Upgrade

The process to install and upgrade Bizweaver is described here.

Installing and Upgrading Bizweaver

Installation and updates follow the same set of steps. The only difference is that in an update, the Server Configuration values defined in a previous installation will automatically be displayed. The values can be used by clicking [</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>bw2</category>
            <pubDate>Wed, 28 Feb 2024 10:51:17 +0000</pubDate>
        </item>
        <item>
            <title>Preparation</title>
            <link>https://wiki.twbs.com/doku.php/bw2/installation_upgrade_guide?rev=1659450054</link>
            <description>This page describes the process for installing and updating Bizweaver. The basic installation of Bizweaver will typically take 15 minutes or less.

Installation and updates follow the same set of steps. The only difference is that the Server Configuration values defined in a previous installation will automatically be displayed in an update. The values can be used by clicking [</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>bw2</category>
            <pubDate>Tue, 02 Aug 2022 10:20:54 +0000</pubDate>
        </item>
        <item>
            <title>SAP Business One Inventory Transfer with Bins</title>
            <link>https://wiki.twbs.com/doku.php/bw2/inventory_transfers_with_bins?rev=1613055551</link>
            <description>SAP Business One Inventory Transfer with Bins

Using DI Server or DI API to post an inventory transfer transaction in SAP Business One requires some additional configuration as described on this page.

Basic Approach

	*  A record for each From/To combination is needed, including cases where the From and To warehouses are different.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>bw2</category>
            <pubDate>Thu, 11 Feb 2021 09:59:11 +0000</pubDate>
        </item>
        <item>
            <title>Loop Tool</title>
            <link>https://wiki.twbs.com/doku.php/bw2/looping_tool?rev=1727206798</link>
            <description>Loop Tool

The Bizweaver “looping” tool is used to process a series of objects in succession while optionally performing other actions on each object. Typical use cases include:

	*  Processing a set of records generated from a SQL Query
	*  Processing multiple input files in one workflow cycle</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>bw2</category>
            <pubDate>Tue, 24 Sep 2024 15:39:58 +0000</pubDate>
        </item>
        <item>
            <title>Moving from Test to Production</title>
            <link>https://wiki.twbs.com/doku.php/bw2/moving_from_test_to_production?rev=1608052325</link>
            <description>Moving from Test to Production

The Import/Export process also provides a mechanism to migrate workflows from testing to production in the same environment.  Using this process means that you will not need to go into each workflow and change the connections.  It also leaves your test workflows in place for later use, if needed.  The basic steps are noted below.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>bw2</category>
            <pubDate>Tue, 15 Dec 2020 12:12:05 +0000</pubDate>
        </item>
        <item>
            <title>Introduction to Notifications</title>
            <link>https://wiki.twbs.com/doku.php/bw2/notifications?rev=1703015400</link>
            <description>Introduction to Notifications

Notifications were introduced as Error Handling in version 2.2 of Bizweaver.

Notifications in Bizweaver allow the designer to handle notification conditions in a workflow easily.

Third Wave highly recommends that you enable notifications for errors on all workflows, both existing and new.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>bw2</category>
            <pubDate>Tue, 19 Dec 2023 14:50:00 +0000</pubDate>
        </item>
        <item>
            <title>Notifications</title>
            <link>https://wiki.twbs.com/doku.php/bw2/notificationsversions?rev=1626728249</link>
            <description>Notifications

To see information dealing with Bizweaver Version 2.6 and prior proceed here

To see information dealing with Bizweaver Version 2.7 and after proceed here</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>bw2</category>
            <pubDate>Mon, 19 Jul 2021 16:57:29 +0000</pubDate>
        </item>
        <item>
            <title>Pause Tool</title>
            <link>https://wiki.twbs.com/doku.php/bw2/pause_tool?rev=1727208417</link>
            <description>Pause Tool

The Bizweaver Pause tool is used to suspend the processing of a Bizweaver workflow temporarily. There are two options available: Sleep and Delay. A Pause step can be inserted anywhere in a workflow.

There are no specific rules about where and when to use the Pause tool. In general, you may want to use the tool if you find that a workflow is failing because the workflow is moving to the next step before the current step has completed all its processing. An example of this might be a …</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>bw2</category>
            <pubDate>Tue, 24 Sep 2024 16:06:57 +0000</pubDate>
        </item>
        <item>
            <title>bw2:purchase_order_for_service_layer</title>
            <link>https://wiki.twbs.com/doku.php/bw2/purchase_order_for_service_layer?rev=1608054024</link>
            <description>JSON for Purchase Order


{
   &quot;odata.metadata&quot; : &quot;https://18.208.56.251:50000/b1s/v1/$metadata#PurchaseOrders/@Element&quot;,
   &quot;DocEntry&quot; : 1,
   &quot;DocNum&quot; : 1,
   &quot;DocType&quot; : &quot;dDocument_Items&quot;,
   &quot;HandWritten&quot; : &quot;tNO&quot;,
   &quot;Printed&quot; : &quot;psNo&quot;,
   &quot;DocDate&quot; : &quot;2006-01-01&quot;,
   &quot;DocDueDate&quot; : &quot;2006-01-16&quot;,
   &quot;CardCode&quot; : &quot;V10000&quot;,
   &quot;CardName&quot; : &quot;Acme Associates&quot;,
   &quot;Address&quot; : &quot;600 Eastern Blvd\r\rManchester PA  03101\rUSA&quot;,
   &quot;NumAtCard&quot; : null,
   &quot;DocTotal&quot; : 19485.0,
   &quot;AttachmentEntry&quot; : nu…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>bw2</category>
            <pubDate>Tue, 15 Dec 2020 12:40:24 +0000</pubDate>
        </item>
        <item>
            <title>Renaming A Bizweaver Databases</title>
            <link>https://wiki.twbs.com/doku.php/bw2/renaming_bizweaver_databases?rev=1608060249</link>
            <description>Renaming A Bizweaver Databases

This process is most commonly done when you are switching a “Test” Database and connections to a “Live” or production database.

For changing a Bizweaver database name the process is as follows.

Renaming A Bizweaver Database</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>bw2</category>
            <pubDate>Tue, 15 Dec 2020 14:24:09 +0000</pubDate>
        </item>
        <item>
            <title>bw2:sales_delivery_for_service_layer</title>
            <link>https://wiki.twbs.com/doku.php/bw2/sales_delivery_for_service_layer?rev=1608053950</link>
            <description>JSON for Sales Delivery Note


{
   &quot;odata.metadata&quot; : &quot;https://18.208.56.251:50000/b1s/v1/$metadata#DeliveryNotes/@Element&quot;,
   &quot;DocEntry&quot; : 1,
   &quot;DocNum&quot; : 1,
   &quot;DocType&quot; : &quot;dDocument_Items&quot;,
   &quot;HandWritten&quot; : &quot;tNO&quot;,
   &quot;Printed&quot; : &quot;psNo&quot;,
   &quot;DocDate&quot; : &quot;2006-01-20&quot;,
   &quot;DocDueDate&quot; : &quot;2006-01-20&quot;,
   &quot;CardCode&quot; : &quot;C20000&quot;,
   &quot;CardName&quot; : &quot;Norm Thompson&quot;,
   &quot;Address&quot; : &quot;300 Billings Drive\rSuite 500\rHavertown PA  19083\rUSA&quot;,
   &quot;NumAtCard&quot; : null,
   &quot;DocTotal&quot; : 14310.0,
   &quot;Attachmen…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>bw2</category>
            <pubDate>Tue, 15 Dec 2020 12:39:10 +0000</pubDate>
        </item>
        <item>
            <title>bw2:sales_invoice_for_service_layer</title>
            <link>https://wiki.twbs.com/doku.php/bw2/sales_invoice_for_service_layer?rev=1608053979</link>
            <description>JSON for Sales Invoice


{
  &quot;odata.metadata&quot;: &quot;https://18.208.56.251:50000/b1s/v1/$metadata#Invoices/@Element&quot;,
  &quot;DocEntry&quot;: 1,
  &quot;DocNum&quot;: 1,
  &quot;DocType&quot;: &quot;dDocument_Items&quot;,
  &quot;HandWritten&quot;: &quot;tNO&quot;,
  &quot;Printed&quot;: &quot;psNo&quot;,
  &quot;DocDate&quot;: &quot;2006-01-22&quot;,
  &quot;DocDueDate&quot;: &quot;2006-02-21&quot;,
  &quot;CardCode&quot;: &quot;C20000&quot;,
  &quot;CardName&quot;: &quot;Norm Thompson&quot;,
  &quot;Address&quot;: &quot;300 Billings Drive\rSuite 500\rHavertown PA  19083\rUSA&quot;,
  &quot;NumAtCard&quot;: null,
  &quot;DocTotal&quot;: 14310,
  &quot;AttachmentEntry&quot;: null,
  &quot;DocCurrency&quot;: &quot;$&quot;,
  &quot;…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>bw2</category>
            <pubDate>Tue, 15 Dec 2020 12:39:39 +0000</pubDate>
        </item>
        <item>
            <title>bw2:sales_order_for_service_layer</title>
            <link>https://wiki.twbs.com/doku.php/bw2/sales_order_for_service_layer?rev=1608053919</link>
            <description>JSON for Sales Order


{
   &quot;odata.metadata&quot; : &quot;https://18.208.56.251:50000/b1s/v1/$metadata#Orders/@Element&quot;,
   &quot;DocEntry&quot; : 1228,
   &quot;DocNum&quot; : 1191,
   &quot;DocType&quot; : &quot;dDocument_Items&quot;,
   &quot;HandWritten&quot; : &quot;tNO&quot;,
   &quot;Printed&quot; : &quot;psNo&quot;,
   &quot;DocDate&quot; : &quot;2019-02-21&quot;,
   &quot;DocDueDate&quot; : &quot;2019-02-28&quot;,
   &quot;CardCode&quot; : &quot;C20000&quot;,
   &quot;CardName&quot; : &quot;Maxi-Tech&quot;,
   &quot;Address&quot; : &quot;4417 Stonebridge Rd\rSuite 500\rNorthampton PA  18067\rUSA&quot;,
   &quot;NumAtCard&quot; : null,
   &quot;DocTotal&quot; : 412.080,
   &quot;AttachmentEntry&quot; : …</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>bw2</category>
            <pubDate>Tue, 15 Dec 2020 12:38:39 +0000</pubDate>
        </item>
        <item>
            <title>Salesforce.com API</title>
            <link>https://wiki.twbs.com/doku.php/bw2/salesforce_api?rev=1613057005</link>
            <description>Salesforce.com API

All information presented here is based on the Salesforce.com Classic edition. Instructions for the Lightning edition may be slightly different.

Setup

Before Salesforce can be used by Bizweaver, some connection information must be configured on the Salesforce.com site.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>bw2</category>
            <pubDate>Thu, 11 Feb 2021 10:23:25 +0000</pubDate>
        </item>
        <item>
            <title>SAP Business One Enumerators</title>
            <link>https://wiki.twbs.com/doku.php/bw2/sap_business_one_enumerators?rev=1608053026</link>
            <description>SAP Business One Enumerators

“Enumerators” are the values that are passed to SAP Business One to represent a certain value when using an application interface like Data Transfer Workbench (DTW) or DI Server. A different value may be passed to the interface depending on the tool being used.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>bw2</category>
            <pubDate>Tue, 15 Dec 2020 12:23:46 +0000</pubDate>
        </item>
        <item>
            <title>Introduction (SAP Business One Integration on SQL Server)</title>
            <link>https://wiki.twbs.com/doku.php/bw2/sap_business_one_integration_using_di?rev=1659473156</link>
            <description>Introduction (SAP Business One Integration on SQL Server)

This page discusses the Bizweaver tools used to integrate SAP Business One (SBO) on SQL Server databases.

Related Documents

The following pages contain additional information that may be helpful with the development of Bizweaver workflows.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>bw2</category>
            <pubDate>Tue, 02 Aug 2022 16:45:56 +0000</pubDate>
        </item>
        <item>
            <title>Introduction (SAP Business One Integration Using Service Layer)</title>
            <link>https://wiki.twbs.com/doku.php/bw2/sap_business_one_integration_using_service_layer?rev=1612996053</link>
            <description>Introduction (SAP Business One Integration Using Service Layer)

This page discusses the Bizweaver tools used for integration with SAP Business One (SBO) using the SAP Business One Service Layer.  Service Layer integration is available for HANA installations as of SAP Business One v9.3.  It will also be available for SQL Server installations in v10.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>bw2</category>
            <pubDate>Wed, 10 Feb 2021 17:27:33 +0000</pubDate>
        </item>
        <item>
            <title>SAP Business One Service Layer using Bizweaver v2.4</title>
            <link>https://wiki.twbs.com/doku.php/bw2/sbo_sl_v24?rev=1608053651</link>
            <description>SAP Business One Service Layer using Bizweaver v2.4

Accessing SAP Business One using the Service Layer is a two-step process. The first step (Login) responds with two cookies. These cookies are then used in any subsequent web service calls in the current processing cycle.  In Bizweaver v2.4, the configuration of the web service steps is quite manual.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>bw2</category>
            <pubDate>Tue, 15 Dec 2020 12:34:11 +0000</pubDate>
        </item>
        <item>
            <title>SAP Business One Service Layer using Bizweaver v2.5</title>
            <link>https://wiki.twbs.com/doku.php/bw2/sbo_sl_v25?rev=1661279197</link>
            <description>SAP Business One Service Layer using Bizweaver v2.5

Accessing SAP Business One using the Service Layer is a two-step process. The first step (Login) responds with two cookies. These cookies are then used in any subsequent web service calls in the current processing cycle.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>bw2</category>
            <pubDate>Tue, 23 Aug 2022 14:26:37 +0000</pubDate>
        </item>
        <item>
            <title>SAP Business One Service Layer using Bizweaver v2.6 and higher</title>
            <link>https://wiki.twbs.com/doku.php/bw2/sbo_sl_v26?rev=1661279213</link>
            <description>SAP Business One Service Layer using Bizweaver v2.6 and higher

Accessing SAP Business One using the Service Layer is a two-step process. The first step (Log in) responds with two cookies. These cookies are then used in any subsequent web service calls in the current processing cycle.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>bw2</category>
            <pubDate>Tue, 23 Aug 2022 14:26:53 +0000</pubDate>
        </item>
        <item>
            <title>Introduction (SBO Schemas)</title>
            <link>https://wiki.twbs.com/doku.php/bw2/sboschemas?rev=1612997012</link>
            <description>Introduction (SBO Schemas)

This document discusses the data schemas used by Bizweaver to interface with SAP Business One and how to update these schemas when changes are made in SAP Business One.

Audience

This document is intended for technical users that create and maintain Bizweaver workflows. It is not intended for general end users.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>bw2</category>
            <pubDate>Wed, 10 Feb 2021 17:43:32 +0000</pubDate>
        </item>
        <item>
            <title>Schedules</title>
            <link>https://wiki.twbs.com/doku.php/bw2/schedules_mainpage?rev=1608060094</link>
            <description>Schedules

Schedule Execution

To see information dealing with Bizweaver Version 2.4 and prior proceed here

To see information dealing with Bizweaver Version 2.5 and after proceed here</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>bw2</category>
            <pubDate>Tue, 15 Dec 2020 14:21:34 +0000</pubDate>
        </item>
        <item>
            <title>Working with the Service Layer</title>
            <link>https://wiki.twbs.com/doku.php/bw2/sending_data_to_the_service_layer?rev=1628533739</link>
            <description>Working with the Service Layer

Transactions sent to the Service Layer for SAP Business One use a JSON data structure.  The structures must be structured specifically as the Service Layer expects them to be.  The DataBuilder tool is used to create these structures.  Information on the DataBuilder tool is found here</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>bw2</category>
            <pubDate>Mon, 09 Aug 2021 14:28:59 +0000</pubDate>
        </item>
        <item>
            <title>Introduction (SQL/HANA Tool)</title>
            <link>https://wiki.twbs.com/doku.php/bw2/sql_command_tool?rev=1703876983</link>
            <description>Introduction (SQL/HANA Tool)

This document describes the use of the Bizweaver SQL Command tool.

Audience

This document is intended for developers of Bizweaver workflows.

Knowledge of T-SQL (Microsoft SQL Server) or SAP HANA coding is required to use this tool.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>bw2</category>
            <pubDate>Fri, 29 Dec 2023 14:09:43 +0000</pubDate>
        </item>
        <item>
            <title>SQL Tools for Bizweaver</title>
            <link>https://wiki.twbs.com/doku.php/bw2/sql_tools?rev=1727206680</link>
            <description>SQL Tools for Bizweaver

Samples of tools that can be used with SQL Server in Bizweaver.

Function to Strip HTML Tags

This is a user-defined function that strips out various HTML tags from data being inserted into a SQL table.  This is very helpful when the input comes from a web-based</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>bw2</category>
            <pubDate>Tue, 24 Sep 2024 15:38:00 +0000</pubDate>
        </item>
        <item>
            <title>Configure SQL to call Bizweaver WebService</title>
            <link>https://wiki.twbs.com/doku.php/bw2/sqlws_config?rev=1608050692</link>
            <description>Configure SQL to call Bizweaver WebService

New in Bizweaver version 2.4

Obtain the DLL executable file

	*  The file is installed in C:\Program Files\Bizweaver\BWPortal\BWSQLSP when Bizweaver is installed.
		*  The file can be downloaded from &lt;https://portal/twbs.com&gt; in the Software Download section.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>bw2</category>
            <pubDate>Tue, 15 Dec 2020 11:44:52 +0000</pubDate>
        </item>
        <item>
            <title>Introduction (Test)</title>
            <link>https://wiki.twbs.com/doku.php/bw2/test_run_tool?rev=1626726379</link>
            <description>Introduction (Test)

Important Note

The test does not use “dummy” transactions. This means that the data is really updated if you are doing data updates (e.g., via SQL or SAP Business One connector). Do all testing against test data whenever possible to avoid issues with duplicated or incorrect data.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>bw2</category>
            <pubDate>Mon, 19 Jul 2021 16:26:19 +0000</pubDate>
        </item>
        <item>
            <title>Introduction (GraphqL)</title>
            <link>https://wiki.twbs.com/doku.php/bw2/tool?rev=1746719001</link>
            <description>Introduction (GraphqL)

This page describes the use of the GraphQL Tool.

Example:



	*  Add the GraphQL tool .
		*  Locate the GraphQL icon in the integration section of the toolbox.
		*  Drag and drop the GraphQL tool onto the designer canvas.

	*</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>bw2</category>
            <pubDate>Thu, 08 May 2025 11:43:21 +0000</pubDate>
        </item>
        <item>
            <title>Introduction (Using Variables)</title>
            <link>https://wiki.twbs.com/doku.php/bw2/using_variables?rev=1702994578</link>
            <description>Introduction (Using Variables)

This page describes the use of variables in a Bizweaver workflow.

What are Bizweaver Variables?

“Variables” are data values held in memory during the execution of a workflow. There are two types of variables in Bizweaver:</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>bw2</category>
            <pubDate>Tue, 19 Dec 2023 09:02:58 +0000</pubDate>
        </item>
        <item>
            <title>VBScript Tool</title>
            <link>https://wiki.twbs.com/doku.php/bw2/vbscript_tool?rev=1727209103</link>
            <description>VBScript Tool

The VBScript tool is used to create “programming” statements in a Bizweaver workflow using the VBScript language. The results from a VBScript step can be used as variables in subsequent workflow steps.

VBScript can be used for a broad range of purposes. Several VBScript samples are included in</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>bw2</category>
            <pubDate>Tue, 24 Sep 2024 16:18:23 +0000</pubDate>
        </item>
        <item>
            <title>Introduction (WebService Tool v2)</title>
            <link>https://wiki.twbs.com/doku.php/bw2/web_service_tool?rev=1704747757</link>
            <description>Introduction (WebService Tool v2)

The Web Services tool is used to allow Bizweaver to interact with APIs from other applications. Bizweaver also has its own API in the form of the Bizweaver web service. This document describes how the Web Service tool is configured and provides some basic examples of how it is used for some major applications.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>bw2</category>
            <pubDate>Mon, 08 Jan 2024 16:02:37 +0000</pubDate>
        </item>
        <item>
            <title>Introduction (API Response)</title>
            <link>https://wiki.twbs.com/doku.php/bw2/wfapiresponse_tool?rev=1734801927</link>
            <description>Introduction (API Response)

This page describes the use of the Bizweaver API Response Tool.

API Response Tool

The encryption tool is best used to encrypt data from a source (AWS, Versago) to your database. The functionality is used to store sensitive data in a database, or a file. 
The tool accepts a string as input and encrypts it with a key you create. To view the string in clear text it must be decrypted with the same key. An encryption step can be added anywhere to a workflow. In the foll…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>bw2</category>
            <pubDate>Sat, 21 Dec 2024 12:25:27 +0000</pubDate>
        </item>
        <item>
            <title>Introduction (Encryption/Decryption)</title>
            <link>https://wiki.twbs.com/doku.php/bw2/wfencryptdecrypt_tool?rev=1734804909</link>
            <description>Introduction (Encryption/Decryption)

This page describes the use of the Bizweaver Encrypt/Decrypt Tool.

Encrypt Decrypt Tool

The encryption tool is best used to encrypt data from a source (AWS, Versago) to your database. The functionality is used to store sensitive data in a database, or a file.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>bw2</category>
            <pubDate>Sat, 21 Dec 2024 13:15:09 +0000</pubDate>
        </item>
        <item>
            <title>Exec Tool</title>
            <link>https://wiki.twbs.com/doku.php/bw2/wfexec_tool?rev=1704315988</link>
            <description>Exec Tool

The WF_Exec tool allows an external batch file (most common) or program (.exe) to be executed via a workflow step.  The most common use of the tool is to execute a batch file that, in turn, executes FTP functionality.

The tool consists of two functionality tabs.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>bw2</category>
            <pubDate>Wed, 03 Jan 2024 16:06:28 +0000</pubDate>
        </item>
        <item>
            <title>What's New</title>
            <link>https://wiki.twbs.com/doku.php/bw2/whatsnew?rev=1764948248</link>
            <description>What's New

Bizweaver 2025 R2

AI Document Generation
Bizweaver 2025R2 introduces an AI Document Generation feature that automatically creates comprehensive, professional documentation for your workflows with a single click.

Key Capabilities:

The AI-powered system analyzes your workflow structure, logic, and components to generate detailed documentation that includes:</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>bw2</category>
            <pubDate>Fri, 05 Dec 2025 10:24:08 +0000</pubDate>
        </item>
        <item>
            <title>Save a Bizweaver Workflow</title>
            <link>https://wiki.twbs.com/doku.php/bw2/workflow_save?rev=1708450059</link>
            <description>Save a Bizweaver Workflow

To save a workflow, click the Save button in the bottom right corner of the design pane.

Alternative methods to save

	*  Shortcut keys: Ctrl-S 
	*  Navigating to the menu bar selecting file save or save and close

Successful Save</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>bw2</category>
            <pubDate>Tue, 20 Feb 2024 12:27:39 +0000</pubDate>
        </item>
        <item>
            <title>Workflow Schedules Version 2.4 and prior</title>
            <link>https://wiki.twbs.com/doku.php/bw2/workflow_schedules?rev=1608060128</link>
            <description>Workflow Schedules Version 2.4 and prior

When Bizweaver workflows are in active use (in production), they are at times executed using a schedule. This means that they will execute automatically at a defined time. No user action is required.

A schedule is created by selecting the desired combination of options as described below. If both the schedule and the workflow are enabled, the workflow will execute automatically at the appropriate time.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>bw2</category>
            <pubDate>Tue, 15 Dec 2020 14:22:08 +0000</pubDate>
        </item>
        <item>
            <title>Workflow Schedules Version 2.5 and after</title>
            <link>https://wiki.twbs.com/doku.php/bw2/workflow_schedules_new?rev=1704733714</link>
            <description>Workflow Schedules Version 2.5 and after

When Bizweaver workflows are active use they can be executed using a schedule. This means that they will execute automatically at a defined time. No user action is required.

A schedule is created by selecting the desired combination of options as described below. If both the schedule and the workflow are enabled, the workflow will execute automatically at the appropriate time.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>bw2</category>
            <pubDate>Mon, 08 Jan 2024 12:08:34 +0000</pubDate>
        </item>
        <item>
            <title>Workflow Tools</title>
            <link>https://wiki.twbs.com/doku.php/bw2/workflow_tools?rev=1626728288</link>
            <description>Workflow Tools

A Bizweaver workflow is comprised of a series of “functions” known as tools.  A high-level list of these tools is provided below.  Click on the associated tool for more detailed usage information.

Common Tools

	*  Used to indicate the start and end of a workflow.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>bw2</category>
            <pubDate>Mon, 19 Jul 2021 16:58:08 +0000</pubDate>
        </item>
    </channel>
</rss>
