I think @portx-dev was asking you to develop it as a feature of the Abp Commercial version :-)
yes, I want to add webhook for Abp Commercial version!
I don’t really understand what I should do from your sent document.
Btw, I'll explain what I did.
I am using Adp commercial, and I use Abp Suite to create a new solution with Template type is “Application template”, UI framework is “Blazor Server”. After that, I created a tenant in the local environment as mentioned above, now I would like to log in to that tenant and use it, so I would like to know the login URL. Please tell me the login URL etc.
thx
Thank you very much.
Here are the points I still have questions about
∙ I was wondering what language to use for development. However, if we are developing on ABP Commercial, I thought C# and Angularjs would be easier to develop in, am I wrong? For example, [golang + react on ABP Commercial] would be fine?
・When using ASP.NET Zero, what use cases are RDB and MongoDB suitable for each? -I understand the difference between NoSQL and RDB.
・I understood that MongoDB and RDB can be used at the same time. Are the following examples correct? -user data : RDB -CRUD pages data : MongoDB
Are you talking about the API URL? you can open the swagger page to check it /swagger.
No, I mean the web application's login URL of created tenant.
Thank you very much.
I will explain the use case again.
There is a case where an end-user wants to test a configuration in a test environment in order to change it in the production environment.
Example of zendesk: https://support.zendesk.com/hc/en-us/articles/4408828617370-Testing-changes-in-your-standard-sandbox-
The requirements are as follows (This is possible with zendesk. ・Two tenants will be provided like a.xxxx.cloud , a-test.xxxx.cloud ・Data in a.xxxx.cloud can be copied to a-test.xxxx.cloud at any time.
Can I do ?
Hi
I would like to ask 2 questions about tenant management feature
-> [Database migration has been queued and will be applied soon.] is displayed, where/how can I check the migration result?
How can I achieve SANDBOX?
Use Cases: An enduser wants to test once in the sandbox before setting it up in production.
Example: enduserhttps://help.salesforce.com/s/articleView?id=sf.data_sandbox_create.htm&type=5
Question: How can I achieve this with ABP Commercial?
・What is the correct language to use when developing on ABP Commercial? -serverside:C# -frontend: AngularJS or MVC
・For DB, RDB and MongoDB are available.