Hi Community,I'm working on scenario where i need to encrypt input data using PGP key with RSA algorithm and length 2048 .This config is not available in CPI standard pallet component under PGP Encryptor. I tried to achieve this using groovy script ...
Hi Community,
I'm working on scenario where i need to pick Delta changes only from PerAddressDEFLT entity for past records , I have created query but its not giving result based on date defined. If anyone know the cause or faced this issue earlier ...
Hi Community,
I'm working on scenario - To fetch records from SuccessFactors from EmpJob entity with query parameter fromDate and toDate , so im getting all job history of employee from SF.
I need few fields of employee from its immediate previou...
Hi Community,
I'm working on scenario where input data will be having multiple records for same user but i need the record who's event value = 123 (Field event value ) and other records as it is if they are unique.
Input Data - Having two records...
Hi Community ,
I'm working on scenario where input payload may have two or more records for single user having different values in balance field. The expected output should have single record for each user with sum of balance fields in NumberofLeav...
Hi @santosh43 ,You need to create destination name with this ContentAssemblyService . I can see this not matching what you have created due to which you are getting this error. Regards,Nikhil
Hi @David_Davis ,As i understand, to connect on-premise system from Cloud Integration , we need to use SAP Cloud Connector. Below are methods supported by Cloud connector to connect on-premise system. https://help.sap.com/docs/connectivity/sap-btp-c...
Hi @Jorge99 ,This error is specific to XPath for field ECCOMPANY . Make sure you are passing correct input payload in simulation mode and this has ECCOMPANY field as per value/path provided in content modifier. Regards,Nikhil
Hi @Aijaz-Qureshi ,The preview button will be enable only if you used externalized parameter value in your OData query option.Currently you have selected fields which are visible directly due to which its disabled. Ex: If you have stored some values/...
Able to achieve requirement with in built in PGP encryption palate component after selection proper config as per receiver requirement and storing file with .pgp extension. thanks