Learn More, Pay Less!
Limited Time Offer!

Activities of "pablo@ccalp.net"

It's a team license, any other guidance you can give me?

I don't see an option to do that:

Getting an error

PS C:\temp> abp get-source Volo.Saas -v 8.3.0 [01:25:07 INF] You are running the second generation of the ABP CLI. If you're interested in the legacy CLI, see https://abp.io/new-cli [01:25:07 INF] Downloading source code of Volo.Saas (v8.3.0) [01:25:07 INF] Output folder: C:\temp [01:25:14 WRN] Failed to get global nuget source: https://pkgs.dev.azure.com/compucare/_packaging/compucare/nuget/v3/index.json [01:25:15 ERR] Downloading source code failed for: Volo.Saas Volo.Abp.Studio.AbpStudioException: Exception of type 'Volo.Abp.Studio.AbpStudioException' was thrown. at async Task Volo.Abp.Studio.Modules.Installing.SourceCodeDownloader.DownloadSourceCodeAsync(string moduleName, string targetFolder, string version, bool includeNightly) at async Task Volo.Abp.Studio.Cli.Commands.StudioGetSourceCommand.ExecuteAsync(CommandLineArgs commandLineArgs) at async Task Volo.Abp.Studio.Cli.StudioCliService.RunInternalAsync(CommandLineArgs commandLineArgs) at async Task Volo.Abp.Studio.Cli.StudioCliService.RunAsync(string[] args)

  • ABP Framework version: v8.3.0
  • UI Type: Angular
  • Database System: EF Core (SQL Server)

What is the best way to customize the Saas Tenants administration feature, I have been able to add properties to the form and display them on the data grid using extensions, but I need to be able to re-order the columns, sort and filter the grid by those properties and I don't see a straight forward way of doing it, we have a large list of tenants and adding more constantly, it is becoming very hard to manage. If I have to re-create or replace the module/pages/services it is not a problem, I just need some guidance or access to view the source to understand it and be able to re-use as much as possible so that I don't introduce any issues on the core functionality.

Thanks in advance.

I'm using both, jobs and workers, and I'm very confused by your answers, I followed the documentation to enable both and they are working as expected I assume, I just need to know what is the recurring job that runs every minute doing.

Should I use one or the other or both?

what do you mean by :

PS, don't forget to remove Volo.Abp.BackgroundJobs package and remove BackgroundJobWorker from the Hangfire dashboard Why, and how do I remove them.

I am using Hangfire, look at the screen shot, let me know if my question is not clear so I can rephrase it.

Could you please provide more information on how it works internally, is it critical for the background jobs functionality? This is something I have not yet deployed into production and my production server runs jobs just fine without that recurring job. I'm just trying to understand this, how does it execute the background jobs?

  • ABP Framework version: v8.3.x
  • UI Type: Angular
  • Database System: EF Core (SQL Server)

I just enabled hangfire to process background workers, is there any documentation about what this worker/job is doing? It runs every minute apparently.

HangfirePeriodicBackgroundWorkerAdapter<BackgroundJobWorker>.DoWorkAsync

  • ABP Framework version: v8.3.0
  • UI Type: Angular
  • Database System: EF Core (SQL Server)

Hello, I need to customize the link account feature UI, could you please provide guidance on how to achieve the following:

  • Hide the default menu item from the user account/profile menu
  • Create a custom menu item for the link account feature, this will most likely be a dropdown with a list of tenants that the user can switch to by selecting an item.
  • How to trigger account switching from a custom button or link, is there an API call, function, etc. that needs to be called? where can I find the source code?
  • How to link accounts programmatically with minimal end-user interaction. An admin will perform this action.

Thank you.

I fixed the issue, it was due to the NormalizedName new column not being populated. Could you please give me credit for this question? Thank you.

Showing 1 to 10 of 77 entries
Made with ❤️ on ABP v9.2.0-preview. Updated on February 13, 2025, 10:35