Creating Dependent List on Security Group.

Hi,
I want to create dependent list on Security group, i have created custom table, Relation and view on Security group and on my custom table.
I am not getting dependent list as it should be dependent on security group.
Please help me.

See my post Re: How to change the values in custom profiles based on security group ??

Similar Messages

  • How-to create dependent list boxes in a table -Frank Sample

    hi everyone i would like to ask a suggestion about Frank's example on How-to create dependent list boxes in a table -Frank Sample ...
    i want to extend this example for 3 dependent lists... including locations, departaments and employes....
    this the ListboxBean java that Frank is using in his example.... and this is only for locations and departaments tables and it works ok... i want to add the third list for employers wich is dependent only from departaments list.... as i am not good in java i would like to ask u a suggestion on how to develop the third list in this java class ...
    public class ListboxBean {
    private SelectItem[] locationsSelectItems = null;
    private SelectItem[] departmentsSelectItems = null;
    public SelectItem[] getLocationsSelectItems() {
    if (locationsSelectItems == null){
    FacesContext fctx = FacesContext.getCurrentInstance();
    ValueBinding vbinding = fctx.getApplication().createValueBinding("#{bindings.LocationsView1Iterator}");
    DCIteratorBinding locationsIterBinding = (DCIteratorBinding) vbinding.getValue(fctx);
    locationsIterBinding.executeQuery();
    Row[] locRowsArray = locationsIterBinding.getAllRowsInRange();
    // define select items
    locationsSelectItems = new SelectItem[locRowsArray.length];
    for (int indx = 0; indx < locRowsArray.length; indx++) {
    SelectItem addItem = new SelectItem();
    addItem.setLabel((String)locRowsArray[indx].getAttribute("City"));
    addItem.setValue(locRowsArray[indx].getAttribute("LocationId"));
    locationsSelectItems[indx] = addItem;
    return locationsSelectItems;
    return locationsSelectItems;
    public SelectItem[] getDepartmentsSelectItems() {
    FacesContext fctx = FacesContext.getCurrentInstance();
    ValueBinding vbinding = fctx.getApplication().createValueBinding("#{row}");
    JUCtrlValueBindingRef rwJUCtrlValueBinding = (JUCtrlValueBindingRef) vbinding.getValue(fctx);
    Row rw = rwJUCtrlValueBinding.getRow();
    if (rw.getAttribute(6) != null){
    OperationBinding oBinding = (OperationBinding) fctx.getApplication().createValueBinding("#{bindings.ExecuteWithParams}").getValue(fctx);
    oBinding.getParamsMap().put("locId",rw.getAttribute(6).toString());
    oBinding.execute();
    ValueBinding vbinding2 = fctx.getApplication().createValueBinding("#{bindings.DepartmentsView2Iterator}");
    DCIteratorBinding departmentsIterBinding = (DCIteratorBinding) vbinding2.getValue(fctx);
    departmentsIterBinding.executeQuery();
    Row[] depRowsArray = departmentsIterBinding.getAllRowsInRange();
    // define select items
    departmentsSelectItems = new SelectItem[depRowsArray.length];
    for (int indx = 0; indx < depRowsArray.length; indx++) {
    SelectItem addItem = new SelectItem();
    addItem.setLabel((String)depRowsArray[indx].getAttribute("DepartmentName"));
    addItem.setValue(depRowsArray[indx].getAttribute("DepartmentId"));
    departmentsSelectItems[indx] = addItem;
    return departmentsSelectItems;
    public void setLocationsSelectItems(SelectItem[] locationsSelectItems) {
    this.locationsSelectItems = locationsSelectItems;
    public void setDepartmentsSelectItems(SelectItem[] departmentsSelectItems) {
    this.departmentsSelectItems = departmentsSelectItems;
    Thanks in advance :0

    Hi,
    I think that all you need to do is to look at how I implemented the dependent detail for querying the Employees select items
    Then you make sure the DepartmentsVO and the EmployeesVO have bind variable to query them according to the pre-selected value in their respective master list
    Frank

  • Some trick to create dependent list values?

    I just join to numbers's world. I'm trying to create two list of values that allows to choose values in the second one that depend on the first value, for instance, my first list of value have two items: target1 and target2; if I choose target1, in the second list of value the systems only has to allow me choose destiny1 or destiny2; if I choose target2 the second list of value shows me destiny3 and destiny4 to select one of them.
    Thanks in advance.

    This feature is something Numbers was not designed to do.  Since Numbers doesn't really have dynamic pop-up menus this is one of those features that one might be able to implement but it would never be usable or elegant.

  • How to create dependent list for attributes that are there in same table?

    HI,
    I need to ADF Creation Form that will insert into a Training table. and need to make a dependent LOV. Like i have a table
    Training (training_id, training_type, training_name ) i need to make a dependent list of value for Training_Type and Training_Name.
    Can anybody plz gave me the solution..
    Thanks

    Hi,
    which release of JDeveloper ?
    Frank

  • How to change the values in custom profiles based on security group ??

    Hi,
    i am facing problem for my requirement, can anybody help me for below scenario...
    i have custom check in profiles , there are content types and sub types. sub type nothing but a categories on for particular content type. For example i have News content type , same in the below subtypes drop down list are press release, events, articles etc.
    what i want to do is, when i open custom checkin profile, subtype values need to be changed( some values in subtype should hide) based on security group changes .
    In the Sub type listed values, some values need to hide only when i choose different security groups.. sub types values should display based on the particular security group only. when ever i change the security group, drop down Values in subtypes needs to change.
    hope understand my requirement.
    How to achieve this task. Any help would be greatly appreciated.
    Thanks,
    yt

    Hi,
    Thanks alot. its working fine
    Can we configure DCL Relation two times in one information filed ??? i should not create not more than fields to this requirement.
    Type -> subtype = DCL already existed
    Now, i want to Create DCL to
    Subtype ---> Security group
    As per my requirement, if i change the security group in checkin form, values should be change in the SubType drop down list.
    Created checkin profile there was DCL relation to " Type and "Sub Type" . now i want to map Relation ( DCL ) for subtype to security group.
    i was trying do for DCL for subtype and security group. but there was already existing DCL created for subtype information field (Relation configuration done for content type). even though i was trying to do for DCL in Security group information field. but, i could not find security group information field in configuration manager.
    Now what should i do ?? how to create DCL to subtype and security group ??
    Help would be appreciated.
    yt

  • My deployed printers don't appear on the computers that are part of the security group

    I use the Print Management role to deploy my printers to my users.
    Because I only want those printers to appear on certain laptops/servers, I deployed them using the “Per machine GPO”
    I created an “Office Printers” security group that contains those laptops/servers
    I use this security group to filter my GPO (under Security Filtering)
    The above used to work but after modifying and adding new printers, the printers are not getting deployed anymore.
    Here is what I see:
    - On the laptops/servers I am connecting to (I am the Domain Admin), I can see all the printers
    - On some user’s machine, no printers shows
    - On some user’s machine, only the printers that were listed in GPO before the changes do show
    gpresults –r shows different result:
    - Mine shows: Filtering : Denied (Security) even I see the printers
    - Some machines show: Filtering:  Not Applied (Unknown Reason)
    - Some machines don’t show the GPO at all

    Hi,
    Before posting my question, i ran gpresult /force and rebooted the machines several times.
    I resolved my issue yesterday by "chance":
    - since the deployment was failing using the deploy to GP feature in Print Management, I decided to try to deploy them by using directly GPMC.
    - I discovered that the printer that I added few days ago was not marked as "shared" (I did not think that it was an issue because I assumed that the Print Management did not need this setting to be set). Since the others were shared, I decided to share
    this one as well.
    >>>> that resolved the issue: the printers appeared on all the machines as expected.
    I feel that MS should look into this behavior:
    - Deployment of the printers should not fail if one is not shared
    - if sharing is a must to use this feature, deploying the printer from the Print Management should bring an error.
    Thanks
    Christophe

  • Powrshell to add Multiple security groups to shares

    Um, are you adding the security groups to the share? That makes no sense. You should just add "everyone, full" to the share permissions and then use NTFS permissions to limit what people can actually do.
    If you really need that I'll go look some more but I won't promise anythign as, again, this is not the way epople generally do this. This code is 1 possible way of managing the NTFS permissions, from some code I collected :)
    Powershell

    Hi People,IVe been using SW for sometime as a bit of a Lurk, Im scratching my head now at something that seems so basic but i cannot for the life of me figure it out, so any help would be great.ScernarioWe currently have a Powershell script that creates a list of folders on a Path that you give it, it will then proceed to add the security groups to the shares, this creating about 250 SG for the share - not too sure why this is used as its a pretty bad way to do thing.What i need to do is create a script that will ask for a list of security groups to add to a folder, I have already created the script to add the folders and add certain domain admin groups to the folders, the problem i am having is the name of the groupsSo for instance we have one call SG COMPANYNAME C - This is the change group allowing users to change files etc, we have...
    This topic first appeared in the Spiceworks Community

  • Work email field not filling in for mail enabled security groups in sharepoint

    I've recently been trying to setup alerts to send to mail enabled security groups on our sharepoint site.
    I've created universal mail enabled security groups for this purpose, and populated them with users, and then set those in the alert field, but no one is getting alerts.
    After a lot of investigation, I've found that this is likely because the security groups listed under sharepoint in the people and groups section don't have work email fields filled in. Theres a couple of groups that work which do have this field filled
    in, but everything created recently is missing this. I can't seem to set this field up to be editable instead of importing from AD either. I've confirmed the AD import is working fine, all user details and work email fields are filled out correctly, it is
    only the security groups that are having problems.
    Does anyone have any experience with this?

    As per your description I assume that individual user gets email alert, right ?
    If no then go to central administration > operation > timer job definitions > “web application” view > select your web application in the menu bar to check if Immediate alerts working fine
    If not, please run the following operations:
    stsadm -o setproperty -propertyname alerts-enabled -propertyvalue false -url http://...
     stsadm -o setproperty -propertyname alerts-enabled -propertyvalue true -url http://...
     stsadm -o setproperty -propertyname job-immediate-alerts -propertyvalue "every 5 minutes"  -url http://...
    And then try again.
     At last, if the issue is still there, please check your email server settings in terms of the following articles:
    http://www.sharepoint-tips.com/2007/10/email-alerts-not-getting-sent-while.html
    http://social.technet.microsoft.com/Forums/en-US/sharepointworkflow/thread/36c3b5b5-af03-4f8a-b202-b62db330c21c/
     And if individual user gets an alert then you can create cutomized alert for Sec group
     Please refer
     http://sptoolbox.codeplex.com/releases/view/8255
     hope this will help you
    Regards, Pratik Vyas | SharePoint Consultant | http://sharepointpratik.blogspot.com/

  • Create a list in another list

    Hi,
    Is it possible to create nested lists in Sharepoint 2013?
    My requirement is to create a list for some groups like (group1, group2,group3 etc..).
    This list will have 3 columns for group name, type and description.
    And when a group is selected I want to see another list in it with some columns like user properties.
    Is this possible? I am a SharePoint power user, so please excuse if this is an unusual question!
    Thanks

    You can't nest lists.
    However you can have lookup columns which bring data from other lists. This basic relational structure may grant what you want.
    Alternatively, Managed Metadata fields can be used to create a hierarchy several levels deep.
    w: http://www.the-north.com/sharepoint | t: @JMcAllisterCH | YouTube: http://www.youtube.com/user/JamieMcAllisterMVP

  • Security Groups when in 'Project Server Permissions Mode' - Project Online

    Hi All,
    We have Project Online up and running, by default the PWA instance we added to O365 was in "SharePoint Permissions" Mode, we changed to "Project Server Permissions" Mode because of some complex security we need to configure. For some
    reason (different from Project Server 2013) Project Online creates a number of Security Groups by default that seem to be duplicates. For example for Administrators there are:
    - Administrators
    - Administrators for Project Web App
    - Web Administrators (Project Web App Synchronized)
    For Project Managers:
    - Project Managers
    - Project Managers (Project Web App Synchronized)
    - Project Managers for Project Web App
    And there is something similar for all the groups (compared to Project Server 2013):
    I have looked online, with no luck, for some guidance on what all these groups are and if I can delete some of them without causing PWA to crash.
    If anyone out there can point me in the right direction / send me some documentation or links it will be greatly appreciated!
    Thanks!
    Jorge

    Hi Jorge, I had the same thing on two different tenants within the last week - one today. I will just clean up the SharePoint groups manually. The ones with the descriptions are the correct Project Server permission mode groups... Hopefully Microsoft will
    fix this soon, you could raise a support ticket on your office 365 tenant - support is pretty quick! Paul
    Paul Mather | Twitter |
    http://pwmather.wordpress.com | CPS

  • Powershell script for security groups and users for multiple share folders

    Hi scripting team,
    I need your help with powershell script for the below queries 
    1. List out the security groups for more than one server share path and output it to a file ( csv ) 
    For eg.
    If the are are two share paths 
    \\servername\foldermain\folder1
    \\servername\foldermain\folder2
    So I needs the list of security groups for each share path
    And the output needs to be under each any every path.
    2. Grab the users belongs to main security groups and it nested groups for more than one security group and listed the users under each and every group. No need to display nested groups. Just users belongs to main group and users under nested.
    Your teams help is much appreciated 
    Thank you.
    Thilochana kumararatne

    Hi Braham,
    Thanks for your quick reply.
    Are we able to do this on two stage method
    1. grab the security groups from the share paths
    if can grab the share path from a separate txt file than copying it to the <your path> location
    so i can modify the txt file
    once run the script
    if can the output like below to a CSV file
    \\servername\foldermain\folder1group 1group 2group 3\\servername\foldermain\folder2group 1group 2group 3then i know which groups belongs to which share paththen i can remove the duplicate groups and keep the common groups to grab the users belongs to itso with the second script same as the first copy the security groups to a txt file and the out put as below.what I needs is the users full name and the samaccount name ( user id )group 1user1user2user3
    group 2user1user2user3looking forward your help on thisThank you.Thilo

  • Global security group permissions not propogating

    I have a single flat domain that has migrated from NT to 2003 to 2008. A number of the global groups go back to the mid ninties.
    I recently purchased a EMC VNXe 3300 for addition storage, joined it to the domain, migrated a bunch of folders with permissions using robocopy no problem. 
    Now I have one shared folder and the global security permission applied to the top level folder but did not decend the tree. I tried applying it from the advanced security tab and choose apply to this folder and all child objects and folder or some such
    verbiage. I could not get that permission on anything below the top level unless I went to the object explictly and applied it.
    I created a new global security group and applied it to the folder and it descended the tree with no problems.
    I have hundreds of folders and hundreds of groups I need to move to this new storage, I have no idea what is wrong here?

    Hi,
    Please help collect the current permission setting of the parent folder and a subfolder (which the original global security group cannot be applied with "inheriting"). 
    Meanwhile have a try with icacls instead of GUI to see if it will work. For example:
    icacls x:\folder /grant <group>:(OI)(CI)F 
    If you have any feedback on our support, please send to [email protected]

  • Exchange 2013 Mail Enable Existing Security Groups

    Hello,
    I can't seem to find how to mail enable an existing Security Group in Exchange 2013.  Does anyone know how to do this?  I have created them as Universal Security Groups in Active Directory.  I see that if you create them from the Exchange
    Admin Center, it will work, but I have a ton of groups with very complicated memberships that exist in AD and I would prefer not to delete them, recreate them, and adjust membership.
    I looked for a cmdlet that would let me do this, but I can't seem to find one.
    Does anyone know how to Mail Enable an Existing Group from Exchange 2013?
    Thanks

    Hello Stewart,
    If these groups are universal security groups, you can just follow Martina's suggestion to do that.
    Thanks,
    Evan Liu
    TechNet Subscriber Support in forum
    If you have any feedback on our support, please contact
    [email protected]
    Evan Liu
    TechNet Community Support

  • Mail-disable Security Groups

    Good afternoon, 
    We are in the process of migrating to Office 365 in the cloud. 
    I'm at the point where I need to start moving Distribution Groups to the cloud. 
    My issue is that our Security Department who creates our Distribution and Security groups has been creating most of our Security Groups as mail-enables ones. So they show up in the GAL and people email those as Distribution Groups. 
    My company's practice has always been to then make a manager a manager of the DLs so they can add/remove users manually as needed.  
    Now that the Manager mailboxes are in the Office 365 cloud, and the Mail-enabled Security Groups are on Premises, they can no longer manage the members through Outlook. 
    My though was to Disable-DistributionGroup -Identity "United States Users", which will remove the Exchange attributes, then try to create a new Enable-DistributionGroup -Identity "United States Users" and add the members and use
    an actual Distribution Group for email purposes only, and not affect the Security Group in AD as to not disrupt the permissions where its being used. I also noticed that after trying the disable-DistributionGroup command and waiting for DirSync to complete,
    the group is still visible in the GAL, even through Outlook. 
    Does anyone know what I need to do to get this to work? 
    My ultimate goal is to get DLs migrated to the cloud so that Managers can administer their own Distribution Groups again through Outlook. 

    Hi,
    Based on my knowledge, after disabling a distribution group, we can remove it from the GAL. In your case, I recommend you update the GAL at first, and then check if this distribution group is visible in the GAL.
    Hope this can be helpful to you.
    Best regards,
    If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Amy Wang
    TechNet Community Support

  • How to create a security group to manage a Distribution list in exchange 2013

    Hi folks,
    We have AD synced with Online Exchange 2013. Dirsync is installed on AD. We would like to create a security group for a Distribution list(for instance: distribution list name is [email protected] and it is managed via a security group named "abc" ).
    How can this be achieved? I do see an option under Online Exchange console using browser-> Groups to create a new security group but it doesn't allow me to add the group created in AD-instead it ask us to create a new one. If we create a new one in Exchange
    online console- will it publish to our local AD?

    Hi TR,
    Thank you for your question.
    Are there any errors when we could not add group which is in local AD.
    When we could not add group which was created In AD, there are following options we could check:
    If current user who logon Exchange server has enough permission to add it
    The connection between Exchange server and AD
    If we create a new DG in Exchange online, it will be published to local AD.
    We could run the following command to create DG for abc.com:
    New-DistributionGroup -Name "abc" -Alias abc -Type "Security" -MemberJoinRestriction open
    We could refer to the following link to learn more about distribution group:
    https://technet.microsoft.com/en-us/library/bb124513%28v=exchg.150%29.aspx
    If there are any questions regarding this issue, please be free to let me know. 
    Best Regard,
    Jim
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]
    Jim Xu
    TechNet Community Support

Maybe you are looking for

  • Infopackage-Load Many Files from Application Server and later Archive/Move

    Hi All..   I have a doubt,   I have a requirement of take many files to load into BI 7.0..  I used the infopackage before with option: Load Binary File From Application server   I load information successfully... only with one file ...but If I can lo

  • Aw_copy does not work in 11.2.0.1.0?

    Hi, I try to use the aw_copy procedure from dbms_aw package. Here is the command I use: > execute dbms_aw.aw_attach('T00_TST'); execute dbms_aw.aw_copy('T00_TST', 'T01_TST', 'GDWH07_OLAPC', 2); > And here the output: > SQL*Plus: Release 11.2.0.1.0 Pr

  • Export button in task toolbar in Acrobat 9 Pro?

    I had Acrobat 8 Professional and most of my pdf work was exporting to jpeg. Acrobat 8 had an export button in the task toolbar that made it a quick-click function to perform an export. I've recently upgraded to Acrobat 9 Pro, and I can't find my expo

  • Need to get the file name at the time of polling

    Hi... I am transferring the data from csv file to database. I put the file in a directory. File adapter will read that file for every 2 minutes. I have a column name in database to which I need to map the incoming file name. Here my requirement is: h

  • Final Cut away from home

    I've had one Mac or another at home since 1985, but never a notebook. I'm considering it now, but... My work will be requiring me to be spending a lot of hotel time, and I'd really like to take this time to do some Final Cut work (Capturing mostly).