Notification with exapnd role check box - get feedback from all users

Hi ,
I have to implement the following Case :-
Send a Notification to an AD hoc Role consisting of many users , wait for a Yes/No Result from each User and an additiona comment ,
register the yes / no reply + coment  of each individual user on a follow up table .
After all users have replied , Proceed to next activity where I'll check the results on the Follow up table .
I Think this could be implemented using the Expand Role check box on the Notifification but I do not know how to exactly implemet it .
Thanks
Rafi Farchi

Regarding long mp3 bookmarks. (my experience with 9780).
I had the requirement that when playing long MP3s (audiobook/podcast) I don't loose my place within the MP3. I am able to update the list of MP3s without loosing my place in the currently playing one. I don't loose my place when connecting the BB to a PC with the USB cable and using USB synch to copy files to the SDCard.
All of these are accomplished by playing MP3s via File Manager/Play Folder feature.
If you use play lists or other methods directly through the BB media player, you will loose your place as soon as you switch off the BB, escape the player, or connect the USB cable.
If instead you use the file browser to go to the folder with the MP3s you wish to play (I have all my podcasts in one folder that I update manually) and select "Play Folder" from the context menu, the media player will open.
If you escape the media player that is opened as per above, the last point in the played MP3 is remembered. This even survives any synchronization I do to the folder via USB or a soft power reset (ALT CAPS DEL). It remembers the spot in multiple MP3s to boot.
This is a great handy feature. I'm glad it works with the 9780/OS6.

