miltonc
Product and Topic Expert
Product and Topic Expert
Member since ‎08-27-2012

User Statistics

  • 128 Posts
  • 3 Solutions
  • 7 Kudos given
  • 258 Kudos received

User Activity

Running into an issue that I saw a few months back. At that time the version of the @sap/hdi-deploy version was 4.8.1 (or something) Error message: Cannot find module core-util-is Currently running into the same issue. Version of @sap/hdi-deploy ...
We want to use a stable SAPUI5 version for custom apps in SAP Build Work Zone launchpad service. But it always seems to be using the latest and greatest SAPUI5 version when accessing the tile from the site... Tried the following... manifest.json ...
Suddenly started getting an error during deployment (in the hdi deployer) about not finding module core-util-is. Deployment used to work fine before. I installed the core-util-is in the package.json file, but I still run into the same issueIn mta....
We are currently working on a SuccessFactors extension project. We have a destination to SuccessFactors using Basic Authentication that works fine. We are now trying to create a destination using Client Certificate authentication. We are following...
Let's assume I have the following entity... entity MyEntity : cuid { userId : String; active : Boolean; field1 : String; field2 : String; } I want to add a unique constraint annotation for userId and active ===...