cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Service Call Scheduling via SDK

lsauser
Participant
0 Likes
490

Hi all,Is there anyway to hook into the service call scheduling via SDK?

I haven't found any other answers to this and documentation below suggests that it can be done. Does anyone have any knowledge on this or code snippets that may assist?

https://help.sap.com/doc/addd48d2bec84621b6bddf9d81a0b701/10.0/en-US/SDKHelp/SAPbobsCOM~ServiceCallS...

lsauser_0-1740538186815.png

 

Regards,

Nick

Accepted Solutions (1)

Accepted Solutions (1)

williamwachholz
Active Participant
0 Likes

Hello,

This is a child object of the ServiceCall. You work with it the same way that your are used to with the DocumentLines object. Here is a sample code:

williamwachholz_0-1740570025271.png

The code is using the DI API, but I suggest you to use Service Layer. Please refer to the ServiceCalls Entity in Service Layer API Reference documentation.

Best regards

lsauser
Participant
0 Likes
Hi William, thanks for your response. This helped heaps!

Answers (0)