Apex Notification plugin fire to specific users page

i have IR page, how can i send the notification to specific user with particular row or any reference column value/heading.also revert back to creater with replied massage.these users are using same application with same IR page from LAN.
What i did in notification plug-in.
download notification plug-in
crate dynamic action
Even: click
*Selection Type :button
*button name: send alert to user
     True Actions
*action;[notification plug-in]
Settings
*Title: test
*text: test body
*delay:2 secthis is fired in my page ,but i need this notification in another user which is i defined in select list and click the button( send alert to user)
Its achievable experts please share your idea!
Thanx ,
Ram

Ram
What exactly do you mean?
1) Does the dynamic action only be fired if a specific is loged id and using the page the dynamic action is located.
This is what the plugin is intented for and a condition will do what you want.
2) Or user A is using the application and triggers the dynamic action and then user B sees a message when using the same application but on a different computer.This involves much more than a dynamic action.
Something much sent a message to the server. On the server a message is generated adressed to user B. On the application a process is listening to the server for messages adresses to the user that is loged in.
Nicolette

Similar Messages

  • Define Notifications Rule for a specific users

    Hi Guys,
    I'm trying to implement email notifications on EMGC 10G and I'm wondering how to do this:
    1) I created a Group to aggregate my development targets
    2) I created a Role to aggregate the DBAs responsible for Development targets in group above.
    3) I created a Template with all metrics/policies needed for this group and associated it to this group.
    3) Now I want to this DBAs (and only this DBAs) receive notifications by email every time a threshold/policy event happen on any target belonging this group.
    Any suggestion?
    Cheers,
    Jonny
    Edited by: user13352195 on Dec 8, 2010 12:06 PM

    user13352195 wrote:
    Hi Guys,
    I'm trying to implement email notifications on EMGC 10G and I'm wondering how to do this:
    1) I created a Group to aggregate my development targets
    2) I created a Role to aggregate the DBAs responsible for Development targets in group above.
    3) I created a Template with all metrics/policies needed for this group and associated it to this group.
    3) Now I want to this DBAs (and only this DBAs) receive notifications by email every time a threshold/policy event happen on any target belonging this group.Yes .. you can do this .. Create a separate user in Grid and in that user configure its email id ..
    Now create a notification rule and subscribe that user for that rule ..
    Regards
    Rajesh

  • Save Interactive Reports in Apex 4.0 for a specific user

    Hello all
    Here's the setup: I have APEX 4.0.1 running on Oracle EE 10.2.0.5 on Windows 2003.
    I built a GPS application which allows users to see their vehicles on a google map...but this is beside the point.
    My problem is that when a user saves a specific Interactive Report (after having done some customization as to columns & computaitons etc) the report is visible to any one that connects to the application.
    I am using a custom made authentication (in Apex I use no authentication and have a function validate the user logon before he is taken to the main page). this is because users are divided into companies, sub companies and departments and each user is granted access to a page in function of his presence in this hierarchy.
    My question is: how can I implement the feature whereby saved interactive reports are visible to only those users that saved them?
    Thanks in advance

    Hi "user12045065" (please change your forum handler),
    what does APP_USER show for you? Is it the same for all users?
    I'm not sure if I fully understood your sentence "in Apex I use no authentication and have a function validate the user logon".
    Does that mean you are NOT using a "custom authentication scheme" for that? If you answer that question with yes, how should APEX be able to distinguish the different users? And I still don't understand why you don't use it, because also with a "custom authentication scheme" you can redirect the user to the page he is privileged for.
    Regards
    Patrick
    My Blog: http://www.inside-oracle-apex.com
    APEX 4.0 Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • How To Show a Tab/Page in APEX for specific users

    Hi,
    I have created a page in APEX. I want to restrict the page access to all the users except two or 3 users(Admin users ).How do i restrict the access for a page/tab.Please help.I have enabled SSO authentication for my Application.

    i havent tested.. but this should work. i am no expert on these either, just to give you an example.. :-)
    JEditorPane ePane = new JEditorPane();
    HTMLEditorKit html = new HTMLEditorKit();
    ePane.setEditorKit(html);
    HTMLDocument htmld = new HTMLDocument();
    try{
    URL url = new URL("http://hcs.harvard.edu/~undercon/");
    InputStream ins = url.openStream();
    ePane.setDocument(htmld);
    html.read(ins,htmld, 0);
    this.getContentPane().add(new JScrollPane(ePane),BorderLayout.CENTER);
    catch(Exception e)
    e.printStackTrace();
    }

  • OIM - Email notification to a specific user based on a dynamic rule

    Hello, After creation of account in a particular target resource I need to send an email to a specific user based on the location of the user (e.g area admin).
    In the notification tab of process tasks, I see only "Assignee", "Requestor", "User", "User Manager"? How can I achive the above specified requirement?
    Before posting this question, I tried to search the forum for any previous posts related to this. But I couldn't find any. May be I was not searching with right key words.
    Any help is appreciated. Thanks in advance.

    You'll need to custom code an adapter to send the email, then you can send to any user you want. Create a new task and trigger it off the completion response code. You can use the following apis:
    tcEmailNotificationUtil sendMail = new tcEmailNotificationUtil(ioDatabase);
    sendMail.setBody("Type your body here or use a string variable");
    sendMail.setSubject("Type your subject here or use a string variable");
    sendMail.setFromAddress("[email protected]");
    sendMail.sendEmail("[email protected]");
    Just populate the above pieces with the information needed.
    -Kevin

  • Email notification to specific user when processing multiple files at a time

    Hi 
    I am new to SSIS and error mail notification ,can some please provide details for my urgent and prioritized task in my project.
    below is the requirement
    I have a package for multiple file processing using for each file enumerator .each file having same column definition but for different
    users and different name .
    i have some mandatory fields to form unique id on combination
    1.when files processing any data missed on mandatory fields it should alert users saying following line and fields are missing mandatory
    information 
    2.email notification should send to respective users based on file name.
    example :
    file1:bitunimous.xls 
    file 2.oxford.xls
    each file having following fields
    file 1:bitunimous.xls
    claim no: claimant: subclaim:
    1001 abc 0 
    1002 abc 1 
    1002 abe 0 
    1004 0
    here bitunimous.xls missed claimant value for 4th line then email needs to send to [email protected] as
    line no 4 missed claimant information for unique key generation like that.
    file 2.oxford.xls
    claim no: claimant: subclaim:
    2001 det 0 
    2002 pre 1 
    pqr 0 
    2004 frc
    here oxford.xls missed claimno value for 3rd line then email needs to send to [email protected] as
    line no 3 missed claimno information for unique key generation like that.
    can anybody please provide solution 
    Thanks .
    Ambed

    You need to have a package with below work flow
    1. ForEachLoop container with file enumerator to loop through files
     Have variable inside loop to get the filename during each iteration. Create another variable called emailaddress, set EvaluateAsExpression property to true and set expression as
    REPLACE(@[User::FileName],".xls","") + (DT_STR,20,1252) "@xyx.com"
    2. Add tasks for validating data. Capture details of error on a string variable @[User::Error]
    3. link a sent mail task to previous task and choose expression and constraint option. Set Constraint as On Completion and Expression as LEN(@Error) > 0
    Inside Sent mail task set expression for ToLine and MessageSource properties to map to variables @[User::EmailAddress] and @{User::Error] respectively to sent notifications
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • APEX Webcam Plugin

    Dear Experts,
    I have done the following:
    1. Imported the APEX Webcam Plugin that I had downloaded from APEX Webcam Plugin by Damien Antipa
    2. Added a new page region . The type of this region was the  webcam plugin.
    3. Modified the PL/SQL execution to insert the BLOB into my custom table.
    My application is suppose to be working as shown in this demo http://apex.oracle.com/pls/apex/f?p=daplugins:1:0:::::
    But right now it is throwing a pl/sql error in my page :
    Error in PLSQL code raised during plug-in processing. ORA-06550: line 199, column 47: PLS-00306: wrong number or types of arguments in call to 'NETHEAD_WEBCAM_EXT_RENDER' ORA-06550: line 199, column 1: PL/SQL: Statement ignored
    Technical Info (only visible for developers)
    is_internal_error: true
    apex_error_code: WWV_FLOW_PLUGIN.RUN_PLSQL_ERR
    ora_sqlcode: -6550
    ora_sqlerrm: ORA-06550: line 199, column 47: PLS-00306: wrong number or types of arguments in call to 'NETHEAD_WEBCAM_EXT_RENDER' ORA-06550: line 199, column 1: PL/SQL: Statement ignored
    component.type: APEX_APPLICATION_PAGE_REGIONS
    component.id: 29947388611973657917
    component.name: webcam
    error_backtrace: ORA-06512: at "SYS.DBMS_SYS_SQL", line 1926 ORA-06512: at "SYS.WWV_DBMS_SQL", line 1065 ORA-06512: at "SYS.WWV_DBMS_SQL", line 1091 ORA-06512: at "APEX_040200.WWV_FLOW_DYNAMIC_EXEC", line 832 ORA-06512: at "APEX_040200.WWV_FLOW_PLUGIN", line 1058
    Thanks in advance
    Regards,
    Madonna

    Hi Anoush,
    are you using the most recent version of the notification plug-in (version 1.3)? Because almost two years ago we fixed that bug. From the release notes
    v1.3 (24-Nov-2011)
    -) Fixed issue with CSS files that caused underlying Application Express session to be invalidated
    I think that covers your problem. Just download and update the plug-in and you should be good.
    regards
    patrick

  • Auto approve PO's for specific users?

    I'm looking in PORPOCHA and I need to auto approve PO's for a specific user, are there any example's I could look at? I'm new to WF.
    Thanks!

    Hi,
    You need to create a Vacation Rule for the user for that notification. From the Workflow administration pages, go to the Administration tab, and choose "Vacation Rules" from there. Create the rule to automatically approve the notifications that you want to.
    HTH,
    Matt
    WorkflowFAQ.com - the ONLY independent resource for Oracle Workflow development
    Alpha review chapters from my book "Developing With Oracle Workflow" are available via my website http://www.workflowfaq.com
    Have you read the blog at http://www.workflowfaq.com/blog ?
    WorkflowFAQ support forum: http://forum.workflowfaq.com

  • Notification plugin

    Hi,
    I'm having a small issue with the notification plugin on apex 4.1
    Whenever this plugin is used in an application (so after a notification is placed on a screen) the developer tools disappear from my browser window after I switch to a new page. This is probably due to the fact that my development session is terminated, because if I try to go back to the development environment via the browsers back button I am required to login again before I can do anything.
    Anybody having the same issue and maybe a fix ?
    Cheers
    Bas

    Hi Bas,
    my college Anthony has identified the cause why the Builder session is getting invalidated, it's because of the following CSS setting in apex.jquery.gritter.css
    .gritter-item-wrapper {
         position:relative;
         margin:0 0 10px 0;
         background:url('.'); /* ie7/8 fix */
    url('.') is causing the issue.
    He is currently checking how he has fixed that in the past and we will provide an updated version of the plug-in as soon as possible. As a workaround you might be able to just remove the background:url('.') from the CSS file.
    We will keep you updated
    Patrick
    My Blog: http://www.inside-oracle-apex.com
    APEX Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • Page Portlet Settings Not Propagating to User Pages

    Portal 9.0.2.6; Windows
    We upgraded to this version a few weeks ago, and we're still ironing out the kinks. We have quite a few pages that are exposed as portlets. I've edited (not customized) the page portlet settings, selecting specific regions of the page to display.
    When I spot check user's home pages, however, only the portlet headings show with no content. I've tried using the Reset to Defaults button in the customize form, but it doesn't work. Also, I imagine I'll have the same problems with any page-source portlets our users have added to their pages.
    Is there a sure-fire way to do the following:
    - Set the regions of a page to display when viewed in a portlet on a global level; and,
    - Propagate these regions throughout our entire user base
    Thank you for all the help!
    Mary

    I was able to figure out setting the global display on the default pages, but I'm still stymied at how to set the display for the page portlets for user customizations. In instances where users have added a page portlet, only the portlet header is displayed. I've done the following to try to fix the situation:
    - Deleted and regenerated the page portlets
    - Refreshed the repository
    - Refreshed the display for individual user pages
    Nothing seems to work. This is a major showstopper for us: we are scheduled to go "live" with the 9.0.2.6 version on Friday, and we do not want to ask users to recustomize their pages.
    Windows; 9.0.2.6
    Thanks for all the help!
    Mary

  • Interactive report gives an error only for a specific user

    An interactive report based on a very complicated select gives an error only when a specific user is logged on.
    The error is:
    ORA-00932: inconsistent datatypes: expected - got CLOB.
    For other users logging using this page it works fine.
    Authentication for this application is done using a stored function.
    The query does not use the current userid in it.
    Why does it fail for a specific user? if there is a problem, it should fail all the time.

    Hi ankur,
    By what you said the report dont have any date parameters or no date columns.
    "Query execution was not successful ORA-01843 not a valid month." This means it is related with date mask passing a invalid month into date column or argument to to_date function.Check once the session date that is 'dd-mm-yy' or anything else
    select * from nls_session_parameters where parameter = 'NLS_DATE_FORMAT'
    select to_date('01-DEC-06'),to_date('01-12-06') from dual;
    Also a general question whenever I am trying to mark any question as 'Helpful', the status is not changing. Is there anything I am missing.While you flag it 'helpful' or 'correct',it takes you to other screen where you see "Yes, the question is now answered" click the radio button and then click ok button.
    Hope its helpful.
    Best Wishes,
    Kranthi.
    Edited by: Kranthi.K on Jun 8, 2009 9:00 AM

  • How to check a text type if it is filled or not for specific user status

    Hello;
    I want to check if a text type in a notification is filled or not for a specific user status. I guess that can be done using the BADI "ORDER_SAVE", but not sure how to do that.
    Regards,
    Erkan Kaya

    Hello Erkan.
    You can use the function module CRM_ORDER_READ_OW in method check_before_save of BADI ORDER_SAVE.
    Fill the header_guid of the notification into the it_header_guid table parameter and get the returning table ET_TEXT.
    For performance reason you should provide importing parameter it_requested_objects.
    INCLUDE CRM_DIRECT.
    APPEND gc_object_name-texts TO it_required_objects.
    Then you can check in et_Text if the required text is maintained. If not, you can raise the exception DO_NOT_SAVE in the BADI.
    Regards,
    Timo.

  • Locale-specific JSP page

    Hi,
    I want to provide internationalization in my web tier by providing locale-specific JSP pages rather than using resource bundles for the content inside the JSP page.
    In other words, I'd like to have a folder structure such that I have a default .jsp file in the root folder and locale-specific .jsp files under the locale folders as following:
      /jsp
          /index.jsp
          /en_US/
                 index.jsp
          /en_GB/
                 index.jspAnd depending on the default locale of the server (not user's). I'd like the appropriate index.jsp to be picked up at runtime.
    If the above is not possible, I even wouldn't mind using a locale suffix for the JSP files:
      /jsp
          /index.jsp
          /index_en_US.jsp
          /index_en_GB.jspIs there any way to do this?
    Thanks, Rishabh

    Well yeah, I did want the server to pick up the "best fit" JSP page automatically, going from specific to general. So if /en_US/index.jsp is missing, it should default to /index.jspSomewhat like how ResourceBundle handles property files.
    This approach is suggested in the Designing Enterprise Applications with the J2EE Platform book in the J2EE Internalization and Localization (http://java.sun.com/blueprints/guidelines/designing_enterprise_applications_2e/i18n/i18n4.html) section 10.3.3.5 - Locale-Specific JSP Pages. Of course here they use the users's locale from the request to do this. But using the default locale of the server should pretty much be the same thing.
    If the above doesn't really work, can anyone suggest how I can hook into the request handler or write a custom servlet filter as suggested by Ram to do this at a framework level so that it works for all my pages?
    Thanks, Rishabh

  • ANN: LR/Mogrify plugin released.  Alamy users rejoice!

    Hi,
    Frustrated by Alamy's 48Mb image size requirement, and the fact that Lightroom's export feature can't automatically resize images by the minimum amount necessary to guaranty that the requirement is met, I've written a plugin to solve the problem and improve my workflow.
    The plugin applies ImageMagick's mogrify command to exported images. ImageMagick is a set of powerful, freeware command line utilities for Mac or PC.
    Although my motivations were very specific, this plugin could be used by anyone who needs to further post process images using mogrify, and I've therefore decided to release it free of charge. The plugin currently allows the user to resize images using a choice of resizing algorithm and reconvert the resulting image to another format. Users can also enter their own command line parameters to control all the other aspects of mogrify.
    I'm willing to improve the plugin to expose other mogrify features via the user interface if enough interest is shown.
    It's been tested on Mac. It should work on PC but I can't test it - feedback's appreciated.
    You can download it here: http://www.timothyarmes.com/lrmogrify.php
    Regards,
    Tim

    [email protected] schrieb:
    > You can download it here:
    Hi.
    Doesn't work for me on Windows. Calls to LrTasks.execute() in
    LRMogrifyExportTask.lua fail. I spent quite some time on it. Quotation
    of file paths really introduces trouble. Seems there is some problem
    with quotation mark matching. If you use only one pair of them,
    everything is fine. When there are multiple pairs, things get quite
    strange...
    For example, these command strings are supposed to work:
    c:/somepath/someexecutable c:/anotherpath/file
    "c:/some path/someexecutable" c:/anotherpath/file
    c:/somepath/someexecutable "c:/another path/file"
    If I quote both paths, blanks in the first path don't get escaped. Even
    worse, I don't know of any other way to escape blanks here than use
    quotation marks. Something like "\ " -- no chance(?). I even had a look
    at the lua.org source code. Their os.execute() is mapped to ISO/ANSI C's
    system() call. No idea what LrTasks.execute() does.
    My suggested work-around would be like this, as LR at least allows use
    of native file system calls:
    -- LRMogrifyExportTask.lua --
    -- Run Mogrify
    local command = '"' .. opts.path .. '" ' .. commandLine
    -- added
    local realCommand = command
    if WIN_ENV == true then
    -- default folder on Windows is user dir -> good
    local batchFileName = "lr_mogrify_runner.bat"
    io.output(batchFileName)
    io.write(command .. '\n')
    io.close()
    realCommand = '"' .. batchFileName .. '"'
    end
    -- /added
    -- changed
    if LrTasks.execute(realCommand) ~= 0 then
    -- /changed
    Herb

  • Hide settings icon for specific users

    Hi
    In share point 2013 we have settings icon at top right corner.
    Is there any way, I can hide this icon for specific users.
    Please help in this regard.
    Thanks,
    Anil

    Hi Kumar,
    Its possible.
    1.Open the .master page in some textpad/SP Designer.
    2.Look for below tag. This is the holder for SITE ACTIONS
    <SharePoint:SiteActions
    3.Look for the Menu item templates. These will clearly give you an idea on wht they will hold.
    <SharePoint:MenuItemTemplate
    4.There will be 2 attributes for each menu item called
    PermissionsString & PermissionMode.
    In the permission string give the required permission to the user to be shown or hide.
    http://sharepoint.stackexchange.com/questions/66628/edit-settings-gear-icon
    Please remember to click 'Mark as Answer' on the answer if it helps you

Maybe you are looking for

  • Voice Memos won't sync to iTunes anymore

    So for some reason when I sync my iPhone 3G, the voice memos won't sync to my iTunes library. The "Sync voice memos" box is checked and older voice memos from April and before synced in the past. Now there's just a Voice Memos folder under my iPhone

  • PDF showing only first line of Table?

    Hi @, I am showing an input table to PDF using adobe Int Form and in the Adobe screen it is displaying only the first line of the table. I am using CE 7.1 SR5. Regards

  • How can i disable dialog box asking to restore file type associations to quicktime for all profiles windows 7

    Running a lab environment and need to be able to stop the QuickTime Player dialog that asks to restore file type associations to QuickTime.  QuickTime associations are working fine but this dialog comes up on on every user profile.  Need to stop the

  • Video through HDMI, audio through headphones

    Because of the way my sound system/TV is set up, I can't stream sound from the TV to the sound system; the sound system is picky about its input. I'd like to be able to use the HDMI to connect the video from my iPhone to the TV, but use the standard

  • Small TV Monitor Recommendations?

    Hello all, I need to add a NTSC TV monitor to my edit setup to view  television playback. It needs to be smallish to fit in a 15" tall space on the console. It will be fed with a GTX 670. Any recommendations for a "best value" TV? Thanks in advance,