Activities of "mina"

We need to know how to add another DBcontext to the solution.

also, can we use the ABPSUITE to create the models?

this is not exactly what we are looking for

the existing database will still be used by other systems so we don't need to change it, we just need to have a DB context and models for it in APB Commercial app so that we can read, insert, update, delete from within ABP

  • ABP Framework version: V8.1.0
  • UI Type: Blazor WASM
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes/no
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

Dear All,

We need to use use a current Exsiting Database? how could we do so ? and how to add its DB context?

Thanks, Thanks.

Question
  • ABP Framework version: v8.X.X
  • UI Type: Blazor WASM
  • Database System: EF Core (SQL Server.)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes/no
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

some features were available in ASPZERO need to know if it is available or will it be in the ABP commercial roadmap and when as follows:

  • Creating Non-Modal for Create-Update and View in Abp SUITE
  • Dynamics Property.
  • Entity Excel Import

I mean, is there a way or guide to add an existing Module(this app) to My existing APP?

Do you mean to use this "Here is a library that can help you simplify the development process: https://github.com/maliming/Owl.GeneralTree"

is there a guide on how to integrate it into our ABP application?

For the below provided Solution: Organization Units

Location A Location A-a Location A-b

Location B Location A-a Location A-b

Category A Category A-a

if we have one Entity such as Book that should has Location and Category and both will be implemented by Organization Unit as above , how we could add the property in the Book Entity

That is not what we meant, we need to create the code for Example with 3 digit such as 000.000.000 not with the default 5-digits 00000.00000.00000

For Question Number 1: 1- For Example, if we need to change the CodeUnitLength, as it is a static class, we can't Override, so what is the right way to do it?

namespace Volo.Abp.Identity;
public static class OrganizationUnitConsts
{


    /// <summary>
    /// Length of a code unit between dots.
    /// </summary>
   ** public const int CodeUnitLength = 5;**

 }

2- For Question 2 , will check the option and revert back to you.

Thanks, Mina.

  • ABP Framework version: v7.4.4
  • UI Type: Blazor WASM
  • Database System: EF Core (SQL Server,)
  • Tiered (for MVC) or Auth Server Separated (for Angular): /no
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

Dear All,

1- Is there a way to Customize the Organization unit, such as to change the coding Mechanism? 2- Can we have several organization Units in the same application for example for Location and Category?

Thanks, Mina.

Showing 11 to 20 of 37 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 19, 2024, 10:13