SuccessFactors CMP

Compensation & Variable Pay Blog Posts

call unbound RAP action from CAP

Hello everyone, I am trying to call an unbound action in RAP using CAP. Based on the documentation I’m trying the send method: https://cap.cloud.sap/docs/node.js/core-services#srv-send-request   const remote = await cds.connect.to(“api”) .. let a = await remote.send(‘entity/namespace.action’,{parameters}) console.log(a) …   No matter what I tell him, right or wrong, he always tells me undefined.   When I …

call unbound RAP action from CAP Read More »

How to persist previously entered parameter values on the prompt if the CR Viewer is refreshed?

Hi, When the Refresh button is clicked in the Crystal Report Viewer, the parameter input prompt appears but the previously entered parameter values are not retained. I have a requirement where the user wants to see the previously entered parameter values on the prompt when a report is refreshed and then if needed the user …

How to persist previously entered parameter values on the prompt if the CR Viewer is refreshed? Read More »

Scroll to Top