pal3kuno
Participant
Member since ‎2021 Jun 05

User Statistics

  • 44 Posts
  • 0 Solutions
  • 10 Kudos given
  • 5 Kudos received

User Activity

Hello,We have SAP B1 on-premise and I would like expose the service layer externally with a valid domain and SSL. how to do it? Thank you
Hello, I am using the Service layer POST /Attachment2 endpoint to upload files using PHP curl but I'm having an error.  Below is my code $curl = curl_init(); curl_setopt_array($curl, array( CURLOPT_URL => 'https://xx.xx.xx.xx:...
Hello, I followed the instructions given in the link but I couldn't find the file b1s_sqltable.conf. Can someone help me please? Thank youhttps://community.sap.com/t5/enterprise-resource-planning-q-a/table-not-accessible-error-702/qaq-p/12593151@ANKI...
Hello, I created a Sales Order via the service layer and I would like to copy it to the AR invoice. What endpoint should I call? thank you