Implementing IUserBrances

StatusIDPriorityType
Closed24909MajorQuestion
ProfileReply
niemimikClient

Hi!

I have custom user like this :

public class xCustomSecuritySystemUser : SecuritySystemUser, Xafari.BC.Branches.IUserBranches
{
public IList AvailableBranches
{
get
{
throw new NotImplementedException();
}
}
}

What is simpliest way to implement this in with Xpo-objects. (link IUserBranches to SecuritySystemUser)
Or do we have to convert user to IDCSecurity types and map them to old tables?
Or use XFExtensions?

BR,

-mikko

-mikko

Replies

UserDescriptionPosted On
Sasha (Xafari Support)Client

Hi mikko,

We have replicated this behavior with Xpo-objects, but couldn't find a solution at the moment. Please give us additional time.

Thanks,
Sasha.

Sasha (Xafari Support)Client

Hello,

Inform us, please, which Security are you using: Xafari or DevExpress?

Thanks!

niemimik

Hi!

Xafari security except for User (based on EXpressApp SecurityUser)

-mikko

Sasha (Xafari Support)Client

Hello mikko,

We apologize for the delayed response.

Unfortunately the Branches for Xpo is currently being revised, but the version of Branches work with DC.
Out team working on the Branch.Xpo. If we find alternative solution to this issue, we will inform you about it.
It will take some additional time.

Best regards,
Sasha.

× This ticket is closed.

Write US