Does anybody know, how to change the consolidation partner (Father Card) in Sales Order?
In Delivery Note or A/R Invoice i can change it on the acounting tab. But i cannot find this option in Sales Order.
The consolidation partner is now derived ...
Hello,
I have done a lot in B1IF Version 1. Now i have started to develop in B1IF Version 2.0.
Appart of technical advantages and disadvantages, the development in Version 1 is much faster and easier because of the development mode and the possib...
Hi,
i have seen in ServiceLayer Documentation, that there is possible to send multiple requests in one call to the Service Layer. In my opinion not very nice (some difficult multipart structure of the message, not just JSON).
In B1IF there is a B...
Hi,
in SAP Business One - Integrationframework - there i am about to call some REST api using the http call atom.
This requires JSON Payload in XML form. Unfortunately the REST adapter is escaping the slash character / to \/.
The input:
<stri...
Part of commitment is also, who gets the bill - there is a billto adress in logistics tab. For example the salesperson on the phone is creating the order and should have the possibility to set this feature. All the other processing (delivery, invoice...
Thank you for your answer,of course this is a workaround, no problem. I can loop it with for-each atoms or i can put it to queue (or call
Scenario step). Looping with for-each is a bit faster - less handling
inside IF. But this still takes a lot of...
Sorry for so late, i am going to give some advice. I wrote 2 scenario steps - because of 2 SAP B1 Events calling the reconcilliation - 13 Invoices, 24 Payments.In Step for 13 Invoices i do step by step:Get all open Reconcilliations for Businesspartne...
Hello,finally i found the answer. In RFC for json https://www.ietf.org/rfc/rfc4627.txt there is, that any character CAN be escaped, but some charaters must be escaped. Thus it is the correct behavior of SAP.On the receiver side they have to know what...
Hello,finally i found the answer. In RFC for json https://www.ietf.org/rfc/rfc4627.txt there is, that any character CAN be escaped, but some charaters must be escaped. Thus it is the correct behavior of SAP.On the receiver side they have to know what...