Viewing 1 reply thread
  • Author
    Posts
    • #15405
      tomi tomi
      Participant

        In my system I’ve created few customers and I’m trying to assign users from my AD to my Customer , and add users from our subsidiary (users from different AD ) to another custome, How can I do it ?

        $Self->{CustomerUser1} = {
        ...
        ??? assignToGroup ??? => 'COMPANY_A',
        ...
        }

      • #15407
        tomi tomi
        Participant

          I did it , if someone need that info …

           

          $Self->{CustomerUser1} = {

          ...

          CustomerID => 'company',

          .....

          [ 'UserCustomerID', Translatable('CustomerID'), 'company', 0, 1, 'var', '', 1, undef, undef ],

      Viewing 1 reply thread
      • You must be logged in to reply to this topic.