cfbruce
Explorer
Member since ‎2020 Jul 22

User Statistics

  • 10 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I'm having an issue in deploying code an running into a "Missing Binary" error. I've tried going into the folder and running "npm install fibers", but that has had no luck. If possible, I'd love to remove this dependency, but it appears to come wi...
I have 2 environments, "Production" and "Development". For the past 2-4 weeks we have not had any issues deploying code from BAS. Recently we've been running into the below issue only in our "Development" space. As some background, the file that i...
I'm working to integrate Azure AD to BTP (XSA, Cloud Foundry) applications. In doing so, I've successfully mapped Azure AD groups to Role Collections. In trying to define scopes within the role collections, I'm not seeing them all come through via th...
Hi, I'm migrating from XSC to XSA (Cloud), and running into an issue with my oDataModels where I typically write ".update", but seeing as "MERGE" is not supported, what is the recommended work around? If I were to use "PUT" this by definition would r...
I'm unable to run a comparator function on a sap.m.ComboBox to do a case-insensitive sort. Is there a workaround here? Control looks like below. If I do "control.getBinding("items").sort(new sap.ui.model.Sorter("name", true, true, comparingFn)" it ...