Notification mail for particular group of users

Hi,
How to configure notification mail for particular group users in the portal, some circular posted in the KM.
Please advise.

Dear  kumargopalc,
The best way to do this, is create a folder in km where you upload your files o news to this user and then create a km navigation iview to give to the user the possibility to subscribe to it, the service subscription give to the users notifications on the amendment of the folder.
http://help.sap.com/saphelp_nw70/helpdata/en/6e/798e04b33b11d5993800508b6b8b11/frameset.htm
Regards.

Similar Messages

  • Digital Signature - Setup User master record for Particular group of user

    I already setup Electronic signature for RR and UD. but having problem to complete transaction.
    When a Digital signature is executed, the system should copies the signatory name from the user master record to the signed document. However, the name has not been maintained completely in user master record and for this reason, i cannot execute the signature. So how can i setup User master record for Particular group of user?
    Regards,
    NP

    It is actuly comes under QM module to save the test record, but before saving it, we need to have authorization.
    For authorization, we are having digital signature.
    So i need to assign user group for particular those authorization digital signature. so i thought, might be IDM can help on that?
    How would i do that? so are you guys able to help me on that ?
    Thank you
    NP

  • Notification Query for Item Group

    Dear Experts,
    Please Guide me for a Notification Query for this Scenario :
    I want to put a Notification Query for a  Group i.e. when any user do transactions in any form or any Particular form using items
    of this Group than if the Item Quantity is in Decimal then he can not do that Transaction and Get Error Message.
    Thanks in Advance.
    Atul Chakraborty

    Hi Atul,
    to achieve this you have to write SPTN at the back end
    under databases node select your live database.
    Select programability
    select stored procedure
    select db.sbo.SP_Transactionnotification
    and paste your code into
    ADD YOUR CODE AREA
    If (@object_type = '17') and (@transaction_type in ('A', 'U'))
    BEGIN
         Declare @ItmGrpCode as int
         Declare @Qty as int
         set @ItmGrpcode = (select oitm.itmsgrpcod from oitm inner join rdr1 on oitm.itemcode = rdr1.itemcode inner join ordr on   
            rdr1.docentry = ordr.docentry where  ordr.docentry=@list_of_cols_val_tab_del)
            set @Qty = (select quantity from rdr1 inner join ordr on ordr.docentry = rdr1.docentry where ordr.docentry =
            @list_of_cols_val_tab_del)
         BEGIN
                        if @ItmGrpcode = 10 and @qty = 0
                        Begin
                             set @error = -1
                             set @error_message = 'Invalid Input'
                       End
           End
    END
    Like wise by capturing object type and dml mode you have to write code for every document that you want to check.
    For example I've given code for Sales Order.
    hope this will help you
    Thanking you
    Malhaar'

  • Configure workflow notification mailer for more than one domain

    Hi ,
    Is it possible to configure workflow notification mailer for two different Domains ?
    We are using more than one domain so the notifcations/mails has be to be directed to more than one domain .
    please guide me through some docs .
    Regards .

    Duplicate thread (please post only once)
    plz help me...!!!! Workflow Notification Mailer
    plz help me...!!!! Workflow Notification Mailer

  • SSRS - Intellisense for Security (Groups and Users) and email subscriptions

    When I add a new user to a SQL Server (In SSMS), I can add an AD Group or user, and SQL server will verify their login name.  It will reject if wrong and let me search Active Directory and verify names.  In MS Outlook I can start typing an email
    address and intellisense will help me complete it.
    Is there Intellisense on the Report Server, so when I make a role assignment (giving permissions like Browser to a user) it checks their login or even completes it for me.
    Is there Intellisense when I add email address to a subscription?
    Was wondering if this is a setting I can turn on, or if it is just not available.
    Any workarounds?  How do I know I am entering a user correctly, what if I misspell?
    Thanks,
    Mike

    Hi Computermike,
    According to your description, you want to check the if the e-mail address is valid when creating e-mail subscription. Right?
    In Reporting Services, The report server does not validate e-mail addresses or obtain e-mail addresses from an e-mail server. You must know in advance which e-mail addresses you want to use. This is a feature by design. However, if you send a subscription
    to an invalid e-mail address, the sender (your service account) will receive an e-mail which tells you the destination e-mail address is invalid. 
    If you really need to check the validation of the e-mail address before sending the subscription, we suggest you provide Microsoft a feature request at
    https://connect.microsoft.com/SQLServer 
    so that we may try to expand the product features based on your needs.
    Best Regards,
    Simon Hou

  • How to configure Workflow Notification Mailer for oracle alert in R12

    Hi all....,
    How to configure Workflow Notfication mailer for oracle Alert in R12. Please provide the complete steps.. Its urgent.. Plz help me..
    Regards ,
    Madhan

    Duplicate thread (please post only once)
    plz help me...!!!! Workflow Notification Mailer
    plz help me...!!!! Workflow Notification Mailer

  • SharePoint 2013 Discussion items "visibility" depending on permession for specific groups and users

    Hello,
    I have a blank site in SharePoint 2013 in which i activated `CommunityFeature` and i created a discussion board app which is displayed in a web part.
    Now, i want to be able to change the discussion visibility ... E.g. when i click on new discussion i want to have a people picker that allows me to choose people or groups that are allowed to see and reply for that discussion...
    How can this be made? can anyone help me please?

    Hi,
    The OOTB feature “Audience Targeting” on list item will be capable of your requirement.
    “List or library items can be targeted to appear only to people who are members of a particular group or audience”.
    More information about
    Audience Targeting:
    http://office.microsoft.com/en-001/sharepoint-server-help/target-content-to-specific-audiences-HA010169053.aspx
    Best regards,
    Patrick
    Patrick Liang
    TechNet Community Support

  • How does schedule with RESTful API a Webi report for a group of users ("Schedule For" to "Schedule for specified users and user groups" with one or more users/groups)?

    SAB BO 4.1 SP1
    Does it have an RESTful API to schedule a Webi report with the parameter to specify a group of users ("Schedule For" to "Schedule for specified users and user groups" with one or more users/groups)?

    Hello Ricardo,
    have you try a call like this one ?
        <schedule>
          <name>"test"</name>"
          <format type=\"webi\"/>
          <destination>
            <inbox>
             <to>userId1,userId2,userId3,groupId1,groupId12</to>
            </inbox>
          </destination>
        </schedule>
    Regards
    Stephane

  • Best Practice for managing Groups and Users

    We want to create a Corporate Portal for the Department and it's Organizations. We want to have one Portal Public page as the main entry for all our users. When a user login, he will be re-direct to is Organization Portal page.
    I need to find a good document, a case study if possible, on how to define my Groups in OID to achieve this. I need a document that explain how to setup and manage Groups for a Corporate Portal.
    Thank you!

    Hi!
    The Portal Admin Guide gives a good overview about the groups administration.
    I don't know about case studies that address your problem.
    When you have different home pages for different groups you can administer this with the Portal Group Profile portlet in the admin section of Portal.
    cu
    Andreas

  • How to send a mail attachment to group of users

    i have a group ZTACT TEAM Which has 10 mail ID's. I want to send mails to those 10 ID's in ZTACT team . Plz tell me ..How to do this to send mails to the group.....
    Thanks
    Srinivas

    Hi ,
    try this code.
      DATA: LD_ERROR    TYPE SY-SUBRC,
             LD_RECIEVER TYPE SY-SUBRC,
             LD_MTITLE LIKE SODOCCHGI1-OBJ_DESCR,
             LD_EMAIL LIKE  SOMLRECI1-RECEIVER,
             LD_FORMAT TYPE  SO_OBJ_TP ,
             LD_ATTDESCRIPTION TYPE  SO_OBJ_NAM ,
             LD_ATTFILENAME TYPE  SO_OBJ_DES ,
             LD_SENDER_ADDRESS LIKE  SOEXTRECI1-RECEIVER,
             LD_SENDER_ADDRESS_TYPE LIKE  SOEXTRECI1-ADR_TYP,
             LD_RECEIVER LIKE  SY-SUBRC.
      DATA:   T_PACKING_LIST LIKE SOPCKLSTI1 OCCURS 0 WITH HEADER LINE,
              T_CONTENTS LIKE SOLISTI1 OCCURS 0 WITH HEADER LINE,
              T_RECEIVERS LIKE SOMLRECI1 OCCURS 0 WITH HEADER LINE,
              T_ATTACHMENT LIKE SOLISTI1 OCCURS 0 WITH HEADER LINE,
              T_OBJECT_HEADER LIKE SOLISTI1 OCCURS 0 WITH HEADER LINE,
              W_CNT TYPE I,
              W_SENT_ALL(1) TYPE C,
              W_DOC_DATA LIKE SODOCCHGI1.
      LD_EMAIL   = P_EMAIL.
      LD_MTITLE = P_MTITLE.
      LD_FORMAT              = P_FORMAT.
      LD_ATTDESCRIPTION      = P_ATTDESCRIPTION.
      LD_ATTFILENAME         = P_FILENAME.
      LD_SENDER_ADDRESS      = P_SENDER.
      LD_SENDER_ADDRESS_TYPE = P_SENDER_ADDRES_TYPE.
    * Fill the document data.
      W_DOC_DATA-DOC_SIZE = 1.
    * Populate the subject/generic message attributes
      W_DOC_DATA-OBJ_LANGU = SY-LANGU.
      W_DOC_DATA-OBJ_NAME  = 'SAPRPT'.
      W_DOC_DATA-OBJ_DESCR = LD_MTITLE .
      W_DOC_DATA-SENSITIVTY = 'F'.
    * Fill the document data and get size of attachment
      CLEAR W_DOC_DATA.
      READ TABLE IT_ATTACH INDEX W_CNT.
      W_DOC_DATA-DOC_SIZE =
         ( W_CNT - 1 ) * 255 + STRLEN( IT_ATTACH ).
      W_DOC_DATA-OBJ_LANGU  = SY-LANGU.
      W_DOC_DATA-OBJ_NAME   = 'SAPRPT'.
      W_DOC_DATA-OBJ_DESCR  = LD_MTITLE.
      W_DOC_DATA-SENSITIVTY = 'F'.
      CLEAR T_ATTACHMENT.
      REFRESH T_ATTACHMENT.
      T_ATTACHMENT[] = IT_ATTACH[].
    * Describe the body of the message
      CLEAR T_PACKING_LIST.
      REFRESH T_PACKING_LIST.
      T_PACKING_LIST-TRANSF_BIN = SPACE.
      T_PACKING_LIST-HEAD_START = 1.
      T_PACKING_LIST-HEAD_NUM = 0.
      T_PACKING_LIST-BODY_START = 1.
      DESCRIBE TABLE IT_MESSAGE LINES T_PACKING_LIST-BODY_NUM.
      T_PACKING_LIST-DOC_TYPE = 'RAW'.
      APPEND T_PACKING_LIST.
    * Create attachment notification
      T_PACKING_LIST-TRANSF_BIN = 'X'.
      T_PACKING_LIST-HEAD_START = 1.
      T_PACKING_LIST-HEAD_NUM   = 1.
      T_PACKING_LIST-BODY_START = 1.
      DESCRIBE TABLE T_ATTACHMENT LINES T_PACKING_LIST-BODY_NUM.
      T_PACKING_LIST-DOC_TYPE   =  LD_FORMAT.
      T_PACKING_LIST-OBJ_DESCR  =  LD_ATTDESCRIPTION.
      T_PACKING_LIST-OBJ_NAME   =  LD_ATTFILENAME.
      T_PACKING_LIST-DOC_SIZE   =  T_PACKING_LIST-BODY_NUM * 255.
      APPEND T_PACKING_LIST.
    * Add the recipients email address
      CLEAR T_RECEIVERS.
      REFRESH T_RECEIVERS.
      LOOP AT TB_EMAIL.
        T_RECEIVERS-RECEIVER = TB_EMAIL-EMAIL.
        T_RECEIVERS-REC_TYPE = 'U'.
        T_RECEIVERS-COM_TYPE = 'INT'.
        T_RECEIVERS-NOTIF_DEL = 'X'.
        T_RECEIVERS-NOTIF_NDEL = 'X'.
        APPEND T_RECEIVERS.
      ENDLOOP.
      W_SENT_ALL = 'X'.
      CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
           EXPORTING
                DOCUMENT_DATA              = W_DOC_DATA
                PUT_IN_OUTBOX              = 'X'
    *            SENDER_ADDRESS             = LD_SENDER_ADDRESS
    *            SENDER_ADDRESS_TYPE        = LD_SENDER_ADDRESS_TYPE
                COMMIT_WORK                = 'X'
           IMPORTING
                SENT_TO_ALL                = W_SENT_ALL
           TABLES
                PACKING_LIST               = T_PACKING_LIST
                OBJECT_HEADER              = OBJHEAD
                CONTENTS_BIN               = T_ATTACHMENT
                CONTENTS_TXT               = IT_MESSAGE
                RECEIVERS                  = T_RECEIVERS
           EXCEPTIONS
                TOO_MANY_RECEIVERS         = 1
                DOCUMENT_NOT_SENT          = 2
                OPERATION_NO_AUTHORIZATION = 4
                OTHERS                     = 99.
      SUBMIT RSCONN01 WITH MODE = 'INT' AND RETURN.
      IF SY-SUBRC NE 0.
        MESSAGE E000 WITH 'Error occurred while sending'.
      ELSE.
        MESSAGE I000 WITH 'The document was sent'.
      ENDIF.
    Notice that i am looping at T_receivers to get multiple number of receivers.
    Hope this helps you.
    Vikki.

  • 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

  • Get MS Exchange mail for all group members

    Is it impossible to get all email from all mailboxes in MS Exchange? I have full rights in Azure console for Office365 exchange online.
    http: //i.stack.imgur.com/DF5n5.png
    But when I'm trying make an request to
    https://outlook.office365.com/EWS/OData/Users('[email protected]')/Inbox/Messages
    getting an error "The specified object was not found in the store."
    But for logged in admin
    https://outlook.office365.com/EWS/OData/Me/Inbox/Messagesor
    https://outlook.office365.com/EWS/OData/Users('[email protected]')/Inbox/Messages
    works well.
    What should I do, to get access for read mail for all my users in office 365?

    Hi,
    Best way is to use a service \admin user to read all emails of all (or a set of) mailboxes, but first you would have to setup permission to all mailboxes using :
    1. Exchange Application Impersonation
    OR
    2. Delegate Access (where u grant Full Access permission for a single service account to all mailboxes)
    Please have a look into:
    http://kb.infobridge.com/KnowledgebaseArticle10370.aspx
    http://www.codetwo.com/kb/how-to-set-impersonation-rights-manually/
    https://support.software.dell.com/kb/SOL81894
    This way you would have to keep only one credential to access all mailboxes using EWS.
    There is a little difference in setting up ExchangeService (EWS) object for both methods. Using delegate permission you can setup more granular permission (ie. to one or many or all mailbox folders), while using impersonation, there is no choice, the impersonated
    user has all folders access to target mailbox.
    Also, impersonation is setup only once, while, in the case of Delegated permission, for any new mailbox user, you would have to run
    Add-MailboxPermission “[email protected]” –User “AdminUSer” –AccessRights FullAccess
    to grant the permission.
    Hope this helps.
    Regards,
    Laeeq Qazi|Team Lead(Exchange + Sharepoint + BES + DynamicsCRM)
    www.HostingController.com

  • How To Disable DLU Policy For A Group Of Users

    We are running Zenworks 7.x on Novell netware 6.5 sp8. I have my User package existing within the Context where the user accounts exist. Also the User Package is associated to that user Context. I have a need to deny a specific group of users access to the DLU Policy of the User Package. However I will need the users to have access to all other Policy packages withing the same User Package (ie, iprint policy, remote control policy, etc).
    Is it possible to deny a group of users access to the DLU policy but not the other Policies within the Associated user package?

    Originally Posted by wanman
    We are running Zenworks 7.x on Novell netware 6.5 sp8. I have my User package existing within the Context where the user accounts exist. Also the User Package is associated to that user Context. I have a need to deny a specific group of users access to the DLU Policy of the User Package. However I will need the users to have access to all other Policy packages withing the same User Package (ie, iprint policy, remote control policy, etc).
    Is it possible to deny a group of users access to the DLU policy but not the other Policies within the Associated user package?
    Take a copy of your existing User package, disable DLU in this new package and assign it to these specific users that you don't want DLU to apply.
    Thomas

  • How to configure workflow notification mailer for iPad

    EBS R12.1.3
    Sun Solaris 11
    DB 11g
    First i apologize for users here becasue i have to repost this. May be i did not ask proper question last time
    Currently my users got the internet expense or requsition approval in  an email with an attachment and when users open the attachment the Oracle HTML page open and allow click on approval or reject. This works fine from outlook email from desktop. But when users receive the email on iPad the attachment does not open. It give the blank page.
    Can someone advise how can user approve the work flow notification from iPad.  This is my analysis for our requirement. Can someone advise am i on right direction. if there is any Oracle docuemnt available then please provide the doscument detail or sequence of doscument that i need to follow
    Set up the IMAP4 compilance unique inbound email with INBOX, PROCESS and DISCARD folders
    Configure the inbound email from OTM
    Ignore the outbound email configuratiion from OTM becasue it is already working. It is set with SMTP
    Check the inbound and outbound connection from ebs server
    If you can not ping the IMAP server or telnet the SMTP server from ebs server. Make sure firewall/ports are open
    Add inbound and outbound server entry in server host file
    Apply the patch 16328729 for iPad compatibility
    Test it
    What would be the over all impact of this change. will the users still able to approve the notification using the attachment or this will change.

    Pleas see the following links/docs.
    http://search.oracle.com/search/search?search_p_main_operator=all&group=Blogs&q=iphone%20weblog:stevenChan
    How To Get Oracle iProcurement Workflow Notifications To Work For Outlook On Blackberry or Other Mobile Devices Such As Phones and Tablets (Doc ID 1424978.1)
    Troubleshooting Inbound & Outbound Email Notifications (Doc ID 1184846.1)
    What are the Prerequisites for Implementing iPhone with Business Approval For Managers Product (Doc ID 1388153.1)
    Thanks,
    Hussein

  • I want to change my notification mail for Apple purchases

    First and foremost I would like to excuse myself if I have posted this in the wrong thread, but I have no idea where to post it.
    My question is how can I check what mail I have signed for receiving notifications, such as changing my method of payment or notify me of any changes made reagrding my account.
    Thanks in advance!

    The information will be sent to your AppleID, if you are talking about iTunes and App store.  iCloud you can at additional e-mail addresses.  but to see the e-mail address you will need to open the programs and then click account then login. 

Maybe you are looking for