Is there a way to add attachments via DI API to the Production order?
I Initialize the object WorkOrders
but I'm not finding the property AttachmentEntry,
is this option exposed through DI API?
oWorkOrders = Global.oCompany.GetBusinessObjec...
Hi Experts,
I'm trying to use Query View with filtering and getting empty resultsMy SAP Version is SAP Business One 10.0 (10.00.140) FP 2011 (64-bit)
The requesthttps://localhost:50000/b1s/v1/view.svc/v_GetBPBankAccounts_B1SLQuery?$filter=CardCod...
Hi Experts,
I dealing with an issue I cannot explain.I have a Purchase order with factor1 = 3 and factor2 =5 the quantity is 100
The PO was issued to P/A invoice on qty of 25
Now I'm trying to reduce the quantity in the PO to 50 (Sap lets me c...
startup-class.pnglogin.pngget-orders.pngHi Experts,
I'm using Dotnet core 5 to make HTTP callsAfter 6-10 Http calls of simple Get orders method, I'm getting session timeout
"Invalid session or session already timeout"
SAP version: 10.0 FP 2108 ...
Hi,
Can't do any action on quotation
Doc Date 24/03/21Doc Due Date 28/02/22Tax Date 24/03/21
Two rows one was copied partial to target document
When I'm trying to Update something anything, it gives this error messageUnsuitable currency for ...
I managed to find the issueI Changed the view name from "v_GetBPBankAccounts_B1SLQuery" to "GetAccnt_B1SLQuery"Not sure why and I didn't find any rule about name length, but it did the job.
Yes, I want to get BP bank account details with conditions via view or store procedure
Example
select * from v_GetBPBankAccounts where CardCode = 'Sapak1' and BankCode = '13'
--Or
Exec sp_GetBPBankAccounts 'V90002', '20'
--This is the actual query
...