can some body help to creat the custom smart object method for getting sharepoint list items count
Page 1 / 1
Hi,
You will need to start by creating a custom service broker. K2 has a documentation for this. So on a high level, this is what you should be doing:
- Create a custom service broker
- In your custom service broker, create the service object that you need.
- Create the service object method under your service object
- Within the service object method, insert the code to count your SharePoint list items. I am sure there are some SharePoint services or API that you can refer to in order to accomplish this.
- To test your service broker, you will need to build it, copy your service broker assembly to [Program Files]K2 blackpearlServiceBroker
- Use SmartObject Service Tester to add that new service
- Create a service instance from that service
- After you have created the service instance, you can create a SmartObject from its service object
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.