Notification user groups customization

Hi All:
We are currently troubleshooting the notifications sent when a document change status. We have document which moves from status A to B. On the status A, we have a group of users UserGroupA and another group B we have which is called UserGroupB. We are working with the SAP cFolders 4.00 authorizations
We have set these groups, transtions and status authorizations; however, we have problem to make them work. Obviously, we think that is a configuration problem that we can resolve having a good guide.
However, what we have found yet are 3.10 guide. Do you guys know a good SAP cFolder 4.00 authorization guide which clearly explain the authorizations and how to set the status process.
Kind regards
Gonzalo Perez-Prim

Hi Gonzalo,
you can find more details on ther cFolders status management and notifications in the help portal .
In cFolders, you can use the Status Management function to control and monitor workflows in the way they are often used in companies. The following information is aimed particularly at users who set up and maintain objects for status management.
To implement a status profile for the scenario described above, you would proceed as follows:
       1.      Create a status profile to define the workflow sequence.
       2.      For each processing step in the status profile, enter a status (for example, New, In Process, Being Checked, and Released).
       3.      Define your status transitions.
Status transitions specify which status changes are allowed. For example, it is permissible to change from the status New to the status In process, but you cannot change the status New to Released. For our scenario described above, you might define the following four status transitions:
                            a.      Transition Process, which allows a status change from New to In process
                            b.      Transition Check, which allows a status change from In process to Being checked
                            c.      Transition Post process, which allows a status change from Being checked to In process
                            d.      Transition Release, which allows a status change from In process to Released
       4.      Define actions for the following:
¡        For a status transition, to notify users of the status changes
¡        For a status, to remind the users of impending deadlines or processing times.
When you define an action, you can create the message yourself or have the system create the message automatically (if you leave the text fields Subject and Note blank). You can define the following types of actions:
                            a.      Status action
The system sends a message whenever a status transition, for which you have created a status notification, is executed. The system provides an option with which a user can choose to manually edit the notification text before it is sent.
                            b.      Deadline action
The system sends a message whenever a status, for which you have created a deadline, has not been reached by the deadline.
                            c.      Processing period action
The system sends a message whenever a status, for which you have specified a processing period, has not been reached by the end of the processing period.
To understand how the system determines the recipients of notifications, see Recipient of Notifications Triggered by Actions.
       5.      Assign transition authorizations (optional).
You can find the master guide for cProjects 4.0 (also containing cFolders) at this
Link.
Best regards,
Daniel

