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

CRUD with MDF without using Manage Data

lgutiegt
Explorer
0 Kudos
494

It is possible to use an MDF with CRUD, without using Manage Data in Successfactor?

We do not want it to have access to all the objects that Manage Data has

Accepted Solutions (0)

Answers (1)

Answers (1)

puneetLuthra08
Explorer

Are you trying to update the data in MDF object?

There are multiple ways to do the updates in the MDF object -

1. Using Import/Export Option to create/read/update/delete

2. Using API's - each MDF has a corresponding API structure. So API' can also be used to perform CRUD operations based on the permission for API user. 

lgutiegt
Explorer
0 Kudos
Hi, Thanks for the answer, but I do know the options you propose. I'm looking for an option similar to position, you can access it through Data Manage or Manage Positions, I'm wondering if I can configure my new MDF, with its own manage data, so I wouldn't have access to other MDF objects.
puneetLuthra08
Explorer
Try exploring the option to control the access to the Objects via RBP. So with this you should be able to restrict the objects that you see and not the other objects.