Activities of "AbdulrahmanMZ"

  • UI Type: MVC
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes

I want to create a color picker partial view to be used in the createModal.cshtml and editModal.cshtml I didn't see any example for this component which is important to have,

can you please help me to create it . and make sure it is aligned with the best practice.

Hi

I have generated the Product entity with many to many relationship with Tenant entity the Choose file field is not required, that's fine till now, Thanks :)

The emerging issue is that error in angular side : Can not find name 'SaasTenantDto' .ts(2304). How can I mitigate this ?

export interface ProductWithNavigationPropertiesDto {  product: ProductDto;  tenants: SaasTenantDto[];}

Hi,

Where the path that I can get the tenant entity from while Saas module is referenced as a package (not in source code)?

Hi

another important question.

according to your advice,

You can use ABP Suite to add a Product entity and relate with a Tenant entity in many-to-many relationships.

How does this be accomplished without replacing Saas module with source code?

Hi,

That means we are back to the first square. I don't want to have to customize saas module myself, I want an automated way!!

So if I tried the first approach you have mentioned before that include overriding the TenantAppService and replacing the Tenant page,

In your opinion , does this sufficient to get to my goal?

Remember this is my goal:

The ultimate goal of mine is to render product name field in tenant grid and as a multi-select drop downlist in edit and add new actions modals.

Hi,

Note that the navigation collection property needs to be created on tenant entity Can I access tenant entity on abp suite and add a navigation collection property? or what is the best approach to address this?

you can download the saas module source code to get the page code.

Is it a must to replace the Saas module package with source code to accomplish this goal.

  • ABP Framework version: v8.2.2
  • UI Type: Angular
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes

I want to customize Saas module by adding a new entity `Product` with `Name` and `Discription` properties, The `Product` entity relate with `Tenant` entity in many to many relationship. The ultimate goal of mine is to render product name field in tenant grid and as a multi-select drop downlist in edit and add new actions modals. Is this possible? if yes, then what is the most straightforward way for fulfilling this requirement ? Give me step by step guid please for both backend and frontend implementation.

and is there some kind of automation i can use to facilate and accelerate this process as I'm going to repeat this customization many times?

Thanks,

could you pinpoint an example from within the ABP framework or a 3rd party implementation of integration service between two modules?

  • ABP Framework version: v8.2.2
  • UI Type: Angular
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes

I want to connect two modules' data sources in order to display a field coming from a custom module named for example 'ProductModule' in the Saas module Data Table in the same way 'edition' field or 'Tenant activation state' field displayed. as per the following images:

and the other important question, is it necessary to replace the SaaS package with the source code to make these customizations into tenant?

Showing 1 to 10 of 14 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on December 26, 2024, 06:07