Similar Messages

  • How to send notifications to different user groups based on payload value

    Hi Gurus,
    I have a scenario in BPM where i have to send notifications to different user groups based on the payload value.
    ex:
    Payload sample:
    <employees>
    <emp1>
    <state>TX</state>
    </emp1>
    <emp2>
    <state>AZ</state>
    </emp2>
    </employees>
    Requirement: I have to send notification through Humantask to users of TX and AZ as mentioned in payload.
    Can you please help me out in achieving this in BPM?
    Thanks,
    Raju
    Edited by: user0808 on Mar 1, 2013 12:58 PM
    Edited by: user080811 on Mar 4, 2013 11:06 AM
    Edited by: user080811 on Mar 4, 2013 11:07 AM

    Hi Daniel,
    thanks a lot for your quick response.
    I went through your blog and tried implementing the same.
    But in my case i have to send parallel notifications to both the states.
    Please correct me if i am wrong, using if conditions in rules is allowing me to send to only one state.
    I also tried the following approach
    1) setting the organization units in bpm workspace
    2) passing values using human task parametric roles
    3) and looping the subprocess that has the humantask for the count of states.
    I am able to loop the subprocess but i am not able to change the parametric role value for the next iteration of the subprocess.
    Can you please help me in resolving this?
    thanks,
    Raju

  • Welcome to the new Oracle User Group Community

    Welcome to the new Oracle User Group Community. Whether you landed here via the redirect from the previous community site - IOUC.org - or navigated here directly, welcome. This new platform brings new community features to enhance the way you connect with user group peers and with Oracle, as well as make it easier for you to find information through a more intuitive interface. We invite you to provide your feedback on the new site. Log in using your OTN Forum credentials and join the discussion here. If you do not yet have OTN Forum log in credentials, navigate to http://community.oracle.com/community, click on the "Register" link in the upper right corner of the page and create your account.
    We look forward to hearing from you.

    Hi Kashif,
    Glad you like the new Community. Communication among user group leaders works a little differently on this site than on the previous site. Rather than having communication focus around e-mail distribution lists, communication now is focused within the site itself. The intent is that this will provide users the one place to come for information, rather than having to sort through lots of e-mail threads. That doesn't mean that e-mail is completely out of the picture though. Users can opt-in to receive e-mail notifications when an individual piece of content is changed, or when content is posted to a space. Look for the "Receive email notifications" link under "Actions" to start receiving notices. To stop receiving notices, go back to the same content/space and click "Stop email notifications".
    Your Relationship Manager will be talking with you and the other leaders in your region over the next few days and weeks regarding how you and your group of leaders want to communicate.
    Best regards,
    Oracle User Group Team

  • Subcribe a Portal User Group to content change events on page?

    Another developer at my shop has created a custom routine that programmatically subscribes the given user to content change events on a page. At the heart of their custom routine are the following Oracle Portal API calls:
    portal.wwctx_api_private.set_context( v_user );
    portal.wwsbr_app_approval.subscribe
    p_object_context_id => v_siteid,
    p_page_id => v_pageid
    ...where v_user is the account we want to subscribe for notification of content changes on the given page.
    I have a need to extend this to allow subscriptions of Portal User Groups (PUGs) for the same content change events. It is not acceptable to statically subscribe the PUG membership, because I do not want a situation where today I subscribe all the members of group X, then tomorrow the membership of group X changes, but the list of subscribed users does not change automatically with the group membership modification. I could just as well manually subscribe each group member without going through the hassle of coding a modified subscription UI and backend routine to handle groups.
    Any suggestions?
    Thanks,
    shastew

    My shop is currently on 10g R1 (9.0.4.3). We will be upgrading to 10g R2 (10.1.2) in a few months, but this is not the 10.1.4 version your document link points to. Is CMEF included actually usable in 10.1.2?
    Also, publish and subscribe solves a particular set of design issues and allows for a certain degree of flexibility of usage, however, I don't see any built-in support for the User Groups that Portal provides for assigning basic page permissions. It's the group support that I'm interested in...and I don't want to have to create duplications of groups outside of what I already have. I don't want to have to write an entire application infrastructure to support outside group membership maintenance just for supporting subscription notifications. This should have already been built-in to interface with the existing Portal page permissions group framework. At our shop, a lot of effort has already been put into setting up and maintaining these built-in groups and we should be able to re-use them for something as brain dead simple as subscription notification.
    I've already given up and opened an enhancement request "TAR" for this.
    shastew

  • 8th Oracle Life Sciences User Group Meeting, April 30, 2007, Boston, MA

    8th International Oracle Life Sciences User Group Meeting
    World Trade Center, Boston, MA, USA
    April 30, 2007
    Oracle Life Science User Group
    The Oracle Life Sciences User Group (OLSUG) represents a worldwide association of people who share a vested interest in the successful deployment and use of Oracle products within the life sciences industry. The 8th International OLSUG meeting is designed to accelerate the success of users of Oracle products by providing a forum for sharing useful information and best practices, discovering novel and innovative practices, and exposing issues and limitations concerning Oracle products.
    Meeting Format
    The meeting will consist of exciting keynote presentations from industry renowned individuals. There will be workshops and discussions that are focused on topics of great interest, for example, the Semantic Web and database analytics. Oracle partners will be describing their latest offerings. In addition, there will be many presentations that have been selected to be of interest to scientists, application developers, architects and DBAs.
    Submission Process
    To be considered for a presentation, an abstract (max. 600 words) needs to be submitted by January 12, 2007 to OLSUG mailto: [email protected]
    Please note, by submitting an abstract, you are granting OLSUG permission to post the abstract and presentation on the OLSUG Web site.
    Important Dates
    Last date for submission of abstracts: January 12, 2007
    Presentation notification: February 1, 2007
    8th International OLSUG Meeting: April 30, 2007
    Topics of Interest as Related to Life Science
    Distributed Data Access: Gateways, External Tables & Generic Connectivity.
    Data Integration: Relational, XML & Semantic Web.
    Supporting Many Data Types: Text, Images, XML & RDF.
    Managing Lots of Data: Partitioning, RAC, ASM, Streams, Data Guard & Grid.
    Enabling Secure Collaboration: Collaboration Suite, Portal & Security.
    Finding Patterns and Insights: Data Mining, Statistics & Text Mining.
    Application Development: Fusion Middleware, JDeveloper & Application Express.
    Database Performance: Tuning tips.
    Registration
    Stay tuned for information about registration.
    Conference Program Co-Chairs
    Charlie Berger, Oracle, [email protected]
    Mark Forster, Syngenta, [email protected]
    Carolyn Hamm, Walter Reed Medical Center, [email protected]
    Vijay Pillai, Oracle, [email protected]
    Kevin Prime, MDL, [email protected]
    Susie Stephens, Oracle, [email protected]
    Henri Tuthill, Astrazeneca, [email protected]</nowiki>
    Meeting Sponsor:
    Bio-IT
    http://www.bio-itworldcongress.com/index.asp

    maybe OP want to extract all numbers from his inbox using regular expressions?

  • ANN: Adobe Spry User Group launched

    Hello,
    I'm honored to announce the launch of the first Adobe Spry User Group, Spry-it. In all the years I have worked with Spry both on a personal as well as on a enterprise level I came to realize that there really little blogging, articles, documentation and information written by the community for the community. There are a few youtube video's here and there. But its all scattered over the place. Spry-it aims to solve that by attempting to become a center point of community driven content, providing users with new ways to receive information and learn about Spry from RSS feeds to Adobe Wave notifications till e-mail newsletters. Not only will we attempt to bundle and organise content, we will also be providing you with content and Spry related services.
    A few highlights that we attempt to provide:
    A new searchable, API system, that actually contains all the information about the Frameworks methods. Not only the once the Spry team has documented. This will allow users to find more advance, and sometimes more powerful methods that will make it easier to create or polish their applications.
    Articles, this will range from skinning a various of widgets. Till creating your own widgets. But also explaining best practices and performance tricks they can apply to improve Spry it self.
    A desktop application that will wrap all the information for the users, providing offline documentation that will automatically update it self once connection with internet has been created.
    New demo's, these will push Spry to its limits providing you insights to advance techniques with little code.
    Working with new platforms, think about Iphone, Adobe AIR, Aptana Jaxer, Palm Pre.
    And much more.
    So sign-up, its FREE And you just use your Adobe Account to log in. http://groups.adobe.com/groups/f1621de53b/summary
    If you have idea's for your self, I'm still searching for a co-manager. The only requirement is passion.

    vw2ureg wrote:
    Is bumping allowed in this forum?
    I cannot find anything in the guidelines on the subject.
    Ben
    Personally I don't mind bumping a few topics here and there. For example if something requires attention. But just posting the word "bump" will be considered spam. The bump content needs to add some sort of value to the topic.
    As for Spry-it.com progress. We are currently running on our staging server, connecting the nuts and bolts with the screws .
    The Adobe groups platform is getting updated and I hope to get something running on Spry-it.com by that.

  • User Group is not receiving email Sharepoint 2013 & Nintex workflow

    Hi I created circular workflow using nintex and sharepoint 2013 , now problem occur that User group did not receive email notification through web portal , sending individual email address working fine but user group is not receiving
    any email, not a single group is working now , to clear we used same workflow since last two years and all group received email earlier but now we are facing this issue since last 3 weeks. to resolve this we create new test groups and test but enable
    to send.
    looking for support to resolve this issue
    Regards

    This actually sounds like a problem that should be discussed on the Nintex forums, can you try over there?
    Kind regards,
    Margriet Bruggeman
    Lois & Clark IT Services
    web site: http://www.loisandclark.eu
    blog: http://www.sharepointdragons.com

  • Sharepoint 2010 get User Groups from specific site

    Hello,
    I was able to get all User groups from entire site Collection.
    But instead of getting user groups from entire site, I want read user groups only from one specified sub site.
    Please help!
    Thanks

    Assuming you have an SPWeb object named "web", example:
    SPSite site = new SPSite(http://yourdomain/sites/yoursite);
    SPWeb web = site.OpenWeb("mysubsite/subsbusite");
    web.Groups will return a collection of SPGroup objects for the current subsite. If this subsite inherits permissions from a parent site (web.HasUniquePerm = False), the list is the same as the Groups property of the parent site.
    SPWeb.Groups:
    http://msdn.microsoft.com/en-us/library/office/microsoft.sharepoint.spweb.groups(v=office.15).aspx
    SPGroup:
    http://msdn.microsoft.com/en-us/library/office/microsoft.sharepoint.spgroup(v=office.15).aspx
    You would be better results by posting coding questions in "SharePoint 2010 - Development and Programming" instead of "SharePoint 2010 - General Discussions and Questions".
    Mike Smith TechTrainingNotes.blogspot.com
    Books:
    SharePoint 2007 2010 Customization for the Site Owner,
    SharePoint 2010 Security for the Site Owner

  • Neat OAM Trick (showing users' groups), but a problem...

    Hi,
    I took an OAM class this week, and the instructor showed us a way to show users' group membership in User Manager.
    To do this, create a derived attribute for the inetorgperson attribute, e.g., named "ThisUsersGroupMembership", and configure it with:
    Self
    groupofuniquenames
    uniquemember
    Then, add the derived attribute to the user panel, and then go into User Manager and display an individual user's profile. The user's group membership should be displayed as the "ThisUsersGroupMembership".
    I thought that this was pretty nice, but I noticed that if I go to the User Manager's main page and customize it to display the "ThisUsersGroupMembership" attribute,
    the attribute name is shown, but no values are shown for that attribute.
    I'm trying to figure out why the values for the derived attributes are not being displayed on the main User Manager page, and also if it's possible to get that working?
    Thanks,
    Jim

    Jim,
    Yes even I am not able to list users. I did not understand what you were exactly pointing to in your earlier mail.
    This seems to be a bug with OAM but before we arrive at this conclusion. I think we should try and look at the xml response sent by OAM for search result. I am not able to recall how we can see the xml response in the browser. If you know then you can try and see if the Groups of the user are returned? If groups are returned then you will have to look at the stylesheet being used and modify it to display the groups.
    If groups are not fetched then it must be a bug with OAM.
    Thanks
    Preetam

  • OIM 9.1.0.2 - User group permission conflict issue

    Hi Gurus,
    IHAC who have faced a strange behavior about permission conflict.
    User has been assigned to a user group (ANALISTA DRSI) who have permission to disable resource of the users he administrates. The user group has been assigned to resource's administrator.
    The same use has been assigned to other user group (ANALISTA ADM DRSI) who have other permission. The user group has been not assigned to resource's administrator.
    If the user has been only assigned to ANALISTA DRSI user group the user is able to see records on Rogue Account report. If the customer has been assigned to both ANALISTA DRSI and ANALISTA ADM the user is not able to see the record on Rogue Account report. He got a display error message (You do not have permission). Both user groups have the Report menu item assigned.
    My question: if the customer is assigned to a user group who have permission to see the reports, should not the user is able to see the report even though he is also into the other group who do not have permission?
    Is there conflit in the OIM???
    Any tip will be very appreciated.

    Orgnaization > Manage > Select Org in which users are getting created > Administrative Group (Drop Down) > Select Group for which users are not coming.

  • What  is difference between user group and reference user group?

    hi
    guys,
            what  is difference between user group and reference user group? 
    your regards
      p.suresh

    Hi ,
    Chk the link below for your clarifiacation.
    http://help.sap.com/erp2005_ehp_03/helpdata/EN/5c/c1c81c445f11d189f00000e81ddfac/frameset.htm
    Hope it helps.
    Regards,
    Amit
    Edited by: Amit Kotwani on Sep 2, 2008 2:15 PM

  • Trash and user group help!

    why do i need to type in password when i delete things? how do i remove it?
    and i can't delete items directly from the dock as well. like opening from the downloads folder and dragging the file to trash. i have to bring open up Finder and delete from the folder directly.
    another issue is that am i able to remove the gues user from my start up screen? i've already disabled it from the user groups but i still see it in my login screen.
    one last problem, is it a norm to have current leakage for the MBP? i've been having frequent shocks from the 2 bottom corners of it when i plug it in to a power source. i bought it from an authorized retailer and using it in the country where i've gotten it from. i've just gotten my mbp about 3 weeks back.
    thanks for replying my queries!

    Hi,
    Yeah in ACS 3.1 its under the Shared Profile Components page. In ACS 4.1 its directly under the user groups or under SPC page.
    You need to check the box for "define ip based access restriction" and deny access for all other groups to the wireless access points network device group.
    ACS 3.X)
    1. Denied Calling/Point of access restrictions
    2. AAA Clients =UPS_PDU (Power Supplies)
    3. Port = just put a * for all
    4. Src IP address = just put a * as well
    SUBMIT to SAVE
    Create a second one for the other group like so:
    1. Denied Calling/Point of access restrictions
    2. AAA Clients =Routers_Switches
    3. Port = just put a * for all
    4. Src IP address = just put a * as well
    Click submit to save it.
    Go to the ACS User groups section and select the Network Administrators Group " that don't need access to the UPS's" and apply the NAR you created to that group. Do the same for the other grouping.
    (ACS 4.X)
    Go directly under the "user groups" and create the NAR under there. No need to go under the Shared Profile Components section
    Hope this helps and let me know if you need further assistance or explanation.
    Craig

  • Pulling user/group field data from SharePoint list using REST, jQuery, Knockout.js Sharepoint 2013

    I'm trying to make an interactive task board based on the task list app in SharePoint 2013. The task lisk includes fields like "Title","Description","Status","% Complete","Due Date","Assigned To",
    etc. I used knockout.js to bind "Title","Description", and "Status" to my HTML controls. Here is some of the code:
    var ViewModal = function(items, listname){
    var self = this;
    self.sortBy = ko.observableArray(sortBy);
    self.tasks = ko.observableArray(items);
    self.listname = ko.observable(listname);
    self.auto = ko.observable(false);
    self.getTasks = function() {
    clearTimeout(self.getTasks);
    // server relative url to REST service endpoint
    var ajaxurl = _spPageContextInfo.webServerRelativeUrl + "/_vti_bin/listdata.svc/" + self.listname() + "?$orderby=PriorityValue";
    $.ajax({
    type: "GET",
    url: ajaxurl,
    contentType: "application/json; charset=utf-8",
    dataType: "json",
    cache: false,
    processData: true,
    success: function (data, status, xhr) {
    if (status == "success" && data) {
    ko.mapping.fromJS(data.d.results, mapping, self.tasks)
    $(".task-item").draggable();
    error: alert
    if (self.auto()) {
    setTimeout(self.getTasks, 10000);
    <div class="tasks-column">
    <div class="column-header">Not Started</div>
    <!-- ko foreach: tasksNotStarted -->
    <div class="task-item">
    <div class="view" data-bind="visible: !IsEditing()">
    <button class="edit" data-bind="click: $root.editTask">edit</button>
    <h2><span data-bind="text: Title"></span></h2>
    <div data-bind="html: Description"></div>
    <span data-bind="text: PriorityValue"></span>
    </div>
    <div class="edit" data-bind="visible: IsEditing">
    <button class="save" data-bind="click: $root.saveTask">save</button>
    <input type="text" data-bind="value: Title"></input>
    </div>
    </div>
    I'm having trouble displaying the data from the "Assigned To" user/group field. I tried:
    <span data-bind="text: AssignedTo"></span>
    But it displays the field as [object Object]
    I tried using $select/$expand
    ?$select=Title,AssignedTo/Id,Assignedto/Title&$expand=AssignedTo/Id,AssignedTo/T‌​itle";
    But it still returns the [object Object]

    Hi,
    Please use the REST URI below:
    /_api/lists/getbytitle('ListName')/items?$select=Title,AssignedTo/ID,AssignedTo/Title&$expand=AssignedTo/ID,AssignedTo/Title
    More information for your reference:
    How to get User Details and User Group Details in SharePoint 2013 REST API with Knockout for SharePoint Js (KoSpJs)
    http://www.ashokraja.me/post/How-to-get-User-Details-and-User-Group-Details-in-SharePoint-2013-REST-API-with-Knockout-for-SharePoint-Js-(KoSpJs).aspx
    How to Get Login Name and Display Name using SharePoint 2013 REST API
    https://www.nothingbutsharepoint.com/sites/devwiki/articles/pages/how-to-get-login-name-and-display-name-using-sharepoint-2013-rest-api.aspx
    Best Regards
    Dennis Guo
    TechNet Community Support

  • How to find user group from tcode

    Hi Experts,
    I have custom tcode from this i found report name as AQIDSYSTQV000001SD_RR_03======
    I am unable to find Queryname in SQ01 from this.
    When i saw some of the forums i  understood that IDSYST is the user group for my query but i am unable to trace such user group in SQ01.
    Please guide me how to find user group for my report
    Thanks&Regards,
    narasimha.

    Hi ,
    I found in table AQGQSTRUC but i didnt find the specified query
    Previously 401 client is there but at present it is not there .How can you justify it that it is 401 client.
    As 401 client data is moved to someother client is it the problem why i am not able to find query??
    Thanks&Regards,
    narasimha.
    Edited by: narasimha02 on Dec 7, 2010 9:54 AM

  • Populating the user group instead of the group ID in MFA

    Hello all,
    I am trying to Populate the user group instead of the group ID in MFA. I want to use this to create authorization permissions, after authentication. I am running into the problem of not getting any info after authentication in the attribute dump.  Are
    there settings that I can change in order to Populate the attribute dump? are there settings that I can change to get all of the groups that each user is in?
    Thanks,
    Levi Williams
    IT professonial
    Intern

    Hi Levi Williams,
    Thanks for posting here!
    Refer to the solution in this  thread link:
    https://social.msdn.microsoft.com/Forums/en-US/df060757-8190-4083-a162-0876cd4b8d15/group-based-radius-return-attributes?forum=windowsazureactiveauthentication
    Additional reference:
    http://www.rdsgurus.com/uncategorized/step-by-step-using-windows-server-2012-r2-rd-gateway-with-azure-multifactor-authentication/
    Hope this helps!
    Regards,
    Sadiqh

Maybe you are looking for