Hello ANZ Team,
Is there a way to accomplish the above subject matter? I have created an entity using the power tools extension and was expecting when I create a property with a byte data type it will be assigned to an image or picture control during UI generation. If this is not the case, is there a recommend approach in doing so?
Please advise. Thank you.
By the way @ismcagdas, do you mind suggesting a work around on this issue so I can move forward with my project please?
Done @ismcagdas
Hello ANZ Team,
I also found out that unticking the Track Entity History check box from the Power Tools resolves the error I mentioned here but I have build many entities with this option ticked and never encountered such error. Any advice?
Hello ANZ Team,
I just upgraded to the latest release 8.8 using Angular+Core project. I tried creating a simple entity using my existing project after the upgrade as well as a clean install of 8.8 but both result to this error below.
ERROR in src/app/admin/app/countries/countries.component.ts:99:14 - error TS2339: Property 'entityTypeHistoryModal' does not exist on type 'CountriesComponent'. 99 this.entityTypeHistoryModal.show({ ~~~~~~~~~~~~~~~~~~~~~~
The difference is that I ticked the Create Master-Detail Page checkbox from the Power Tools dialog window, which I believe is the feature Added Non-Modal CRUD pages generation to Power Tools and I wanted to try it out.
Am I doing something wrong?
Hello ANZ Team,
I am on Angular + Core v8.2 and the Chat badge keeps coming back even though I have read all chat messages from my list. Would you know what's causing this please?
Thank you!
Hello @ismcagdas,
I encountered the same error raised here with regards to the missing component. I did everything using the RAD Tool v2.3.0. As for the Master/Detail, I had the same expectations as @AuroraBMS but due to the error I am unable to continue checking out the master/detail feature. What I did is created a master entity called Contacts, having the Create Master-Detail Page checkbox unticked, with just a couple of properties and then created another entity called ContactPhones with a navigation property from Contacts but this time with Create Master-Detail Page check box ticked. This is when I encountered the missing component error. Again, all of these were done using the RAD Tool.
Please advise.
Okay thank you @maliming.
I am in v8.2 of ANZ. I can see you just release v8.6. Does it include an upgraded Hangfire component? I don't see it in the change log though.
Hello ANZ Team,
I am using hangfire for my background tasks. I have created 8 tasks and at the moment they are all idle until their scheduled exection. My app is deployed to azure and I am noticing in my application insights >> live metrics that the CPU is spiking for above 50% whenever I switch between tabs in the hangfire portal. More precisely in the Recurring Jobs tab. I would understand if there are running jobs but there is none. And my app service is idle too since there are no operations running at the moment. My questions is why is that happening? Have you come across such issue?
Please advise.