Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hello All,I can't find any AXL cmdlet that adds a Role. Is it not available via AXL?I used "addUserGroup" to add User Groups & "addAppUser" to add Application Users.But I cannot find any command that creates Role (Roles can be linked with UserGroups)...
Hello dstaudt,Thanks.The problem with Role, is the BAT output file is not specifying tkapplication for each resource, so it is not conclusive to only mention the resource name. I have solved it programmatically.For Listing objects, I have to add the ...
Hello,I have built a logic to smartly deduce the Application for each Role.Whenever I apply the below SOAP request via POST HTTP method:I get the UserGroup (1TassemUG) created but without the Role whose UUID = 14cf73f9-4444-4f97-a5c1-dd010e4d3f7e?Wha...
Thank you so much! I've made big progress because of you But now I got stuck in something. To add a new Role, you must select a certain Application, from which, you assign access permissions for the resources defined in this Application. So a Role ca...
Hello dstaudt,Thanks for your feedback.I have traced the different tables using DB Dictionary hosting the Role function, but it is not easy task to manage that on SQL level (INSERTing records on all interlinked tables to ensure data integrity includi...