sinhasouvik
Participant
Member since ‎08-23-2019

User Statistics

  • 212 Posts
  • 6 Solutions
  • 60 Kudos given
  • 38 Kudos received

User Activity

Hello Experts, We are exposing the below MDF Foundation API: FODepartmentFOBusinessUnitFOJobCodeFOJobFunctionFODivisionsPosition Our observations related to RBP for these FO objects. Our main objective is that we need to restrict the fields f...
Hello Experts, As we know we have two types of pagination technique. 1. Client side pagination : It works with $top and $skip. 2. Server side pagination: Here we have two types. snapshotcursor When we are calling the SuccessFactors ODATA AP...
Hello Experts, We need to establish the connectivity between 3rd Party API Management system and SuccessFactors for accessing SF API's. We are following OAuth SAML Bearer assertion approach where SAML Assertion is getting generated by 3rd party too...
Hello Expert, In our integration scenario, we need to populate the No-Show date and No-Show event reason. We have tried to fetch the "EmpEmploymentTermination" API but this API is not returning any value for NO-SHOW cases. For Termination cases, ...
Hello All, We know that for each SF ODATA API, we can generate the EDMX file using the below url format. https://<api-server>/odata/v2/<Entity>/$metadata But Is there any way to get the EDMX file for a particular API along with the Navigation, ...