Step 1, create the payment methods
Step 2, prepare a DTW file for the payment methods: CRD2 - BPPaymentMethods
Structure:
ParentKey, LineNum, PaymentMethodCode
CardCode, LineNum, PymCode
S001, 0, LLOYDS_CHQ
S002, 0, LLOYDS_CHQ
S003, 0, LLOYDS_CHQ
S001, 1, LLOYDS_GBP_BACS
S002, 1, LLOYDS_GBP_BACS
S003, 1, LLOYDS_GBP_BACS
Step 3, prepare a DTW file for to set up the default payments methods: OCRD - BusinessPartners
Structure:
CardCode, PeymentMethodCode
CardCode, PymCode
S001, LLOYDS_CHQ
S002, LLOYDS_GBP_BACS
S003, LLOYDS_GBP_BACS
The default payment method for supplier one (S001) will be Cheque, for the others (S002, S003) will be BACS.
Wednesday, 30 September 2015
Friday, 25 September 2015
B1if Debugging: red arrows are not displaying on the flow diagram
When you test the processing of the scenario step design by default the integration framework is not displaying the debug information.
Go to the config file, and change the logging level.
C:\Program Files (x86)\SAP\SAP Business One Integration\IntegrationServer\Tomcat\webapps\B1iXcellerator\xcellerator.cfg
Defaults you have to change:
.level= SEVERE
com.sap.b1i.bizprocessor.level = SEVERE
com.sap.b1i.coordservice.level = SEVERE
com.sap.b1i.utilities.level = SEVERE
com.sap.b1i.dblayer.level = SEVERE
com.sap.b1i.xcellerator.level = SEVERE
New values for debugging:
.level= CONFIG
com.sap.b1i.bizprocessor.level = CONFIG
com.sap.b1i.coordservice.level = CONFIG
com.sap.b1i.utilities.level = CONFIG
com.sap.b1i.dblayer.level = CONFIG
com.sap.b1i.xcellerator.level = CONFIG
Re-start the SAP Business One Integration Service, start testing again and voilĂ :
Go to the config file, and change the logging level.
C:\Program Files (x86)\SAP\SAP Business One Integration\IntegrationServer\Tomcat\webapps\B1iXcellerator\xcellerator.cfg
Defaults you have to change:
.level= SEVERE
com.sap.b1i.bizprocessor.level = SEVERE
com.sap.b1i.coordservice.level = SEVERE
com.sap.b1i.utilities.level = SEVERE
com.sap.b1i.dblayer.level = SEVERE
com.sap.b1i.xcellerator.level = SEVERE
New values for debugging:
.level= CONFIG
com.sap.b1i.bizprocessor.level = CONFIG
com.sap.b1i.coordservice.level = CONFIG
com.sap.b1i.utilities.level = CONFIG
com.sap.b1i.dblayer.level = CONFIG
com.sap.b1i.xcellerator.level = CONFIG
Re-start the SAP Business One Integration Service, start testing again and voilĂ :
Wednesday, 23 September 2015
B1if note: switching on WebDAV
Edit the file: C:\ .. \tomcat\webapps\B1iXcellerator\xcellerator.cfg
Enable WebDAV in B1if as changing the parameter to:
xcl.webdav=full
Re-start the SAP Business One Integration Service
Enable WebDAV in B1if as changing the parameter to:
xcl.webdav=full
Re-start the SAP Business One Integration Service
Monday, 21 September 2015
SAP Business One 9.1 PL09 is out
Just upgraded my SBO system on my laptop. Have to do the same on the servers.
As I saw the upgrade of the HANA version is available as well.
Thursday, 17 September 2015
Monday, 14 September 2015
SAP Business One mobile multiple device - User / device id
I connected my iphone, and my ipad to our demo system.
One user can use multiple devices. I had to use forward slash (/) as a separator when I entered the device ids for my user.
One user can use multiple devices. I had to use forward slash (/) as a separator when I entered the device ids for my user.
Friday, 11 September 2015
SAP Business One v9.1 PL08 - Connected Clients
SAP Business One v9.1 PL08 (MS SQL, and HANA)
Finally you can disconnect the clients in a nice and easy way.
Utilities / Connected Clients
Finally you can disconnect the clients in a nice and easy way.
Utilities / Connected Clients
Thursday, 3 September 2015
Subscribe to:
Posts (Atom)