264 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
1
answer
194
views
How to implement Power Apps Component Framework (PCF) to capture an image in its original size
I'm working with Power Apps. I've been trying to take a photo and save this image to a SharePoint folder using a flow. So far, so good. I managed to implement it. But now I realize the image doesn't ...
1
vote
2
answers
95
views
Why is my flask application taking soo long to connect to the Oracle database from PCF?
So, i have been stuck with the connection timeouts happening from the PCF server.
I am using oracledb.connect() and i'm fetching the role from the database.
Until I restart the application in PCF it ...
0
votes
0
answers
16
views
HTTP_LATENCY configuration erroring in pcf deployment
Getting below error while deploying pcf application for autoscaler http_latency configuration.
Unprocessable entity Reason: Rule type http_latency configuration is invalid
This is how we have ...
0
votes
0
answers
129
views
TinyMCE editor in power apps as a code component
I imported a tinyMCE Richtext editor into forms in a powerapps application, I can fill the form up and submit to SharePoint which works fine, but I can't view what I have submitted in another form, ...
0
votes
0
answers
18
views
Convert VCAP to OCP values
I am moving an app from PCF to OpenShift
In OCP none of the PCF VCAP services will work. Is there any way to use any automated tools?
I am trying to concert the VCAP services in PCF to some kind of ...
0
votes
1
answer
218
views
FluentUI React V9 TimePicker combobox popout not working as expected
Anyone used a fluentui react v9 time picker component?
I created a PCF control for a datetime picker. I used the Time Picker With Date Picker as a reference for my PCF, and installed both @fluentui/...
0
votes
0
answers
286
views
Pass InputParams from CustomPage to PCF Control
I created a custom page and also a modern command.
This command gets the ID of the current entity or (if you are on a subgrid) the entity ID of the selected entity.
Now I'm passing the ID from my ...
0
votes
2
answers
168
views
is there any guidewire PCF menu item which has action property and pickvalue property?
I have a situation where the newcontactpopup is expecting a return value of Type contact and the actual button in screen(Disbursementcontactscreen) is toolbar button which has actionproperty but not ...
1
vote
0
answers
201
views
Connect to Hashicorp Vault in Spring Boot API via PCF Config server
I'm working on moving the authentication credentials from my application config to HashiCorp vault. I was able to connect to vault with Vault configs in the application.yml or bootstrap.yml. But when ...
0
votes
1
answer
148
views
Where can I find documentation for the IBM.WMQ.PCF library in .NET Framework?
I’m currently working with the IBM.WMQ.PCF (Programmable Command Format) library in .NET version 4.6.1. I’ve been unable to find any specific .NET class documentation related to this library on the ...
0
votes
0
answers
86
views
HTML to MS Word (Header and Footer disappeared)
I have a pcf component that creates a word docx file after the response of a powerautomate flow that generates an HTML.
HTML is like this:
<html xmlns:v="urn:schemas-microsoft-com:vml"
...
0
votes
0
answers
195
views
Spring boot 3.2 upgrade and compatibility with Redis
We are doing spring boot upgrade to 3.2.0 with java 17
There is Redis dependency which loads during autoconfiguration and can interact with remote redis-cache (from PCF readymade service)
But we are ...
0
votes
1
answer
941
views
How to enable auto scaling in PCF application using manifest.yaml file
I want to enable autoscaling for my PCF deployed spring boot application. I have created an App autoscaler service directly in the Apps Manager for the PCF space on which the application is deployed.
...
0
votes
1
answer
89
views
Steeltoe upgrade version 2 to version 3 changes are breaking
After changing version of steeltoe version2 to vesrion3 application is breaking
Exception
System.Reflection.ReflectionTypeLoadException: 'Unable to load one or more of the requested types.
Could not ...
0
votes
1
answer
229
views
Deploying net core app to pcf: start app timeout with health check 404 failure
I have recently migrated a console app from a deprecated target version to Net Core 7. When I deploy it to my Org's pcf server, the app instance won't start with what looks like a health check failure....