cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Business One HANA with service Layer WCF

lritondale
Discoverer
0 Kudos
I am implementing SL in SBO through WCF for .Net using as a guide the example of Trinidad Martinez. Everything is going very well, and I can really see how performance improves. I am currently inserting Items with Batch request. The problem I'm having is with the UDFs. I need the property to be dynamic, that is to be able to build it at run time, since the UDF are dynamic according to the user's creation, and from what I see, it builds them according to the last compilation. 
Before with DI, we dynamically set the properties.

<img src="https://answers.sap.com/storage/attachments/36570-pastedimage.png">

The only thing that occurred to me is to agree the above (WCF generated methods) with commands via Execute command for the UDF
<a target="_blank" href="https://answers.sap.com/storage/attachments/36591-pastedimage-1.png"><img src="https://answers.sap.com/storage/attachments/36591-pastedimage-1.png"></a><strong><u></u><sub></sub><sup></sup>
thanks in advance.
</strong>

Accepted Solutions (1)

Accepted Solutions (1)

former_member184713
Participant
0 Kudos

Sorry I don't know much about the service layer, but Maybe that's why sap recommended to manually call the webservice (without having visual studio create everything) in their documentation/pdfs.

Answers (1)

Answers (1)

lritondale
Discoverer
0 Kudos

Hi Keven,

thanks, this a sbo addon, that uses hana service Layer. Thanks so much anyway.