How can i use the branches in a web-application? There is no dashboard for the configurations of the braches. What do i have to do for using dashboards in a web-application.
Best regards
Wolfram
Replies
User
Description
Posted On
WolframClient
Also there is no Branch Setting Option. How can i activate an branch?
WolframClient
Also every BranchUser can see the Data of all other Users. There is no separation
Alexander KuznetsovAgent
Hello Wolfram!
I apologize for the delay. If needed to configure branches you must use XAS (Xafari Applications Support). You can find information about XAS and how to use it here. XAS contains forms to edit branch settings. How to configure branches in XAS you can read here.
About your question "Also every BranchUser can see the Data of all other Users. There is no separation". Can you provide a simple example, so we could understand what the problem is?
Regards, Alexander
WolframClient
Hello Alexander,
i attached you our Project. in the win-application the branches are working great. But in web-application we don't see any possibility to avtivate them or implement the Setting-Options for the branches.
It's very importend for our Project to use the web-application and we're needing reponse as soon as possible.
Settings for branches stored in application model in Xafari\Services\Branches node. You have just two ways "from the box" to configure branches for web-application:
1) Use DevExpress Model Editor and look for Xafari\Services\Branches node.
2) Use XAS application configurated with Xafari.BC.Branches.Cfg module.
XAS is separate win-application like a DevExpress Model Editor. Xafari.BC.Branches.Cfg module created special for XAS and this module is platform-agnostic (has dependencies from win-modules). You cant use it for a web-application but can use it for win-application. So you need to remove Xafari.BC.Branches.Cfg from your web-project.
Only for win-application you have third way with included Xafari.BC.Branches.Cfg (DetailView form with branches settings which you see in your win-application). This module contains non-persistent object which is wrapper for Xafari\Services\Branches model node. You can create your own analog of BranchesSettingsObject for your web-application.
We do not Need to configure the asp.net part.The configuration in the winform is fine and it works
please check the former attacht solution if ther is something missing because in WinForms it's working fine but in the asp.net not.
To clarify we do not need to have the config in asp.net. We only need the branch functianlity itself the the asp.net .
Regards
Wolfram
WolframClient
do i have to fill sth. in "EnabledTypes"?
WolframClient
do i have to fill sth. in "EnabledTypes"?
WolframClient
Yes, i had to. Know i know it and it works. Thank you anyway.