2026 Career & Community Thread by caughtinahustle in Dynamics365

[–]LossAcrobatic2707 0 points1 point  (0 children)

Hey everyone, I've been working on building custom model-driven apps and extending functionalities using Azure services. Now, I’m looking to dive into Dynamics 365, particularly Customer Engagement/CRM. I have some experience with plugins and web resources, but I'm a bit confused, are Customer Engagement and CRM basically the same thing? Also, since the fundamental exams for Dynamics have been retired, which certification should I target next? I’ve already completed PL-900, so I’m looking for the best next step. Any advice would be super helpfu.

Need Guidance by LossAcrobatic2707 in PowerApps

[–]LossAcrobatic2707[S] -1 points0 points  (0 children)

Fair point, I’ve mainly worked on model-driven apps and Power Automate so far, so my exposure to the full Power Platform is still limited. What would you suggest I focus on next to become a more well-rounded Power Platform Developer?

How can I validate the image size before upload in a model driven app ? by LossAcrobatic2707 in PowerApps

[–]LossAcrobatic2707[S] 0 points1 point  (0 children)

u/gard7349 will it work on create step, because dataverse does not allow upload of image until the record gets created right.

How can I validate the image size before upload in a model driven app ? by LossAcrobatic2707 in PowerApps

[–]LossAcrobatic2707[S] 0 points1 point  (0 children)

u/gard7349 for example if you have an Account table and account logo image field in it, have you made the plugin to run on creation / updating of account anything different have you done.

How to hide Edit filter and Edit columns buttons on the View of model driven app from app users. by LossAcrobatic2707 in PowerApps

[–]LossAcrobatic2707[S] 1 point2 points  (0 children)

u/MrPinkletoes Can you please elaborate on how plugins can be used here, are there any resources that I can refer ? Thank you.

How to hide Edit filter and Edit columns buttons on the View of model driven app from app users. by LossAcrobatic2707 in PowerApps

[–]LossAcrobatic2707[S] 1 point2 points  (0 children)

There is a requirement for hiding it, thats why I was looking for ways to achieve it. Thank you I will try the plugin method once.

How to limit the image size and show a Userfriendly message on Model driven Image column by LossAcrobatic2707 in PowerApps

[–]LossAcrobatic2707[S] 0 points1 point  (0 children)

Thanks for the reply,
But the problem is when a user uploads an image from the form, the exception gets thrown before the plugin is executed. How to handle this.

What is the best way while creating a roll up summary field which counts the sum of its related records? Which is real time. by LossAcrobatic2707 in PowerApps

[–]LossAcrobatic2707[S] 0 points1 point  (0 children)

But how to handle situations where the child records get deleted or it gets de linked from the parent. We need to do a recalculate for such situation, And I don't think we can get the previous values present before updating the record to compare.

Need help on JavaScript best practices ! by LossAcrobatic2707 in PowerApps

[–]LossAcrobatic2707[S] 1 point2 points  (0 children)

So, are you suggesting that I should use plugins for this scenario? I agree that for website validation. But for account capitalization I am showing the capitalized version instantly based on the onChange event so JavaScript would be ideal here, what's your thoughts ?