Successfactors custom attributes

:bangbang: Please be sure you’ve read the docs and API specs before asking for help. Also, please be sure you’ve searched the forum for your answer before you create a new topic.

Please consider addressing the following when creating your topic:

  • What have you tried?
  • What errors did you face (share screenshots)?
  • Share the details of your efforts (code / search query, workflow json etc.)?
  • What is the result you are getting and what were you expecting?

Hello,

Our SF team has created an MDF object to store the status of a user based on various event reasons. They want SailPoint to query the MDF to fetch the status of the user. The MDF is not in /person path.

We have tried adding the attribute in the schema, added ODATA path but we are unable to fetch the value.

Is this design achievable in ISC using the OOTB connector?

Thanks

Hello @sdhulipala003 ,

Can you share what ODATA path you used while trying to fetch the MDF object please ?

According to some SAP docs, the path you should use is /odata/v2/

You should also choose the right visibility for the object by choosing Editable or Read-Only (SAP Help Portal | SAP Online Help):

And some check you should do for API subversioning ( SAP Help Portal | SAP Online Help ):

Let me know :slight_smile:

Youssef