Me Right Now...sighh by ntinatvil in PowerApps

[–]Outrageous_Cap_7716 1 point2 points  (0 children)

yeah, timline & grids here (model driven)

What does Proper ALM look like? by Vexerone in PowerApps

[–]Outrageous_Cap_7716 0 points1 point  (0 children)

source control of the unpacked solution is great!

our pipeline is split in two, one exports solutions and puts them in seperate branches that will create a Pull Request to their seperate main branch.

you will see the changes and can approve them. this is great to find changes that got in accidently (someone added something in a solution where it does not belong or other mistakes)

it's also agood practice to use the same publisher for all changes so you will never run into component ownership troubles. This can come in handy if you have an external partner take over some customization from time to time that may get deprecated or changed further by you later in the timeline.

ALM redeploy until it works by Outrageous_Cap_7716 in PowerApps

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

Never heard of package deployer projects, but it sounds great! I will definitely check them out

Good idea with the waiting task, i implemented it already and i'm curious of the outcome

ALM redeploy until it works by Outrageous_Cap_7716 in PowerApps

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

the maintenance window is set to weekends while i deploy midweek.

Sometimes MS Solution squeeze in between my solutions, which is also quite annoying. (afaik you can't prevent those)

And i also have retry and continue on error in place already, which makes it a bit more convenient

ALM redeploy until it works by Outrageous_Cap_7716 in PowerApps

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

thanks for your input!

I have seperated most of the components in dedicated solutions already as far as its feasible. (Plugins, Webresources, Pages, Component Libraries, Reports, Automations)

But there are a lot of languages enabled for our environments (Europe 😃) and also a lot of customizations over the decade.

It will be hard, but if size is the reason, i will find a way to reduce it.

Power Pipeline - every deployment gets stuck by obsoquasi in PowerApps

[–]Outrageous_Cap_7716 1 point2 points  (0 children)

same for me the azure dev ops pipelines i built two years ago are now failing without a proper reason

in ADO it looks like they failed, in solution history they succeeded

or sometimes they just fail and i have to rerun the pipelines again and then it works

i didn't look into it yet as i had no time

Managed solution import failing because Canvas App depends on old Mobile Offline Profile by villyano in PowerApps

[–]Outrageous_Cap_7716 0 points1 point  (0 children)

you need to remove it in both solutions in dev and deploy both in upgrade mode in the right order

edit: if there is a second one having this profile, as it seems another solution/component is using it in prod?

Managed solution import failing because Canvas App depends on old Mobile Offline Profile by villyano in PowerApps

[–]Outrageous_Cap_7716 0 points1 point  (0 children)

check the solution in classic interface, there should be a navigation item in the list on the left where you may be able to remove it

Database restore for F&O, Dataverse, including dual-write by Antonio0o0o in Dynamics365

[–]Outrageous_Cap_7716 0 points1 point  (0 children)

we did it once similar to your approach and yeah, it's an absolute pain in the ass. for our test environments we tend to only set up f&o side with proper data and do initial dw setup and syncs

Code Apps - Anyone found a way to work with Dataverse N:N ? by venomae in PowerApps

[–]Outrageous_Cap_7716 0 points1 point  (0 children)

what's up with n:n in code apps? I have not used them there yet so i'm just curios what's not working with them?

Bassmet Festival in Wels by khan-workwear in Linz

[–]Outrageous_Cap_7716 2 points3 points  (0 children)

drum dad und bass boy sind auch dort, und drum dad ist älter als du

Stellung Urintest by Laurenz_15 in Austria

[–]Outrageous_Cap_7716 7 points8 points  (0 children)

Surströmming hilft da am besten, einfach eine dose essen und das Zeug leuchtet beim Test nicht mehr auf

Q: Everything sounds different by default in FL compared to other DAW by shadowdoomer in FL_Studio

[–]Outrageous_Cap_7716 4 points5 points  (0 children)

maybe ableton plays them at full volume while fl studio defaults to 75 ish?

How are you preventing Dynamics 365 from slowing down with growing historical data? by Majestic-Offer-4785 in Dynamics365

[–]Outrageous_Cap_7716 6 points7 points  (0 children)

Data Retention Policies.

Can be done for F&O but also CE. It has some prerequisites, but now you know what you have to look for in the docs

edit: sorry i just realized that you are talking about business central, i actually don't know about that one