I’ve developed an application for my users (say 10). They have already accepted the application working on a demo data. Now I want to show them a demonstration on the real data, however, I don’t want to implement any changes, actions submissions to implement on the real objects.
How can I achieve this? Can Foundry Devops help in this, for e.g. demonstrating actions/submission on a branch but they don’t pass on on the main branch objects??
Hello @rovshify ,
Foundry Branching will allow you to do that. If you don’t have it enabled, Administrators can enable Foundry Branching within the Application Access section in Control Panel.
When I submit an action on my foundry branch this is what is prompted:

This is telling you that in order to run an action on a branch, all the relevant object types need to be indexed on the branch. What you need to do is navigate to the object types that are not indexed yet and hit the index button in the banner at the top of the page. Once that’s done, you’ll be able to test your action type.