Learn More, Pay Less!
Limited Time Offer!

Activities of "thanhlg"

In my previous code, I used Cron.Daily(8, 0) because I wanted to perform a task every day at 8 AM. After reviewing the file you sent me, I tried using CronExpression = $"*/50 * * * * *"; but the error still persists. Could you please let me know where I went wrong? And why does it work in version 8.1.3 but not in version 8.2.0?

Hi ABP Team,

After upgrading to version 8.2.0, I encountered an error as shown in the image. When using version 8.1.3, Hangfire works fine without that error. Could you please help me check it?

hi I have resolved the issue, can I get the ticket refunded? Thanks

Check the docs before asking a question: https://docs.abp.io/en/abp/latest/Local-Event-Bus

  • ABP Framework version: v8.1.3
  • UI Type: Blazor WASM
  • Database System: EF Core (PostgreSQL)
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

Hi Support Team,

I have created a new table called Company. I want to sync data from the Company table to the Organization Unit table using ILocalEventHandler when creating new entries, but it's not working because the properties Id, Code and ParentId are internal set. How can I add new data to the Organization Unit table?

Company => Organization Unit Organization Unit => Company

It worked. Thank you very much for your help 🤗

Hi,

Could you share a test project with me? I will check it. shiwei.liang@volosoft.com thanks.

Hi,

I have sent you an email, please check and assist me. Thanks.

I configured it in the DMSDomainModule.

I have configured it within the Domain layer but it still isn't functioning.

Hi I've tried using an event bus to extend the Entity, but when running it, it doesn't receive my handlers.

Where am I missing configuration? I'm working on Module Template.

  • ABP Framework version: v8.0.2
  • UI Type: Blazor WASM
  • Database System: EF Core (PostgreSQL)
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

Hi Support Teams,

I want to customize the user interface of the User screen as follows:

  1. Add a new tab when creating or editing a User. How can I add new fields for the User in the new tab? For example, in the new tab, I want to include additional information for the User such as Code, Address, Manager...
  2. Change the interface to be in the form of an EditForm like this image instead of opening a Popup.
Showing 21 to 30 of 58 entries
Made with ❤️ on ABP v9.2.0-preview. Updated on February 17, 2025, 05:40