SAP Knowledge Base Article - Public

2913429 - ToDoEntryV2 doesn't show registers for another users on Integration Center

Symptom

You created an integration on Integration Center with ToDoEntryV2 starting entity and it show only your own actions to-do.

Environment

SAP SuccessFactors Integration Center

Reproducing the Issue

  1. Go to Integration Center
  2. Create a new outbound integration
  3. Choose ToDoEntryV2 as start entity
  4. Choose all fields
  5. Create an integration

Cause

This is an expected behavior from the system: Integration Center doesn't show register from another users, only logged in user.

Resolution

To get actions from another users, you need to use an API or Job server. This is showed on OData API: Reference Guide: Note You can only query the to-do items of others on an API or Job server.

It is possible to get information with Odata API query on Postman (for example). Here follow an example query:

https://<API URL Server>/odata/v2/TodoEntryV2?$select=todoEntryId,categoryId,categoryLabel,completedDateTime,createdDate,dueDate,formDataId,lastModifiedDateTime,linkUrl,mobileLinkUrl,status,subjectId,todoEntryName&$filter=(categoryId eq '19' and status eq 2)&$format=json

See Also

SAP SuccessFactors HCM Suite OData API: Reference Guide

How to use Google Rest client to run Odata API

How to execute an OData API Query on a Web Browser - OData API

Keywords

ToDoEntryV2; integration center to-do; integration center todo; todo actions; todo list , KBA , LOD-SF-INT-INC , Integration Center , LOD-SF-INT , Integrations , Problem

Product

SAP SuccessFactors HCM suite all versions