Updating user role
HI, I tried to give some role like config management, component engineer, change specialist II role to user. But the part creation and Product creation feature is not getting activated. Is there any wait time it takes for the role to get updated or something? It doesnt seem to updating the roles as per selection. Regards, Bejoy Thomas0Views0likes6CommentsCalling 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 to send email using a server method. If the Recipent is already entered then it sends the email. But I want to prompt the user to search for another user item when Recipient is not pre-defined. If that is not possible then any alternative suggestions will be appreciated. Kind Regards, Vikas765Views0likes3CommentsAdd 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 to the Administrators Identity. I can't seem to get this Identity setup correctly with permissions to be able to add users. The current error they receive is Add access is denied for Alias. Aras.Server.Core.PermissionsNoCanAddFoundException I went through User, Alias, Identity, and Member ItemTypes and made sure the Identity was in Can Add and the permissions where set the same as the Administrators (except User, they cannot delete). I'm at a loss for why this is happening. Is there something else that affects who can add a User? Thank you for your help.Solved4.5KViews0likes2CommentsUser Can't See an Entry
Good day all. I am using Aras v11 SP10. I have a weird problem. The system is using an ItemType s_Part for the parts instead of using the OOTB Part. A user created two parts in the system. When he created the parts he could find them, but no other Users could find them in a grid search (admin accounts could find them). I promoted the parts to Released and now none of the Users can see them. I can still find them with my admin account, but I can't find them with my User account (didn't matter if I was looking under Current, Latest, Released, or Effective). I used Nash to verify that is_current is set to 1. I'm at a loss for what is going on with this. We used to have the Lifecycle for the parts with Released as the only point on it (parts were usually released by the associated Parts List document). We added the standard Part Lifecycle to s_Part. Nothing has changed with the Permissions. Thanks for any help that can be provided.Solved5KViews0likes4CommentsUser Password
Good day all. How can I set the user password when creating an account? Our system normally logs a user in with a badge/credentials. I need to create a few user accounts for the admins that will use a password to log in with, so we can test some of the changes that are being made. I tried creating an account through the User section and typed a password in, but I could not log on with the account. I found a post about using AML to create an account & set the password. It worked for the first account I created, but didn't for the second account. Not sure what is going on. I have tried editing the account & deleting it then reading. I keep receiving an error that indicates the password is incorrect. Thank you for any help you can provide. AML New User PasswordSolved5.5KViews0likes4CommentsCreate 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 User to add the e-mail to, but when I create the User I receive a message stating that I can't because the Identity already exists. How can I fix this issue? Also, how can I associate the two? Thank you for the help.6.7KViews0likes4CommentsReport 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 a report that can show me a list of Identities that only have a User relationship and Users that only have an Identity relationship? Thank you for the help.1.5KViews0likes0CommentsAML New User Password
Hi, I would like to create new users with user password by AML in Batch Loader. I have done this but password in Innovator is not added/updated. <Item type="User" where="login_name='@1'" action="merge"> <login_name>@1</login_name> <password>@2</password> <logon_enabled>@3</logon_enabled> <first_name>@4</first_name> <last_name>@5</last_name> <email>@6</email> ... and <Item type="User" where="login_name='@1'" action="add"> <login_name>@1</login_name> <password>123</password> <logon_enabled>@2</logon_enabled> <first_name>@3</first_name> <last_name>@4</last_name> <email>@5</email> ... Best regards Klaus4.9KViews0likes2CommentsCreate a Login Inside Aras
Hello! This is my first topic and I am from Spain so sorry if my english is not good. I am trying to replicate the login inside Aras with a method but I cannot make it because when I make an applyAML() of the User Table to get the username and the pasword in MD5 the password is not show. Also if I trying the same with an applySQL() I need more permissions (root I think) to make it to get the password from the User table. How can I get what I want? Best regards, Jose2.6KViews0likes2CommentsUser type of field mapping table
Hi, When I query Part table, I get GUIDs of Assigned Creator and Designated User (User type fields) from owned_by_id and managed_by_id columns respectively. I need to convert these GUIDs into actual user name value, so I queried innovator.User table with Id = Guid as condition, but I dont find any row related to that Guid. I also tried with config_id = Guid in User table but still same problem. Should I use some other table to get the actual user name?? I guess ARAS Innovator stores User details in innovator.User table. Thanks.3KViews0likes5Comments