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
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.
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:
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.
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.