Similar Messages

  • Need detailed procedure on how to add an item with Item Style Check Box in

    Need detailed procedure on how to add an item with Item Style Check Box in Framework.

    The view instance should be the same as the view instance (view object) specified for your region.
    If the View Attribute already that you need already exists in the View Object then you can use it.
    Otherwise you have to extend the View Object and add the new attribute to it.
    --Prasanna                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Re- Single click in the check box ensure to select all check boxes

    Hi All,
    I have an issue to notify the urgency of the cart to the buyer while creating the cart.For that scenario we have a check box in the Basic data of shopping cart.I added the check box in the basic data. Now the  quote check box is available for all the line items.
    The requestor can select any check box in any line items,so whenever he selects the check box- automatically all the check box should get selected , if any of the check box get deselected then imediatelely all the check box in different line items also should get deselected.

    Hi Batchu,
    Thanks for your reply, See if you add any custom field it will come one by one in the basic data section. Adding one more check box doesnot work for this case.
    Moreover the problem is change to any particular line item can be captured in DOC_CHANGE_BADI but i cannot bring the same change to all line items (ie) If 3 rd line item check box is marked then immediately rest of the line item also should get marked.
    In the case of DOC_CHECK_BADI to identify the line on which the change happens is tough.
    SO thats is the problem for me to bring the logic in the code.
    Please if any one come across similar kind of issue please give your suggestion.
    Thanks,
    Sibi

  • HT201318 I need to cancel my storage plan and I don't have physical phone or anything associated with the phone anymore to get serial # from, so how do I contact apple?

    I need to cancel my storage plan and I don't have the physical phone or anything associated with the phone anymore to get serial # from, so how do I contact apple?

    Contact the Apple online store at the number shown at the bottom of this page (1-800-MY-APPLE in the U.S. and Canada.)
    If you ever synced your phone with iTunes, you can find your serial number by doing the following:
    Launch iTunes on your computer.
    Hold down your Control key, then on the menu bar in iTunes click iTunes>About iTunes (Mac) or Help>About iTunes (PC).
    Any previously synced devices will scroll in a pop-up window; press the space bar to stop scrolling so you can write down the serial number.

  • Getting list of all users present in SIM

    Hi,
    I would like to update all the users (attributes of users) in SIM .
    Right now I am thinking to get list of all users present in SIM and get the view of each user and then update the particular attribute and chekin the view. and imp point to note here is I am having around 100,000 users present in SIM.
    I am thinking there could be a better solution than this...
    But I do not know which way can be used to accomplish the task.
    Can any one reply immediately with any thought on this.
    Thanks in advance.

    Run a bulk update actions you can easily get a list of all accountids by running select name from userobj;
    and in your field or in your input area specify the values u wanna update

  • Issue: workitem getting forwarded to all users sap inbox

    hiiii sap gurus
    i have created  workflow for PO RELEASE using the sap Standard workflow given,
    my problem is that the workitem is getting forwaded to all users. i have used custom Rule for agent determination and made the task as general task.
    Is this problem because the task is general task. please respond as this porblem is in Prd .
    Thanks ,
    Pradeep

    Hi Pradeep,
    I guess when you are already using a rule to determine the agents then you should not make the task as a General task.
    Change the task agent assignment to general forwarding not allowed. Then assign the rule to the task to determine the agents for the task.
    Now if the correct agents are not determined by the Rule then the workflow would result into error but not go to other users.
    You can check if the rule is working well using the Simulate button in PFAC.
    Also mark the 'Terminate If Rule Resolution Without Result' flag to stop the workflow there is an error occurs.
    Hope this helps¨!
    Regards,
    Saumya

  • I don't get pictures from all participants in a shared album.

    I don't get pictures from all participants in a shared album.
    Is it possible to reset the album without deleting it? I'm the creator of the shared album.

    As far as I know there is no option to reset without deleting, but check it out for yourself.
    iCloud Photo Sharing FAQ - Apple Support

  • Get Url from all tabs

    Hello,
    I feel like this is something simple but I cannot write a correct script to do it.
    How would I write a script that just gets the urls of all tabs in safari?
    then if one exists, it selects that tab to be opened.

    Would It be easier that instead of telling safari to open that tab if it exists, to set the beginning part of my script that gets info from safari to get info from all tabs, for a specific tab only?
    I don't understand your goals to be able to tell you what you want. Given what you've said in earlier posts it sounded like you wanted to see if a particular URL was present in any tab and if so activate it. That doesn't seem to be the case any more. You'll need to more clearly explain what you're trying to do in order to progress.
    I purchased a book http://apress.com/book/view/1430223618 which I am going to use to better help me make applescripts as well as cocoa-applescript applications in xcode. Do you think this book will be able to help, or is there another I should look at?
    That book, like most others, covers a lot of the theory behind AppleScript - the concepts behind AppleScripts/Apple Events, and things like handlers, process flow, etc.
    It will not tell you how to do what you want, because what you want is something very specific - unique, even. What it might do is give you the fundamental building blocks to work out how to build your script to do what you want. For example, I've shown you some examples of how to find out what tabs are present, how to activate a tab, how to switch windows, etc. The book might do the same thing (albeit spread throughout several chapters). It's a matter of putting that together in a way that achieves your goal.

  • Got a new Samsung galaxy s3 and can't get messages from iphone users now. Don't have the old iphone to change the settings ! please help . need to know how I can get messages on my galaxy

    Can't get messages from iphone users on my new Samsung g allaxy and don't have my old iphone anymore ! Please help !

    Read here under no longer have device:
    http://support.apple.com/kb/ht5661
    Be aware, changing your Apple ID password doesn't always work, & can take up to 45 days to work.
    It's either that, or you call AppleCare & have them fix.

  • Can't get texts from iphone users on galaxy s4

    I have a samsung galaxy s4.  All of a sudden I can't get texts from iphone users.  I used to have an iphone.  What do I do

    If you're in the U.S., go here, choose "Your Products" on the left, and unregister your iPhone:
    https://expresslane.apple.com/GetproductgroupList.action

  • I unregistered my iphone but still am having issues getting texts from iphone users. Anyone know how to fix this?

    I unregistered my iphone but still am having issues getting texts from iphone users. Anyone know how to fix this?

    Turn off iMessage on the old iPhone.
    Restore the iPhone as new.
    Have the other iPhone users delete the current message thread, and start a new messae to you.
    Have the other iPhone users delete your contact, then re-add it.
    Go to ww.icloud.com and remove the device from your Find My iPhone.
    Go to appleid.apple.com and change your primary email address and/or password.
    Contact Apple Support at getsupport.apple.com for further assistance if these steps don't work.
    Wait about 30 days for the iMessage server to self-correct the issue.

  • Newb deserving assistance with Adobe Javascript (check boxes and combo boxes)

    Hi, I'm a newb when it comes to javascript (using adobe acrobat pro 6.0).
    I am working on a form that will allow me to autofill checkboxes based off of information chosen. Ideally, I would like to have a selection from a combo box autofill/auto checkmark check boxes. Alternatively, I would be willing to just have different selections presented with check boxes that when filled, would auto checkmark other check boxes (I know how to do this one, but I am not sure how to clear the check boxes if the initial one is unchecked).
    I have the action button tied to the mouse up function. This just errors out.
    var Citrix = this.getField("Citrix")
    var Appro = this.getField("Appro")
    var SAS = this.getField("SAS")
    if (event.target.value=="Yes") {
    Citrix.checkThisBox = true
    Appro.checkThisBox = true
    SAS.checkThisBox = true
    else {
    Citrix.checkThisBox = false
    Appro.checkThisBox = false
    SAS.checkThisBox = false
    I have this that works, but I don't know how to clear the buttons when "Associate" is unchecked.
    if(this.getField("Associate").isBoxChecked(0));
    this.getField("Citrix").checkThisBox(0, true);
    this.getField("Appro").checkThisBox(0, true);
    this.getField("SAS").checkThisBox(0, true);
    The other way I was working on it, was to use a combo box to autofill/checkmark check boxes. But this code doesn't work either.
    function calculateTextField()
    // get the value of the combo box
    var comboValue = this.getField("Select").value;
    // get the state of the checkbox
    var isChecked = (this.getField("Citrix").value == "Yes");
    var textFieldValue = "";
    console.println(comboValue);
    if (isChecked)
    if (comboValue == 0)
    textFieldValue = "";
    if (comboValue == "Associate")
    (this.getField("Citrix").value == "Yes");
    else if (comboValue == "Specialist")
    (this.getField("Citrix").value == "Yes");
    else if (comboValue == "Team Leader")
    (this.getField("Citrix").value == "No");
    else
    (this.getField("Citrix").value == "No");
    else
    textFieldValue = "";
    this.getField("Select").value = textFieldValue;
    Can anyone please assist me with this?
    Thanks,
    Chris

    Hi Gene,
    Thank you for the response. Are you saying that my initial formula should look more like this; ?
    var Citrix = this.getField("Citrix")
    var Appro = this.getField("Appro")
    var SAS = this.getField("SAS")
    if (event.target.value=="Yes") {
    Citrix.checkThisBox = true
    Appro.checkThisBox = true
    SAS.checkThisBox = true
    else {
    if (event.target.value=="Off")
    Citrix.checkThisBox = true
    Appro.checkThisBox = true
    SAS.checkThisBox = true
    Thanks,
    Chris

  • Can't use LOV with item type "check box" in form

    I have created a LOV that I want to use with a form application in 3.0.9. I need to be able to do multiple choices in this LOV (check box style) in the same query (only queries - users won't be able to update this field)
    When I choose Check box as the item type in the form wizard I am not able to choose the LOV. I have to use combo box, popup or radio group for the LOV choices to appear, but then the query can only query for one value in the LOV at a time.
    Is there a solution to this?

    Hi,
    This feature is not supported as of now. You cannot have multi select LOV for a form field and hence a checkbox cannot have a LOV.
    Thanks,
    Sharmila

  • Getting tasks for all users in a role

    Hi,
    We need to get all users in a Role, and out of those, find out which one has the least tasks in their UWL using a WebService. Saw some example codes and here's my attempt at it. Doesn't quite work, I'm getting the Logged in users context or session doesn't exist Exception. Any help on this will be GREATLY appreciated.
    public class LeastTasksBean implements LeastTasksLocal {
         public String getUserLeastTasks( String sRole )
              try{
                   Map<String, String> users = new HashMap<String, String>();
                   Map<String, String> tasks = new HashMap<String, String>();
                   final int sessionIdleTimeout = 60;
                   String Users[] = UMFactory.getRoleFactory().getUsersOfRole( sRole, true );
                   if( Users != null ){
                        for( int i = 0; i < Users.length; i ++ ){
                             UWLContext  uwlContext      = new UWLContext();
                             IUWLService uwlService      = findService();
                             uwlContext.setAllowBackEndConnections( true );
                             IUser uwlContextUser        = UMFactory.getUserFactory().getUser( Users[0] );
                             uwlContext.setUser            ( uwlContextUser );
                             Locale loc                  = new Locale( "ES" );
                             uwlContext.setLocale          ( loc );
                             HttpServletRequest request  = getHttpRequest();
                             uwlContext.setOriginRequest   ( request );
                             IUWLSession session         = uwlService.beginSession( uwlContext, sessionIdleTimeout );
                             uwlContext.setSession         ( session );
                             IUWLItemManager itemManager = uwlService.getItemManager( uwlContext );
                             QueryResult result          = itemManager.getItems( uwlContext, null, null );
                             users.put( String.valueOf( i ), uwlContext.getUserName() );
                             tasks.put( String.valueOf( i ), String.valueOf( result.getItems().size() ) );
                             uwlService.endSession( uwlContext );
                        int userTasks = 0;
                        int leastTasks = Integer.valueOf( tasks.get( 0 ) );
                        int userKey = 0;
                        for( int i = 0; i < Users.length; i ++ ){
                             userTasks = Integer.valueOf( tasks.get( Integer.toString( i ) ) );
                             if( userTasks < leastTasks ){
                                  leastTasks = userTasks;
                                  userKey = i;
                        return users.get( Integer.toString( userKey ) );
                   else{
                        return "No users exist for this role";
              //Exception Handling
         private IUWLService findService() throws NamingException
              Properties properties = new Properties();
              properties.put( InitialContext.INITIAL_CONTEXT_FACTORY, "com.sapportals.portal.prt.registry.PortalRegistryFactory" ); 
              InitialContext ctx = new InitialContext( propiedades ); 
              IUWLService uwlService = ( IUWLService ) ctx.lookup( IUWLService.ALIAS_KEY );
              return uwlService;
         private HttpServletRequest getHttpRequest() throws Exception
              Properties properties = new Properties();
              properties.put( "domain", "true" );
              ApplicationWebServiceContext wsContext =
                   (ApplicationWebServiceContext) new InitialContext( propiedades ).lookup( "/wsContext/" + ApplicationWebServiceContext.APPLICATION_WSCONTEXT );
              HttpServletRequest request = wsContext.getHttpServletRequest();
              return request; 

    Hi David,
    I have a similar requirement on our project. I need to get a count of pending workitems for all user but I'm getting similar message when I try to access UWL context of any other user.
    Did you find any solution for this? Is it possible to get the workitems for all users using webservice or wendynpro?
    I would appreciate if you can provide some inputs on this.
    Thank you in advance.
    Regards,
    Seema Rane

  • Getting feedback from a procedure that doesn't do what I want it to do

    Hello all!
    I've made a procedure that transfers rows from one table to several others, and deletes the rows from the source table. The problem is that the procedure executes properly, the rows are deleted, but they aren't inserted in the new tables.
    How do I get feedback while the procedure executes? Is there an easier way than DBMS_OUTPUT?
    Thanks in advance!

    In Oracle 8.X you can use autonomous transactions.
    Write a simple procedure that inserts a message into a debug table. This is then called at various points of your program and will tell you exactly what is going on in realtime, unlike dbms_output which doesn't do anything until the procedure completes.

Maybe you are looking for

  • IPhone 4 iOS5 sync problem

    I recently installed iOS5 and so far everything has worked as described albeit a little slower, however I have an issue with the sync. The phone tells me after the completed sync that "37 items could not be synced. See iTunes for more information". W

  • Preference for Comments display can not be resored

    Just after installation, size of commments stick notes is fine. But after change setting in Preference to be 90pixl/inch, size become too large for notes. If change setting to be smaller, such as 40, text note icon is smaller which is fine. However,

  • Stop the viewer having the ability to click/touch anywhere on the page and it going to the next page

    I have created a PDF with links to various pages so that it can be used on a touch screen. I need to be able to stop the viewer having the ability to click/touch anywhere on the page and it going to the next page. In Keynote you select a check box th

  • How to setup overpicking

    We have a requirement where we create pick-release in OM/SE of say 100 units and Store /Inventory can allocate (Transact Move Order) of 110 units. What are setup related requirements in Oracle Inventory, Shipping Execution and Order Management ?

  • Taking the difference between two consecutive rows of a table

    My table structure with value is as follows: time      parameter     value 16:00     STS     10 17:00     STS     20 18:00     STS     45 Now with a single select query I want to retreive the value as follows : time_difference para_value_difference 1