Where is the SAP UI API Samples Code Located
Does anyone know where I can find the SAP UI API samples code? I have installed the SAP Business One Studio (1000.00.170), but I can’t find the path for the samples code. I also tried searching on the SAP forum; many experts said it is located in the SAP Business One SDK folder, but I can’t find it.
UDO form can still be edited after Close
I have registered a UDO with a SAP B1 form with both Closed and Cancel services.
SAP B1: UDO form can still be edited after Close
I have registered a UDO with a SAP B1 form with both Closed and Cancel services.
How to capture the event of a user pressing Ctrl+A to clear a SAP B1 form’s fields
I am trying to capture the event of a user pressing Ctrl+A to clear a SAP Business One form’s fields when that form is in focus/active.
SAPB1if (SAP Business One Integration Framework) B1Object atom is not updating anything on SAPB1, what am I missing?
I have a step in the B1if that is supposed, at a certain point, to update a SalesQuotation (object 23) filling the NumAtCard field in the header. It should just do that, given a DocEntry I fetched earlier and a string I’m composing, updating the NumAtCard with such string. While I’m not getting any error of sort, the SalesQuotation is not updating, not only the interested field, but not even the changelog telling me that the B1if did an empty update on that document.