Buisness Event not raised from People/Assignment screen?

I found a seeded Business Event for People/Assignment screen : oracle.apps.per.api.assignment.update_emp_asg.
So, i went and added subsription to it and then tested it. It works fine from Business Event Test page(html framework). However, when i did an Update to Assignment record, I don't see that event fired.
Q: Doesn't People/Assignment screen raise this event out of the box? Is there any set up we need to do for raising this, without writing code? How can i have Assignment screen raise this event whenever an update is performed?
I didn't find any documentation for this. is there one?
Thanks for any help,

Hi
Which SRM version are you using ? what's the need to add to add a custom field to the table control ? Any specific buisness requirement ?
I guess, there is some problem in the code. Please paste the code details.
Do let me know.
Regards
- Atul

Similar Messages

  • Photoshop Elements 11 Organiser does not start from the welcome screen

    Having installed Photoshop Elements 11(Windows 7)  I cannot open the Organiser from the welcome screen. It can be opened via the Editor but few of the thumbnails are shown as pictures rather as empty squares. The situation does not improve with time but tends to get worse with pictures turning into squares. I have tried the tip with preferences but to no avail. I would be very grateful for some help. Best Regards Ian Tomlinson

    Try pressing Ctrl+A (to select all thumbnails) and then refresh again (Edit >> Update Thumbnails for selected items). If that makes no difference you may need to regenerate the cache.
    It may be worth rebuilding the thumbnail cache before re-installing. Click the menu:
    Help >> System info to find the path to your catalog.
    1. Close Organizer.
    2. Navigate to C: ProgramData/Adobe/Elements Organizer/Catalogs/My Catalog
    3. Find the file - thumb.5.cache
    4. Highlight the file and delete it.
    5. Re-start Elements Organizer
    6. Wait until all thumbnails have been generated.
    N.B. ProgramData may be a hidden system file:
    http://windows.microsoft.com/en-US/windows-vista/Show-hidden-files

  • System Services Reporting is not opening from main SAP screen menu.

    Hi Team,
    I have upgraded kernel patch in all our three systems of DEV, QAS & PRD, from patch level 139 to 376 (Kernel 460_REL). After upgrade ll system are working fine.
    Yet, System>Services>Reporting option is not opening from SAP Menu, even it is not giving any kind of error message too.
    While the same screen is opening from X-code: SA38.
    Kindly help !
    regs,
    Ved P Singh

    Hi Bala,
    If you go to transaction SE80 -> Repository Information System -> Other objects -> Transactions and you search for SOAMANAGER, you get into the screen where you can modify attributes for this transaction. Please check if there are strange values entered in there... Or maybe SAPGUI for HTML is not selected.
    Kind regards,
    Mark

  • Contextual Event - "Currency Change Event" not raised?

    Hey,
    I am trying to raise contextual event on a table when I click on a row. The event type for a table is eventType="Currency Change Event" But is not working.
    Here is the event in the PageDef file.
    <events xmlns="http://xmlns.oracle.com/adfm/contextualEvent">
    <event name="paramValueChangedEvent"
    customPayLoad="${bindings.PolicyId.inputValue}"
    eventType="Currency Change Event"/>
    </events>
    After that I want to raise custom method:
    <methodAction id="testEvent" InstanceName="myBean.dataProvider"
    DataControl="myBean" RequiresUpdateModel="true"
    Action="invokeMethod" MethodName="testEvent"
    IsViewObjectMethod="false"/>
    Here is the event map:
    <eventMap xmlns="http://xmlns.oracle.com/adfm/contextualEvent">
    <event name="paramValueChangedEvent">
    <producer region="*">
    <consumer region="" handler="testEvent" handleCondition=""/>
    </producer>
    </event>
    </eventMap>
    When I raise the event programmatically, then the event is raised and my function is called.
    Here is the code. I call this function on a custom selection listener of the table.
    public void riseCurrencyChangeEvent(String treeID, String nodeID,
    String attributeValuedPassedName) {
    DCBindingContainer bc = ADFFacesUtils.getDCBindingContainer();
    FacesCtrlHierBinding tbl =
    (FacesCtrlHierBinding)bc.findCtrlBinding(treeID);
    FacesCtrlHierNodeBinding node =
    (FacesCtrlHierNodeBinding)bc.findCtrlBinding(nodeID);
    EventDispatcher dispatcher = bc.getEventDispatcher();
    node = (FacesCtrlHierNodeBinding)tbl.getRootNodeBinding();
    dispatcher.queueEvent(node.getEventProducer(),
    node.getCurrentRow().getAttribute(attributeValuedPassedName));
    bc.getEventDispatcher().processContextualEvents();
    My idea is not to call custom method after clicking on a table row, but I want to raise declaratively the event because I will need so generics.

    Hi,
    there is a bug 10045872 filed for this. The bug is scheduled for fixing in PS4 (11.1.1.5) I'll work on a manual - though code centric - alternative for the time being and publish it on ADF Code Corner when done.
    Frank

  • Start automatically CPS job waiting event when event not raised

    Hi,
    how to automatically start at a defined time a CPS job waiting an event, , if the event is not raised ?
    Clement

    Hi,
    You can have another event associated with such job chains(say Event_Force_Start) and define an OR condition in the event expression of the job chain. You can trigger the Event_Force_Start by anothe dummy script that excutes based on scheduled time or a submit frame. Thus yu can start the job at required time irrespective of the event under consideration being raised or not
    Regards
    Raj

  • HT3529 I can't seem to use the imessage app as the icon is not visible from my home screen is it possible to reinstall one?

    I could not send messages via imessage. The imessage icon is not visible on my home screen; however, when i type it on search bar the app appears. I it possible that i have deleted the app? If i did, can i reinstall one?

    Go to Settings>General>Reset>Reset Screen Layout. The app/icon is just somewhere where y can't find it.

  • FM9 FA_Note_FileOpen event not raised?

    Hello,
    we are evaluating FM9 and FDK9 and run into incompatibilities. There are more minor changes
    than the release notes say and probably even more we are not aware of. For now the most
    urgent change is:
    in our plugin we register for notifications/events:
    F_ApiNotification(FA_Note_FileOpen, True);
    F_ApiNotification(FA_Note_PreOpenDoc, True);
    open a book in FM9, double click a document to open and no event raised!
    Any idea how to handle/catch events in the new GUI? Is it a bug or we need to make changes?
    Thank you.
    Regards,
    Viktor

    Hi Viktor,
    While I have had other problems with FDK9 notifications, I could not reproduce this issue. When I open a file from a book, both notifications are received. In fact, the FA_Note_FileOpen gets called twice, where it seems to be called only once in previous versions. I tried with the book docked and undocked, binary FM and non-FM files, and in all cases I get the notifications. I get FileOpen when the book itself is open as well.
    Is there something unusual that you are doing? Have you positively verified that it is the notification that is failing, instead of some other area in the code? There are other issues with document properties such as FP_IsInFront, which doesn't seem to work with FDK 9. Could the problem be somewhere else in your code, perhaps related to one of these other properties?
    Russ

  • Events not synching from iPad to iMac in iCal.

    Events from my iPhone sych to my iMac just fine, but not my iPad2.  I use iCloud, and the settings on both devices are exactly the same.  Advice would be appreciated.  Thanks.

    From what you say, you have OS X Lion on your Mac. In OS X Lion, Pages isn't completely compatible with iCloud and you can't open and modify files from iCloud, so that's the reason why there aren't changes when you modify a document on your iPad. To confirm this, open  > About this Mac, and tell me which OS X version you are running.
    The only workaround for this is to upgrade to OS X Mountain Lion, available at the Mac App Store for $19.99. You can also access to your iCloud documents in http://www.icloud.com

  • A1 Not Progressing From Android Start Screen

    Hey guys,
    My tablet was working perfectly until recently I kept getting random error messages in which I decided to factory reset the tablet. However, I couldn't start it up as I have to press the Android logo to move on in the start screen from a factory reset and pressing the logo does nothing. I am now constantly stuck on this page. My device was rooted before so I don't know if that has anything to do with it. If anyone has any solutions, please help. I have searched the board for something similar to this but no success. Thanks.

    FORCE IPAD INTO RECOVERY MODE
    1. Turn off iPad
    2. Turn on computer and launch iTunes (make sure you have the latest version of iTune)
    3. Plug USB cable into computer's USB port
    4. Hold Home button down and plug the other end of cable into docking port.
    DO NOT RELEASE BUTTON until you see picture of iTunes and plug
    5. Release Home button.
    ON COMPUTER
    6. iTunes has detected iPad in recovery mode. You must restore this iPad before it can be used with iTunes.
    7. Select "Restore iPad"...
    Note:
    1. Data will be lost if you do not have backup
    2. If you did not do step 4 properly, start all over again.

  • MacBook Pro will not boot from Apple Logo Screen - No HD recognised

    Hi all,
    I encountered a problem booting my mid 2010 MacBook Pro yesterday. I currently run OSX Mavericks.
    The computer has been great for the last 4 years and has never encountered any major issues. Yesterday I dropped it on carpet while sitting on the couch (it was a VERY small impact) and I continued to use it for a few hours. I did a safari update that night also. I then closed the lid which would have put it to sleep. My flatmate asked for a file later that night, I took his USB and stuck it in my computer, THEN opened the lid. The computer never booted up (It was stuck on the apple logo with the spinning thing underneath it). After doing this for a minute or so the computer would turn off. After multiple attempts the same thing happened.
    I read many posts on this - I am assuming that the problem occured because I brought it out from sleep with a USB in the side. I have taken the following steps to attempt fixing the problem -
    *safe boot - no luck
    *reset PRAM - no luck
    *recovery mode boot - getting disk errors.
    In recovery mode boot I cannot reinstall a new OSX version because there is no internal HD disk mounted. It only gives me the option to install OSX to the Recovery HD, which is locked.
    Using Time Machine backup wont work as there is also no Internal HD detected to load to.
    In Disk Utility it no longer has 'Macintosh HD' - It is further labelled 'disk0s2'. I cannot verify, repair OR erase this disk.
    Can someone PLEASE assist with what I might be able to do. I need to somehow mount/unmount/detect my internal HD. I am happy to detect it and format it as I have Time Machine backups on an external HD.
    I am no mac genius although I do learn quickly. If I can get assistance It would be very appreciated. I have a feeling I can sort some issues out using Terminal although I need command assitance?!?
    Apologies for the long post although I want to outline everything I have done to attempt to isolate the problem.
    Thank you all in advance.

    Does your flatmate have a Mac as well?
    If so, you could always get a 8GB+ USB stick, download Mavericks using your Apple ID and use DiskMaker X to create a bootable installation disk on the USB stick. Then boot using the USB stick (hold down the option ey whilst booting to select it) and try to reformat your drive using Disk Utility and, if you're able, reinstall OS X on your machine and then restore from backup.
    The only hitch may be that your hard drive is dead and that you need to install a new drive. You'll know once you boot from the USB stick, though, if you can format the drive or not.
    Good luck,
    Clinton

  • Method needed to identify Contacts that are not valid from the Comp Screen

    Problem
    My Company has 65k contacts in the system, we do not delete contacts that are no longer at company, as when we buy data our data in some cases will be more up to date that the third party data available on the market. This then means when a user looks at a company record and the related contacts, he has to hover the cusor over each of the contacts to check if they are valid or not.
    Goal
    When a user looks at the contacts linked to the company the following fields will be presnt:
    Contact Valid
    Contact Leave Date.
    This will then mean the user will be able to see without looking which contacts are valid and which are not.
    Problems
    I have tried to create a contact page layout with the fields needed however the only fields avaiable are as follows:
    Company ID
    Company Name
    Company Status
    Contact ID
    Contact Name
    Contact Roles
    Location
    Primary
    Can anybody help?

    Thanks for the reply.
    However I think I didn't make myself clear in my post in terms of the problem. The problem I have is that when a user looks at a company (account) record the user see the following information in relation to which of the available contacts to select "Primary,Last & First name,Job Title, Contact Role, Work Phone and Email". However none of these fields show if the contact is valid or if they have a leave date.
    Both Contact Valid and Contact Leave date have been set up in the system within the contact record. I want to change the layout and have spent hours in the following screens and functions.
    Page layout Management
    Company/Contact Related Information layout
    Related Information Setup
    Company/Contact page layout
    The problem is the screens/functions where I think I could add the two above mentioned fields end up with me turning the fileds into required or read only fields, and the section where I want to drag in the fields to display has the two fields missing.

  • [SOLVED] Ctrl-Alt-F1 does not work from KDM login screen

    I have some weird problems with switching to the virtual console from the graphical GUI.
    rc.conf: KEYMAP=hu
    Unless I define hungarian keyboard in KDE4 also, I cannot switch to vc/1 with Ctrl-Alt-F1. When the keyboard is defined in KDE4, i can switch.
    But in the KDM login screen, I am unable to switch and there is no option to set the keyboard.
    Any ideas please?
    Last edited by SanskritFritz (2009-02-28 19:08:24)

    Option      "XkbLayout" "en"
    Hey, you got the point, this was the solution! Setting the option to "hu" solved my problem! Thank you!

  • Keyboard events not raised (firing) in JDK1.4

    Key events stopped working in my GUI app after I loaded JDK1.4. When I reloaded 1.3, they started working again with no change to code???!!!
    I feel pretty confident that the code is correct, not only because ot works in 1.3, but because Forte4J generated it:
    addKeyListener(new java.awt.event.KeyAdapter() {
    public void keyPressed(java.awt.event.KeyEvent evt) {
    formKeyPressed(evt);
    private void formKeyPressed(java.awt.event.KeyEvent evt) {
    int kee = evt.getKeyCode();
    System.out.println("key: "+kee);
    Anybody else run into this yet? Suggestions?
    Thanks.

    How do I make it work in 1.4? Here is the code:
    ---------- BEGIN SOURCE ----------
    public class TestGui extends javax.swing.JFrame {
    public TestGui() {
    initComponents();
    private void initComponents() {
    jLabel1 = new javax.swing.JLabel();
    jTextArea1 = new javax.swing.JTextArea();
    jClrBtn = new javax.swing.JButton();
    jTestBtn = new javax.swing.JButton();
    getContentPane().setLayout(new javax.swing.BoxLayout(getContentPane(),
    javax.swing.BoxLayout.Y_AXIS));
    addKeyListener(new java.awt.event.KeyAdapter() {
    public void keyPressed(java.awt.event.KeyEvent evt) {
    formKeyPressed(evt);
    addWindowListener(new java.awt.event.WindowAdapter() {
    public void windowClosing(java.awt.event.WindowEvent evt) {
    exitForm(evt);
    jLabel1.setHorizontalAlignment(javax.swing.SwingConstants.CENTER);
    jLabel1.setText("Key presses:");
    getContentPane().add(jLabel1);
    jTextArea1.setEditable(false);
    jTextArea1.setRows(15);
    jTextArea1.setPreferredSize(new java.awt.Dimension(320, 240));
    getContentPane().add(jTextArea1);
    jClrBtn.setText("clear");
    jClrBtn.addActionListener(new java.awt.event.ActionListener() {
    public void actionPerformed(java.awt.event.ActionEvent evt) {
    jClrBtnActionPerformed(evt);
    getContentPane().add(jClrBtn);
    jTestBtn.setText("test");
    jTestBtn.addActionListener(new java.awt.event.ActionListener() {
    public void actionPerformed(java.awt.event.ActionEvent evt) {
    jTestBtnActionPerformed(evt);
    getContentPane().add(jTestBtn);
    pack();
    private void jTestBtnActionPerformed(java.awt.event.ActionEvent evt) {
    jTextArea1.setText("test line\n"+jTextArea1.getText() );
    private void jClrBtnActionPerformed(java.awt.event.ActionEvent evt) {
    jTextArea1.setText("");
    private void formKeyPressed(java.awt.event.KeyEvent evt) {
    int kee = evt.getKeyCode();
    jTextArea1.setText(kee+"\n"+jTextArea1.getText() );
    System.out.print("key: "+kee);
    private void exitForm(java.awt.event.WindowEvent evt) {
    System.exit(0);
    public static void main(String args[]) {
    new TestGui().show();
    private javax.swing.JButton jClrBtn;
    private javax.swing.JButton jTestBtn;
    private javax.swing.JTextArea jTextArea1;
    private javax.swing.JLabel jLabel1;
    ---------- END SOURCE ----------
    Thanks

  • The description for Event ID 0 from source VSTTExecution cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.

    Hi,
    Can any one help me on the below issue ?
    while executing automated test case in test center it is showing as test case is in progress, then i navigated to virtual machine (where the test agent is online), there Internet
    explore has opened automatically and my test case execution started, but with in a seconds IE has closed . However, in test center, test case status is showing as in
    progress, after  2 or 3 min  some of  test cases getting passed and some are failed.
    Here my question is in lab center-->virtual machine, IE has opened automatically and navigated the 2 or 3  links and with in seconds IE has getting closed. Why IE is getting closed without completing execution?
    Error Message :
    The description for Event ID 0 from source VSTTExecution cannot be found. Either the component that raises this event is not installed on your local computer or the
    installation is corrupted. You can install or repair the component on the local computer.
    If the event originated on another computer, the display information had to be saved with the event.
    The following information was included with the event: 
    (mtm.exe, PID 5240, Thread 4) FileAggregatorSessionInfo: Error occurred while deleting temporary directoryException: System.IO.DirectoryNotFoundException: Could not find a part of the path 
       at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
       at System.IO.Directory.Delete(String fullPath, String userPath, Boolean recursive, Boolean checkHost)
       at Microsoft.VisualStudio.TestTools.Execution.Aggregation.FileAggregator.FileAggregatorSessionInfo.DeleteTemporaryDirectory(String temporaryDirectory)
    the message resource is present but the message is not found in the string/message table
    Thanks
    Suresh
    Suresh

    Hi,
    Can any one help me on the below issue ?
    while executing automated test case in test center it is showing as test case is in progress, then i navigated to virtual machine (where the test agent is online), there Internet
    explore has opened automatically and my test case execution started, but with in a seconds IE has closed . However, in test center, test case status is showing as in
    progress, after  2 or 3 min  some of  test cases getting passed and some are failed.
    Here my question is in lab center-->virtual machine, IE has opened automatically and navigated the 2 or 3  links and with in seconds IE has getting closed. Why IE is getting closed without completing execution?
    Error Message :
    The description for Event ID 0
    from source VSTTExecution cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
    If the event originated on another computer, the display information had to be saved with the event.
    The following information was included with the event: 
    (mtm.exe, PID 5240, Thread 4) FileAggregatorSessionInfo: Error occurred while deleting temporary directoryException: System.IO.DirectoryNotFoundException:
    Could not find a part of the path 
       at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
       at System.IO.Directory.Delete(String fullPath, String userPath, Boolean recursive, Boolean checkHost)
       at Microsoft.VisualStudio.TestTools.Execution.Aggregation.FileAggregator.FileAggregatorSessionInfo.DeleteTemporaryDirectory(String
    temporaryDirectory)
    the message resource is present but the message is not found in the string/message table
    We are using VS 2013 (premium) and IE 10.0,  scripts have been created on the same versions. It is working fine  on
    developers command prompt but the same tests are getting failed in lab center test agent machine
    test agent log:
    QTAgentService.exe, AgentService: calling AgentObject.RunEndFileCopyComplete
    QTAgentService.exe, AgentProcessManager.WaitForDataCollectionAgentProcessToStart: waiting for agents to start.
    QTAgentService.exe, AgentProcessManager.WaitForDataCollectionAgentProcessToStart: Agents started.
    QTAgentService.exe, AgentProcessManager.PerformActionIgnoringExceptions: Successfully called 'Cleanup' on the test agent
    QTAgentService.exe, AgentProcessManager.PerformActionIgnoringExceptions: Calling 'StopDataCollection(int)' on the data collection agent
    QTAgentService.exe, AgentProcessManager.IsDataCollectionAgentNeeded: IsExecutedOutOfProc? True
    QTAgentService.exe, AgentPro
    QTAgentService.exe, AgentProcessManager.WaitForDataCollectionAgentProcessToStart: Agents started.
    QTAgentService.exe, AgentService: Connection to controller is up.
    Thanks
    Suresh

  • Final cut is not reading events or projects from my external hard drive, what can I do?

    Final Cut X is not reading events of projects from my external hard drive, what can i do?

    Like this
    Cmd-Shift-4. Drag a box around the area to capture. Screen shot appears on the desktop. Click the camera button in the message reply window.

Maybe you are looking for