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?
4 Answer(s)
-
0
Hi,
I don't quite understand what you mean.
You can publish the application in the Staging environment for SANDBOX:
https://learn.microsoft.com/en-us/aspnet/core/fundamentals/environments?view=aspnetcore-7.0
-
0
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 ?
-
0
Hi,
It looks like a different thing.
Zendesk is a software product, but ABP is a development framework.
You can consider using multiple environments or you need to develop the sandbox function yourself.
-
0
thx