Need Help - XI 3.1 Send to inbox Group security settings

Hello All,
I need some help on this. I have a few users belonging to a group and they should be able to send emails using 'send to inbox' option to other users belonging to the same group. They should be able to see users of the group that he belongs to and not others, similarly he should see only groups list that he belongs to and not the others. What should be the security settings for this. Any help will be greatly appreciated.
I think I figured out a way to do this for Groups- On the user security of say 'Group1', I set the Everyone to No access, and added the principal Group1 and gave view access. Now Group1 is visible only to members belonging to that group and not others. I have to do this process to all the groups so that Group1 users can't see other groups. But the problem is the user is still able to see the rest of the users (in other groups). I think I can follow the above procedure for the users too but I don't want to do it for every individual user. It's too much work. Please suggest if there is a better way of doing it.
And finally I need to restrict users ability to see the inboxes of other users(even in the same group). How do I do this?
Thanks
Kash

Hello Mark,
Thanks for your help. Appreciated.
Do you know or some one know, how to create at report for Audit purpose of BO 3.1 Universes's Connection, Database type, Network Layer and so on... I want to pull all info in to Webi report which are you seeing in the pictures.
Please see the attached file.

Similar Messages

  • I need help for actionscript 3, sending php info to my email, website created in Flash cs5 pro

    Hi,  My name is David and I followed a course creating my own website from Lynda.com by Paul Trani. After that I created my first own webste. After I finished it, everything was working well in flash and firefox. I have only one problem and question concerning the feed back form for sending info from my website to my emailaddres. I created my website “LisbonDreamWalking”in Flash CS5 pro. I herein have a contact page, where people can send an email for a walk in Lisbon, date,the number of people etc. Now I want through my ISP / host funpic.org, that the input, info text fields to be sended to my emailaddress [email protected]. My mail URL adress  iss: http://lisbondreamwalk.li.funpic.org  This is a free host, so they don't work with forms like in the course, and I need some additional info for the php. Here is my HTML (Flash actionscript 3.0) for the sending I only have the red text to fill in (php), I was told by the adobe course.I really hope someone can help me?! Thanks in advance!
    Instructions: 1. Add your custom code on a new line after the line that says "// Start your custom code" below. The code will execute when the symbol instance is clicked. */  send_btn.addEventListener(MouseEvent.CLICK, fl_MouseClickHandler_13);  function fl_MouseClickHandler_13(event:MouseEvent):void {          if (thename.text == "" || theemail.text == "" || thetime.text == "" || thepersons.text == "" || themessage.text == "")      {           thankyou.text = "please fill out all fields";      }      else      {           // create a variable container           var allVars : URLVariables = new URLVariables();           allVars.name = thename.text;           allVars.email = theemail.text;           allVars.time = thetime.text;           allVars.persons = thepersons.text;           allVars.message = themessage.text;           //Send info to a URL           var mailAddress:URLRequest = new URLRequest("http.www.namewebsite.com/gdform.php");           mailAddress.data = allVars;           mailAddress.method = URLRequestMethod.POST;           sendToURL(mailAddress);            thankyou.text = "Thank YOU!";           thename.text = "";           theemail.text = "";           thetime.text = "";           thepersons.text = "";           themessage.text = "";      } }
    H

    Thank you Kglad, I am going to see if I can make it work. I will let you know!
    Date: Thu, 13 Oct 2011 08:55:05 -0600
    From: [email protected]
    To: [email protected]
    Subject: I need help for actionscript 3, sending php info to my email, website created in Flash cs5 pro
        Re: I need help for actionscript 3, sending php info to my email, website created in Flash cs5 pro
        created by kglad in Action Script 3 - View the full discussion
    you missed part of the tutorial (or the tutorial is incomplete):  send_btn.addEventListener(MouseEvent.CLICK, fl_MouseClickHandler_13); function fl_MouseClickHandler_13(event:MouseEvent):void{     if (thename.text == "" || theemail.text == "" || thetime.text == "" || thepersons.text == "" || themessage.text == "") { thankyou.text = "please fill out all fields"; } else { // create a variable container var allVars : URLVariables = new URLVariables(); allVars.name = thename.text; allVars.email = theemail.text; allVars.time = thetime.text; allVars.persons = thepersons.text; allVars.message = themessage.text; //Send info to a URLvar mailAddress:URLRequest = new URLRequest("http.www.namewebsite.com/gdform.php"); mailAddress.data = allVars; mailAddress.method = URLRequestMethod.POST; sendToURL(mailAddress);
    }}  var urlLoader:URLLoader=new URLLoader(); function sendToURL(mailAddress):void{urlLoader.addEventListener(Event.COMPLETE,completeF);urlLoade r.load(mailAddress);} function completeF(e:Event):void{ thankyou.text = "Thank YOU!"; thename.text = ""; theemail.text = ""; thetime.text = ""; thepersons.text = ""; themessage.text = "";}
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/3969414#3969414
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/3969414#3969414. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Action Script 3 by email or at Adobe Forums
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • I need help why does i send to this friend there is a redbox + x

    i need help why does i send to this friend there is a redbox + x , but i send to other friend there is no problem. for anorid samung s3 phone

    Are you sure you have the right pin for your other friend? Try deleting the contact and re-adding them. Also, BBM has to be approved in the countries of both parties.
    1. Please thank those who help you by clicking the "Like" button at the bottom of the post that helped you.
    2. If your issue has been solved, please resolve it by marking the post "Solution?" which solved it for you!

  • Need help with SQL Query with Inline View + Group by

    Hello Gurus,
    I would really appreciate your time and effort regarding this query. I have the following data set.
    Reference_No---Check_Number---Check_Date--------Description-------------------------------Invoice_Number----------Invoice_Type---Paid_Amount-----Vendor_Number
    1234567----------11223-------------- 7/5/2008----------paid for cleaning----------------------44345563------------------I-----------------*20.00*-------------19
    1234567----------11223--------------7/5/2008-----------Adjustment for bad quality---------44345563------------------A-----------------10.00------------19
    7654321----------11223--------------7/5/2008-----------Adjustment from last billing cycle-----23543556-------------------A--------------------50.00--------------19
    4653456----------11223--------------7/5/2008-----------paid for cleaning------------------------35654765--------------------I---------------------30.00-------------19
    Please Ignore '----', added it for clarity
    I am trying to write a query to aggregate paid_amount based on Reference_No, Check_Number, Payment_Date, Invoice_Number, Invoice_Type, Vendor_Number and display description with Invoice_type 'I' when there are multiple records with the same Reference_No, Check_Number, Payment_Date, Invoice_Number, Invoice_Type, Vendor_Number. When there are no multiple records I want to display the respective Description.
    The query should return the following data set
    Reference_No---Check_Number---Check_Date--------Description-------------------------------Invoice_Number----------Invoice_Type---Paid_Amount-----Vendor_Number
    1234567----------11223-------------- 7/5/2008----------paid for cleaning----------------------44345563------------------I-----------------*10.00*------------19
    7654321----------11223--------------7/5/2008-----------Adjustment from last billing cycle-----23543556-------------------A--------------------50.00--------------19
    4653456----------11223--------------7/5/2008-----------paid for cleaning------------------------35654765-------------------I---------------------30.00--------------19
    The following is my query. I am kind of lost.
    select B.Description, A.sequence_id,A.check_date, A.check_number, A.invoice_number, A.amount, A.vendor_number
    from (
    select sequence_id,check_date, check_number, invoice_number, sum(paid_amount) amount, vendor_number
    from INVOICE
    group by sequence_id,check_date, check_number, invoice_number, vendor_number
    ) A, INVOICE B
    where A.sequence_id = B.sequence_id
    Thanks,
    Nick

    It looks like it is a duplicate thread - correct me if i'm wrong in this case ->
    Need help with SQL Query with Inline View + Group by
    Regards.
    Satyaki De.

  • HT203200 I need help on purchasing a game I forgot my security question answers. and it's been awhile since I downloaded anything.. how do I find out the answers or change them without knowing the old answers??

    I need help on purchasing a game I forgot my security question answers. and it's been awhile since I downloaded anything.. how do I find out the answers or change them without knowing the old answers??

    Alternatives for Help Resetting Security Questions and Rescue Mail
         1. Apple ID- All about Apple ID security questions.
         2. Rescue email address and how to reset Apple ID security questions
         3. Apple ID- Contacting Apple for help with Apple ID account security.
         4. Fill out and submit this form. Select the topic, Account Security.
         5.  Call Apple Customer Service: Contacting Apple for support in your
              country and ask to speak to Account Security.
    How to Manage your Apple ID: Manage My Apple ID

  • Need help!! I don´t remember my security questions nor have I a rescue email, plus whenevr I try I can´t seem to contact support, as it doesn´t accept my phone number, probably because I live out of the USA!!!

    Need help!! I don´t remember my security questions nor have I a rescue email, plus whenevr I try I can´t seem to contact support, as it doesn´t accept my phone number, probably because I live out of the USA!!!

    Hi bmwertner,
    Welcome to the Support Communities!
    If you require additional assistance with this, click on the link below for guidance:
    Apple ID: Contacting Apple for help with Apple ID account security
    http://support.apple.com/kb/HT5699
    Cheers,
    Judy

  • I desperately need help with Mail, specifically sending

    For Starters:  I am on OSX 10.9.2 and am trying to use mail 7.2.
    https://discussions.apple.com/post!input.jspa?container=2998&containerType=14&qu estion=I+desperately+need+help+with+Mail%2C+specifically+sending
    I cannot send.  I have been at this for hours and hours and hours.  Here are the details.
    my mail server however is s1.sistercompany.net
    I can receive email just fine.  I can also send mail just find having set this up on my iphone and also in thunderbird (which i hate hate hate hate hate hate hate, which is why I am desperate to set up mail)
    The settings in thunderbird are as follows:
    Servername: s1.sistercompany.net
    port: 465
    Authentication method:  normal password
    Connection Security:  SSL/TLS
    However, I just can't get this to work in Mail.  When I write an email and hit send I get a popup that says:
    Cannot send message using the server s1.sistercompany.net
    The certifcate for this server is invalid.
    Now, my tech guy says yeah the certifacte is invalid because you are going through sistercompany server, there should be some way to just accept the certifcate anyway (but he has never used mail before).
    So I have serached around and come up with this: http://support.apple.com/kb/PH11706
    Which tells me to use the verify certificate dialogue, which I would do except there is no verify certificate dialog.  Any thoughts?
    <Email Edited by Host>

    I don't have a problem watching the Lost episode on abc.com, using a stock MacBook with 512MB RAM. I don't know what technology abc.com uses in their viewer, but I have Flip4Mac and the latest version of Flash player installed.

  • I'm needing help restoring an iPod touch 5 back to factory settings because I purchased it used

    I'm needing help in restoring an iPod touch 5th generation back to factory settings. Because I purchased it used from a family member who can not remember their password or sercuity question answers

    They need to call AppleCare, ask to be transferred to the Account Security team.

  • I need help with my Ipod touch 4th restoring to factory settings

    I have posted several posting because I need help but somehow everybody seems to ignore the subject or they just don't want to go there. I wonder why.
    Anyways, I'm in critical bind. I still have iTune 10.7 running on my iMac 10.6. However, when I try to synch my Ipod to my Mac I get a message that I need to restore my Ipod to factory settings.
    The thing that I'd like to know if I restore to factory settings if I could select which verions iTune I could select. I have 10.7 installed and also have a copy in TM.
    I don't want to use iTune V.11

    Ana
    I appreciate your input, but you still haven't told me how to restore the iPod w/o getting V. 11. So far for what I read it says that if I choose to restore back to factory settings that it will install the latest version of iTune. Is there any way that I can overide this? According to you, it sounds like I could but still you haven't share with me how to do it
    Illlaass
    Here is the thing I have iTune 10 installed but when I tried to synch the iPod is when I get the message that I have to restore it to the factory setting. I'm willing to go along with it provided that I can select iTune 10.7. I have it installed in my backups.

  • I need help please!!! I forgot my security question answers how do i get them or make new ones

    Please help me!!! I forgot my security questions answers how do i get new ones or my old ones

    Alternatives for Help Resetting Security Questions and/or Rescue Mail
         1. If you have a valid rescue email address, then use this procedure:
             Rescue email address and how to reset Apple ID security questions.
         2. Fill out and submit this form. Select the topic, Account Security. You must
             have a Rescue Email to use this option.
         3. This is the only option if you do not already have a valid Rescue Email.
             These are telephone numbers for contacting Apple Support in your country.
             Apple ID- Contacting Apple for help with Apple ID account security. Select
             the appropriate country and call. Ask to speak to the Account Security Team.
    Note: If you have already forgotten your security questions, then you cannot
             set up a rescue email address in order to reset them. You must set up
             the rescue email address beforehand.
    Your Apple ID: Manage My Apple ID.
                             Apple ID- All about Apple ID security questions.

  • I cannot get into the iTunes store on my computer.  The last time I was able to do so was in February. The website doesn't help me. I authorized it on my Security Settings and it still doesn't work.

    I need help configuring my computer for the iTunes store. What can I do?

    You don't have the iPad connected to the computer with the cable while you are trying to download apps on the iPad do you?
    I'm running out of ideas here. Try this, reboot your iPad and then try again. If you are connected to the computer, disconnect the iPad first.
    Reboot the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons.

  • ITunes helper does not open at startup. Wrong security settings. (?)

    iTunes helper won't open at startup, I have to open it manually (because I know it is busted). How can I fix the security settings, reinstall it, or get a newer version. Running Mtn Lion on 2011 MBP.

    iTunes helper won't open at startup, I have to open it manually (because I know it is busted). How can I fix the security settings, reinstall it, or get a newer version. Running Mtn Lion on 2011 MBP.

  • Need help on HTTP AAE Sender channel PI 7.4

    Hi Experts ,
    My scenario is sender system will be sending .xml file using HTTP request to Middle ware (SAP PI )  . Receiver is ECC System  where IDOC is generated  . Its Async Scenario .
    I have used HTTP AAE sender channel . Now need to some help on wheater to Select POST or GET Option to complete above requirement .
    Please suggest few points which option to select
    Regads,
    Khan

    Hi Aziz,
    Please refer the below blog for details and you can use the post method.
    HTTP Test Tool for SAP PI 7.3
    PI 7.30 HTTP Java Adapter Test Tools

  • Need help: message split and send in BPM

    i have this mapping where the idoc has to be split first before passing it to a BPM. the mapping should perform like this
    from
    IDOC
       segA
         segB1
         segB2
         segB3
       /segA
    /IDOC
    to
    IDOC
        segA
          segB1
    /IDOC 
    IDOC
        segA
          segB2
    /IDOC   
    IDOC
        segA
          segB3
    /IDOC        
    I was successful in doing the 1st step of mapping requirement for the above transformation. The next step was to map per occurence of IDOC to another target message and send it (ex. above is 3 occurence of IDOC, so there should be 3 mapping and sending that should happen. My problem now is how to design the BPM for this. Any suggestions?
    Message was edited by:
            Brian Lo

    create one MT such as
    root
    |__IDoc
    |__segment
    duplicate the subnode in the target message mapping (right click on the node and select dupliate subtree) and ten do the mapping...here u can go 4 this approach only if the number of number source segments (ie. sega, segb1, segb2, segb3) are constant....have read in coupe of threads that split mapping is not possible for idocs.....u may also need to check on it

  • I need help I can't send pictures to my wife through iMessage

    Hope someone can help me well about a week ago I could not send pics to my wife's iPhone she has an iPhone 4s and I have the iPhone 4 one day last week I tired to send some pics to her through the iMessage and it would not deliver them but we have been sending pics to each before and now she can send me pics but I can't send them to her but I can send pics to my daughters iPod I have done things that I have read to try to fix the problem but nothing has worked help me płease

    Yes I can send texts but no pics she can send me pics I get them just can't send them I have turned off my messages did a he'd reboot turned messages back on so I just about tried everything that I have read on here

Maybe you are looking for

  • CD-ROM drive dead

    I have an old white dome iMac with a ROM drive that appears to be dead - nothing mounts, no sound that the drive is even trying to read a disc - neither audio CD nor DVD. My issue is I need to "nuke" everything on the hard drive, reformat it and rein

  • Best practice for images in APEX

    Hello All, I use APEX 4.2.2 .. Oracle 11g SOE... Speaking about the sample DB application. Suppose each product has more than one image. And that we have two Apps desktop & Mobile. Suppose Product A has 5 images. ===>> Does it mean that for Product A

  • How can i get slices info with PS API support?

    Hi. have tried listener. but there is no info about slices. in "SDK\samplecode\common\sources\PropertyUtils.cpp" found OSErr PIGetSlices(Handle & slices); but there is no information WHAT is that Handle?! Please, give some information about it

  • Creating Object views using XSU PL/SQL.Please SEE.

    Hi, I am presently using XSU PL/SQL utility with Oracle 9i and using the DBMS_XMLQuery.newContext(<My Select clause goes here>,and the DBMS_XMLQuery.getXML()which generates an XML document. My query is: I have 2 tables (One master and the other detai

  • Looking for solution

    I am not a professional it guy just a user, I am using IE 6 and go into a secured business website and connect to an application that uses IBM's Host on Demand. Yesturday after numerous fail attempts to start what I think is a Cached, I was getting t