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

Upsert records from CPI is not trigeering workflow in SuccessFactors

ShikhaG
Participant
0 Likes
1,018

We have created a interface which takes the Cost Center data from SAP systeam and upsert on SF . We have crated a workflow in SF to trigger the workflow if there will be any chnage in FOcostcenter but this workflow is not getting trigger in SF.

Can some on please let me know that what could be issue?

Accepted Solutions (0)

Answers (2)

Answers (2)

ShikhaG
Participant
0 Likes

Hi Sriprasad,

Thanks for your response. We have already created a busines rule in SF also remnove the MDF permission from SFAPI user but still the workflow is not getting trigger in SF.

Sriprasadsbhat
Active Contributor
0 Likes

Hello Shikha,

As per my understanding you should have business rule created on all the below events then your workflow should be created.

  • onSave = When clicking save, the system will action the rule
  • onChange = when changing the fields value, the rule will action
  • onInit = only applies to New Hire wizard process, and will trigger when the page is loaded

Also recommend you to tag Successfactots tag as fellow members from SuccessFactors might have more clarity on the events.

Regards,

Sriprasad Shivaram Bhat

pboulicaut
Participant
0 Likes
is it in the object definition of costcenter that onSave / onChange / onInit events need to be configured because i can only find the sections : Initialize Rules / Validate Rules / Save Rules / Post Save Rules