Dear All
we need to build a customer service in Maui as follow:
public class DownloadDataService : IDownloadDataService,ITransientDependency { private LoockUpDataDto loockUpDataDto;
protected IDownLoadDataAppService downLoadDataAppService { get; set; }
public DownloadDataService()
{
downLoadDataAppService=DependencyResolver.Resolve<IDownLoadDataAppService>();
}
public async Task ExecuteAsync()
{
await WebRequestExecuter.Execute(
async () => await downLoadDataAppService.DownloadLoockup(3),
(result) =>
{
loockUpDataDto = result;
return Task.CompletedTask;
});
}
}
public interface IDownloadDataService { Task ExecuteAsync(); }
I register using ITransientDependency
also I resolve as follow in the constructior of My page as
downloadDataService = DependencyResolver.Resolve<IDownloadDataService>();
await SetBusyAsync(async () => { await downloadDataService.ExecuteAsync(); });
but once to navigate to this page the app hangs,
what I am doing wrong?
We think there is a bug in the Power tool when we tr to generate an entity with navigation property on the power tool in the export excel function in angular as attached
the power tool settings are 1- NON-modal 2-TrackHistroy 3-Excel Import and Export 4-NavigatiON property 5-Overridable Entity
we tried it on versions 13.2 and 13.3
Dear All,
we need to add a local database for the maui project for offline access, do you have any guidelines?
also we need the right way to access device hardware, like Barcode scanner, NFC and Camera
Dear All,
1- Is there a method to return all the dynamicEntitypropertyValue for all entities in a specific table at one database call and not per entity, as currently if we have a table for example with 7000 entities we have to loop on each on them, and have a database call in each loop, we need to get them all before loop and loop on them locally.
2- does the current Excel export method support exporting the Dynamics properties as well? and how?
Thanks
hello , We are upgrading our project from version 11.4.0 to version 13.2.0 but after resolving all the merge conflicts we are facing multiple errors regarding the Excel export functionality for all the user created entities which was using this library to generate the excel files using WDx_Asset_Tracking.DataExporting.Excel.NPOI; now all exporting methods use using WDx_Asset_Tracking.DataExporting.Excel.MiniExcel; is there a way to update the export excel function automatically after the upgrade inside the power tool because it would take a lot of effort and time to do this to all the user created entities in the app.
Dear All,
When using Power Tool To add file upload in an Entity, the image is not uploaded, please advise.
Thanks.
Dear All,
We have a problem as follows, ASPcore browser has to be opened (:4430) in order for the angular to be opened, otherwise the angular app won't work please advise.
Thanks, Mina.
Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
Dear all,
In dedicated tenet database, does we need to have also coonection to host database.
The needed scenario is that we need to provide on premise tenet to a certern customer on this closed network that has no access to the cloud.
Thanks, Mina.
Dear Support team,
We have a problem in building Angular projects in Azure DevOps
here is a sample of the error.
ERROR in ./src/app/shared/common/customizable-dashboard/widgets/widget-assets-stats/widget-assets-stats.component.css?ngResource Module build failed (from ./node_modules/postcss-loader/dist/cjs.js): BrowserslistError: Unknown version 91 of android
also, the Build steps are as attached
Thanks, Mina.
Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
We have problem in migration when upgrading from 10.1.0 to 10.5.0
1- the migration not updated successfully as shown in the first photo and we cannot drop database Note this index not exist in data base
2- when adding new page components and modules in the upgraded version the error show below appear
Thanks, Mina.