Dear Experts,
I wrote a wrapper for the SL communication in C# and realized that even though it works like a charm on my dev machine (SAP B1 v10 SQL) it crashes in the test environment (SAP B1 v9.3 HANA).
There are the following issues I faced, b...
Dear Experts,
We have the following scenario on our HANA 1.0 SPS 12 instance:
We create column tables with identity to store some intermediate data to handle by SPs. Sometimes when we drop these tables the sequences for them still appear in the s...
Dear Colleagues,
Is there any way how we can call actions (for example document cancel) from ServiceLayer JS extension? I went through documentation and found nothing there. Unsurprisingly, the CRUD API provides only methods for CRUD operations...
Dear Colleagues,
In this post I want to participate currency exchange rate updating challenge for SAP Business One. There are already 2 different approaches described on the forum how to reach this goal using DI API and B1IF.
DI API: https://blogs....
Dear Experts,
Developing SE extensions I often face errors I don't really understand why. I have examined all documentation I could have found and spent a lot of time googling, but some of points are still not clear for me. I have prepared seve...
Hi there,Also if you want to use PATCH, not PUT, you can specify the following HTTP request header: B1S-ReplaceCollectionsOnPatch=trueYou can find more details in this blog
Hy Syawal, I'm not sure if you can host SBO-COMMON and company databases separately. SAP B1 code contains direct references to the SBO-COMMON database without references to a server. For example below is the TmSp_DragOn SP text (you can find a refer...