128 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
797
views
How does Microsoft Entra ID works with LookUps? Not able to get the original user ID for getting mail address in Dataverse
I have a Dataverse column with a lookup on Microsoft Entra ID. The user selects a person from the look up.
Now, I have a dataverse connector monitoring the changes to the Dataverse table. When a new ...
0
votes
1
answer
509
views
Struts 6.3.0.2 - Issue with ModelDriven and Form Submission
<script>
function submitForm() {
debugger;
document.getElementById("AdvanceSettlementForm").submit();
}
</script>
<s:form method="post" name="...
0
votes
1
answer
573
views
Powerapps model-diven app: Is it possible to add a View to the left menu?
Hi I can't figure out how to add different tableviews from the same table to the left menu in a model-driven powerapp. Is it possible to add different views to the menu or can one just add tabels? If ...
0
votes
0
answers
249
views
Is it possible to remove the checkbox from the power apps model driven welcome page?
I have a model-driven app with a welcome page enabled and it's displayed whenever the app is launched.
In this welcome page, in the lower left corner, you have a checkbox to "Do not show this ...
1
vote
0
answers
127
views
How to customize color of MUI range slider's track (in react/typescript using PCF controls) to include success, warning and error color?
I have an imported range slider from @mui. But I need to customize the color of the slider track to show success(green color) from 0 to first slider thumb, warning(orange color) from slider thumb 1 - ...
0
votes
0
answers
619
views
Max & Allexcept combination to find max value by grouping not working, what's wrong?
I'm quite new to Power BI and DAX but I have what I think should be a pretty simple application of the combination of Max and Allexcept to find the max value of one column, based on the value of ...
0
votes
1
answer
786
views
PowerApps Progress bar
I've found "innovation challenge" template in PowerApps. I admit, there is something really interesting in that template. I mean - that bar:
Progress Bar
Is there any way to create it by ...
0
votes
1
answer
319
views
PowerApps/Dataverse/Model-driven App/Microsoft Project. Is there any chance to change format of that date?
I've an issue with my Model-driven, PowerApps App.
Actually in the Dataverse table data-fields are formated that way:
Dataverse data field format
Is there any way to change it to:
"DD/MM/YYYY" or ...
1
vote
0
answers
59
views
How to send a new product to Action in Struts 2
It looks like basical, but I am new with Struts2.
I want to send a new product created with name, price and category.
I work with struts2 version 2.5.26, Maven, tomcat 9.0, java jdk 1.8.0_241
It seams ...
0
votes
0
answers
67
views
Model object becomes null. Is there any change required for ModelDriven interface when upgrading from struts 2.3.35 to 2.5.26? [duplicate]
Does migration from 2.3.35 to 2.5.26 needs any change to use ModelDriven interface?
I have an action class that implements ModelDriven interface. It was working fine with struts 2.3.35. After ...
0
votes
1
answer
894
views
How to prevent deactivated records to appear in the "recent" lookup
I'm working on a model-driven PowerApps app and I've come across this issue: I would like to prevent users from adding relationships to deactivated records. I have a many to many relationship in my ...
0
votes
0
answers
96
views
Request parameters not mapped to Model class in struts 2 using ModelDriven Interceptor
When submitting form in JSP to struts 2 action class then ModelDriven Object is not being created properly. Only some of the fields are populated not others.
Below are the parameters submitted to the ...
2
votes
1
answer
1k
views
How to focus input field created dynamically using an Angular model driven form
I'm using model driven forms in an Angular 7 application, and one of them allows the user to add/delete a group of fields dynamically. Here's a visual reference of what I mean:
This is the FormModel I ...
2
votes
2
answers
305
views
Angular can't find toggle function in model
I am binding data in model class and looping the data fine. But I failed to bind toggle function in model class to the template click event.
I created a model to bind the data from a jokelist ...
3
votes
1
answer
4k
views
getting ERROR TypeError: Cannot read property 'valid' of undefined for Angular 5 template form
I am trying to create a Model-Driven Angular template that is supposed to register new users. To do this, I have created 2 files for main use:
admin-register.component.html
admin-register-form....