• Code Snippet: Generic, Reusable Code to Get All Identities In a Group

    Hello everyone, Here is a code snippet to retrieve all identities in a identity (group) recursively. As I faced this requirement multiple times, and Innovator not having a standard function for it, I decided to create it myself. //*************…
  • Calling SearchDialog from Server method

    Hi, Is it possible to show SearchDialog from a Server method? I can use MaximazableDialog in Javascript to show the SearchDialog and get the response in callback. But I want to use such facility in a Server method. In my particular case, I am trying…
  • How to use GrantIdentity ?

    Hi, On ARAS R12, in server methods, I needed to grant temporary some rights. For that, I did something like this: var myidentity = Aras.Server.Security.Identity.GetByName("My Identity"); bool PermissionWasSet = Aras.Server.Security.Permissions.GrantIdentity…
  • Add User Identity

    Good day all. We have created an Identity called sm_AddUsers (v11 SP10). We have a separate team that is taking over the responsibilities of adding users to the system and they do not require any other elevated privileges, so I don't want to add them…
  • Report User Identity Relationship

    Good day all. I ran a report for Inactive Users. I have a list of almost 3000 users that have never logged in. I would like to remove these accounts, but my boss wants to make sure that these accounts don't have any other relationships. Has anyone created…
  • Create User When Identity Exists?

    Good day all. I am running into a problem when trying to create a User. I have an Identity that is used during Lifecycle Released state for documents. I would like this Identity to send an e-mail to a specific account. I figured that I would create a…
  • Lookup for boolean is not available.

    Hi, I want to give 'Can Add' permission for two different classification but the identity will be the same. I tried adding the same in Item type configuration I'm getting this error. Can anybody give me the solution for this? Thanks
  • Group Identity Member AML

    How can I add members to a group identity with AML code using Batch Loader? I appreciate your comments.
  • Change the identity when adding a user

    Hi All, We weird dutch people having names with a word between our first name and surname. "Jan de Wolf", "Piet van Rijn", "Karel van der Casteele" See also: www.behindthename.com/.../dutch_names We want to create documents with Aras en sometimes…
  • How to create sub groups in top level group

    Hi I am beginner in ARAS. I am going through User and Identity documentation, I created top level Identity now I would like to create new sub group. e.g Automobile Engineering > Manufacturing, Sale and IT. How I can add sub groups? Thanks,