Issue with Action in Transaction

Hi Experts
I have Created new action and assigned it to lead., this action is to create work flow ( WS10001011 ) for opportunities from lead if the user status is equal to "Accepted by sales". But when ever lead status is changing to "Accepted by sales". We have observed that no action is being performed and when i clicked on action push button in pop-up i am getting this message "There are no actions in the worklist"
Can you please assist what need to be modified.
Thanks in advance
Vinay

SAP supplies standard workflow from Lead to Opportunity which does not use actions.
It uses events which are triggered based on user status.
You might like to do it that way and see if it works.
Best regards,
Koshal

Similar Messages

  • Issue with the Receiving Transaction Processor Standard Program

    We are facing issue in the Receiving Transaction Processor Standard Program.
    The error description is as below:
    RVTII-030: Subroutine rvtiicreate() returned error
    Cause: Subroutine rvtiicreate() returned an internal error.
    Action: Note this error number and the actions you are trying to perform. Contact your system administrator.
    RVTII-077: ORA-01476: divisor is equal to zero
    Cause: A SQL error has occurred in RVTII. The SQL error is &LSQL_ERR.
    if any once faced this issue earlier and any solution, Please let us know.
    Regards,
    Krishna

    Please see if these docs help.
    RMA Receipt Errors With RVTII:077 OE COGS API Returned Error Warehouse NULL [ID 301767.1]
    RCVRCERC: RVTII-077: ORA-0146: divisor is equal to zero [ID 1287907.1]
    Cost Of Goods Sold Account Generation Failed With Error [ID 406035.1]
    RMA Transaction Issues (Troubleshooting) [ID 311208.1]
    Thanks,
    Hussein

  • Issue with action 'Place' in CS3

    I have been having an issue with an action I made. The action is:
    {Set Background
    Set Layer Styles of current layer
    Image Size
    Canvas Size
    Place
    Move Current layer
    Save}
    My issue is when it come to 'place' if the image is larger than the window it will center to the window not the canvas.
    The details of 'Place' are:
    filename.jgp
    Center: center
    Translate: 0 inches, 0 inches
    I was wondering if there was anything in the action I should have added.
    Also, could someone explain why it does this?

    Thanks for the help. It worked, kinda...
    It was already checked so I unchecked>applied. Tested it. It didn't properly scale the placed image
    Went in checked it. Tested it. It worked like a charm.
    Restarted PS with it still checked, tested the action and I had the orginal issue.
    Checked my preferences and it was still checked.
    Unchecked>applied.
    Checked>applied -worked fine.
    I'm assuming this is an error in the program that it is not properly reading the preferences. Any ideas?
    Thanks!
    Ann

  • Issue with using call transaction CJ9F and F.M  BAPI_PROJECT_MAINTAIN

    Hello All,
    In my custom program for a given project in selection screen we are getting all the related data as shown in CJ20N, in this screen I first created the WBS element and during save we used F.M BAPI_PROJECT_MAINTAIN to update the data, and next called transaction CJ9F to update BLC, after this we are comming back to selection screen 1000.
    Now from selection screen if i enter again into that project details screen and try to create a new WBS it is showing below information msg.
    Changing the contents of the field is not permitted
    Message no. CJ727
    If i remove the call transaction CJ9F part during save i am not getting the above error msg.
    I think i am getting this error when we call the function module BAPI_PROJECT_MAINTAIN twice in the program.
    Please help me to resolve this issue, as this msg is not allowing to save or create anything. 
    But i found that if i come totally out of my custom transaction and enter once again into that Z transaction it is working fine with out that message
    Please help me to resolve this issue.

    Hi,
    Not sure, but if it is possible, complete your project update using the custom transaction and do the CJ9F afterwards seperately.
    Regards
    Sreekanth

  • Migrated from weblogic 8.1 to 10.2. Issue with Message center transactions

    we recently migrated from webloguc 8.1 to weblogic 10.2. When mesasage center is accessed, we are getting below exception. It is working fine in weblogic 8.1 .
    <Name=[EJB AccountServicesBean.submitAddressChangeRequest(AccountServicesInfo,java.lang.String,java.lang.String)],
    Xid=BEA1-0310676F13BEAC935370(464474497),Status=Rolled back.
    [Reason=weblogic.transaction.internal.TimedOutException: Transaction timed out after 60 seconds
    BEA1-0310676F13BEAC935370],HeuristicErrorCode=XA_HEURHAZ,numRepliesOwedMe=0,numRepliesOwedOthers=0,
    seconds since begin=131,seconds left=60,XAServerResourceInfo[weblogic.jdbc.wrapper.JTSXAResourceImpl]=
    (ServerResourceInfo[weblogic.jdbc.wrapper.JTSXAResourceImpl]=(state=rolledback,assigned=managed4),
    xar=weblogic.jdbc.wrapper.JTSXAResourceImpl@1baf6254,re-Registered = false),
    SCInfo[admin+managed4]=(state=rolledback),SCInfo[server_2+server_2_managed2]=(state=rolledback),
    properties=({weblogic.transaction.name=
    [EJB AccountServicesBean.submitAddressChangeRequest(AccountServicesInfo,java.lang.String,java.lang.String)],
    START_AND_END_THREAD_EQUAL=false, weblogic.jdbc=t3://myserver.com}),
    OwnerTransactionManager=ServerTM[ServerCoordinatorDescriptor=
    (CoordinatorURL=managed4+myserver.com+admin+t3+,
    XAResources={WSATGatewayRM_managed4_admin, weblogic.jdbc.wrapper.JTSXAResourceImpl,
    WLStore_admin__WLS_managed4},NonXAResources={})],
    CoordinatorURL=managed4+myserver.com+admin+t3+) completed heuristically:
    (weblogic.jdbc.wrapper.JTSXAResourceImpl, HeuristicHazard, (javax.transaction.xa.XAException:
    No connection associated with
    xid = BEA1-0310676F13BEAC935370-7765626C6F6769632E6A6462632E777261707065722E4A545358415265736F75726365496D706C)) >
    Please help us in resolving it.

    Hi,
    A general rule to follow is to make sure that WebLogic Server JTA timeout (either global, specific to an EJB or for individual transactions) is set to a lower value than the shortest timeout value configured/set for a participating XA resource (e.g., XA Transaction Timeout for Oracle XA JDBC connections). Not doing so can lead to an unexpected and inconsistent distributed transaction outcome, i.e., a participating XA Resource timing out before WebLogic Server JTA as the distributed transaction coordinator. The timed out XA Resource may take action to resolve its own part of the distributed transaction before WebLogic Server can take action. This will lead to heuristic error messages at the time when the WebLogic transaction manager tries to prepare/commit the distributed transaction.
    The solution was for the JDBC Connection Pools to set the XASetTransactionTimeout to true and XATransactionTimeout to zero. When this parameter is set to zero, the XAResource Session Timeout will be set to the global transaction timeout.
    Regards,
    Kal

  • Issue with Action Links

    Hi All,
    We have implemented the Action Links.
    Issue: A particular order number is present in 14 different organizations.
    when the order number and the Org Name is selected we are able to all the records.
    We have included the Action Link column to the above request, then we are only able to see 3 records, the other organization records are not able to view.
    SQL generated after including the Action Link column is
    select distinct T259660.SALES_ORDER_NUM as c1,
    T334186.BASE_ORG_NAME as c2,
    sum(case  when T265919.W_XACT_TYPE_CODE = 'Regular' and T262056.W_STATUS_CODE <> 'Cancelled' then T259660.NET_AMT * T259660.GLOBAL1_EXCHANGE_RATE else 0 end ) as c3
    from
    W_INT_ORG_DH T334186 /* Dim_W_INT_ORG_DH_Sales_Org */ ,
    W_SALES_ORDER_LINE_F T259660 /* Fact_W_SALES_ORDER_LINE_F */ ,
    W_STATUS_D T262056 /* Dim_W_STATUS_D_Order_Status */ ,
    W_XACT_TYPE_D T265919 /* Dim_W_XACT_TYPE_D_Sales_Ordlns */
    where  ( T259660.XACT_TYPE_WID = T265919.ROW_WID and T259660.ORDER_STATUS_WID = T262056.ROW_WID
    and T259660.SALES_ORDER_NUM = '1000004' and T259660.SALES_ORG_WID = T334186.ORG_WID
    and T259660.DELETE_FLG = 'N' and (T334186.ROW_WID in (0) or T334186.PRIMARY_FLG in ('Y'))
    and (T334186.ROW_WID in (0) or T334186.W_HIERARCHY_CLASS in ('NON-HRORG'))
    and (T334186.ROW_WID in (0) or T334186.SALES_ORG_FLG in ('Y')) )
    group by T259660.SALES_ORDER_NUM, T334186.ORG_WID, T334186.BASE_ORG_NAME
    order by c1, c2
    select concat(concat('<a href="', T623258.ORDER_HEADER_ACTION_LINK_URL), '"> Link to EBS Source Order</a>') as c1,
    T623258.HEADER_ID as c2
    from
    +(SELECT header_id+
    +,fnd_run_function.get_run_function_url+
    +(+
    CAST
    +(fnd_function.get_function_id ('ISC_ORDINF_DETAILS_PMV') AS NUMBER)+
    +,CAST (272 AS NUMBER)+
    +,CAST (53059 AS NUMBER)+
    +,CAST (0 AS NUMBER)+
    +, 'HeaderId='+
    +|| header_id+
    +|| '&pFunctionName=ISC_ORDINF_DETAILS_PMV&pMode=NO&pageFunctionName=ISC_ORDINF_DETAILS_PMV'+
    +,NULL) AS order_header_action_link_url+
    FROM oe_order_headers_all) T623258
    order by c2
    By executing these 2 generated queries we are able to see all the headers ids for a particular order same in both the queries.
    But even then the results are not shown in the Answers.
    Can any one have an idea how to fix it.
    Thanks in advance
    Regards
    Vishwanath

    For the action Links i have created a opaque view with the Query
    SELECT CAST(header_id as Varchar2(80)) as HEADER_ID
    +,fnd_run_function.get_run_function_url+
    +(+
    CAST
    +(fnd_function.get_function_id ('ISC_ORDINF_DETAILS_PMV') AS NUMBER)+
    +,CAST (valueof(NQ_SESSION.OLTP_EBS_RESP_APPL_ID) AS NUMBER)+
    +,CAST (valueof(NQ_SESSION.OLTP_EBS_RESP_ID) AS NUMBER)+
    +,CAST (valueof(NQ_SESSION.OLTP_EBS_SEC_GROUP_ID) AS NUMBER)+
    +, 'HeaderId='+
    +|| header_id+
    +|| '&pFunctionName=ISC_ORDINF_DETAILS_PMV&pMode=NO&pageFunctionName=ISC_ORDINF_DETAILS_PMV'+
    +,NULL) AS ORDER_HEADER_ACTION_LINK_URL+
    FROM oe_order_headers_all
    When we created a request in the answers using the above opaque view, it is taking lot of time around 12 min.
    when i executed the query returned from session log in the database it took less than a second.
    not sure what causing the performance issue.
    Can any one help me out.
    Regards
    Vishwanath.

  • Issue with Action pane sap bpc 7.5 MS

    Hello All,
    Got a issue ,  when clicking the dimension to select members in action pane it shows blank box .
    Is there any XLS setting that needs to be in place OR any other thing needs to be fixed??
    It happens only with one id.
    Kindly help on this.
    Thanks
    Venkkat

    Hi Venkat,
    if your sp is 3 or lower then this is an old issue and you have to upgrade to sp4 or higher, if it occurs on web see please this note 1746878 - BPC MS: Action Pane Disappears from BPC Web Interface otherwise plese add you sp version.
    Regards
         Roberto

  • Issue with the MIGO transaction recording

    Hello All,
    I am working on the MIGO transaction(Goods receipt purchase order) and i am doing the recording for this transaction but it is not recorded properly, the same screen information is recording twice even though i was given only one entry for that  item.
    what i am doing is i am just entering the document number and then the document date . After entering this header information i am
    entering the quantity in  unit of entry field and then clicking on the distibute qty icon.Later after distributing the quantity i am saving the data.
    This is what i am recording but the same code is repeting twice in the recording. Can anyone suggest what will be the reason.
    Thanks.

    Hi,
    MIGO is use Enjoy transaction so there will be always problem with BDC.
    I will suggest you to use BAPI for same.
    Thanks.
    Dhiraj,

  • Issues with Action Wizart to remove security

    Hi,
    I am using action wizard in Adobe11 to remove security from group of files, but it asks for password for every file and also prompts to save the file for each file. In earlier versions I used to do this with batch processing and it used to ask the password only for the first file and assumed same password for remaining, this is not happening in Adobe 11. Any help of this is highly appriciated.
    Thanks
    Vineet Neema

    Hello Maureen,
    Thanks for posting, but I'm not sure I see if your question
    relates to Acrobat.com
    Are you using any of the Acrobat.com Services as any part of
    your workflow?
    Thanks!
    Pete

  • Issues with Nested AM Transaction

    Hi All,
    I am using JDev  11.1.1.6 and WLS 10.3.6
    I am developing an application that contains a number of AMs(Application Module) . Now I clubbed  all the AMs under a root AM.by modifying  the databindings.cpx and all the necessary pagedefs.
    Now I need a mechanism so that any individual AM can be committed at a time.
    I am explaining the scenario with an example
         I have two regions in UI that uses two different jsff(having different taskFlows). Each jsff have different AM that is now clubbed under a single root AM.
         I made changes in both the regions.
         For saving the changes I have two separate buttons that calls the commit operation and which in turn calls the overridden doDML method in respective EOImpl class.
         Now when I click one button,this results in saving both the regions.
    I want to avoid this scenario and want that, click on one save button should affect the respective region.
    How to achieve this please suggest.

    Nested AMs do not have their own DB connection and a transaction object but they use (i.e. share) the connection and the transaction object of the root AM. When you commit/rollback a nested AM instance, you in fact commit/rollback the root AM together with all its nested AM instances.
    If you want to commit the regions separately, you must not use nested AMs (in one and same root AM) but separate root AMs instead.
    Dimitar

  • Anybody else have an issue with actions disappearing and having to reinstall ALL of them?

    Every few weeks, my actions disappear from Photoshop and I have to reinstall ALL of them? Anybody else have this issue?

    I have occasionally lost data connectivity when I leave my house and have to flip airplane mode on then off to restore it.  Otherwise I'm not near large crowds to see if I have any connectivity issues.
    Do you know if you have the Portico update?  Go to Settings > About and tap on more info.  See what the OS version is.  Portico is 8.0.10211.204.
    Just want to see if its a build issue and may be non-Portico devices are having reception problems when it come to crowd density....
    Also give Nokia a call, they would be interested in this issue and would tell you if its definitely a phone issue or OS.  You can also post to their community and see if anyone else has some answers, http://discussions.nokia.com/t5/Nokia-Lumia/bd-p/Nokia_with_Windows_Phone

  • Security issues with action commands....

    Hi
    I have a webapplication that under its context has two diffenent
    maps, one is admin and the other one is user.
    I use an ActionRouter and has actions like list-clients.do.
    The admin map is restricted area described in web.xml.
    You have to be in AdminRole to get access.
    My problem is that if I log in as user, I can "shoot" actions commands
    like list-clients.do from the user area and Servlet maps to the proper
    jsp that is in the admin map. When I then try isUserInRole and so on
    there is only a quetstionmark. If I run from admin area the isUserInRole
    knows who is logged in.
    I put in the list-clients.do in the url like: http://myplace.com/users/list-clients.do and servlet reply with jsp from
    admin area.
    Anybody know why not the restricted area declared in the web.xml file
    works during that condition, and how to solve this?
    Im working with Tomcat 4.1 and use SingleSignOn.
    Heres my web.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
    <web-app>
    <filter>
    <filter-name>loginfilter</filter-name>
    <filter-class>argus.web.util.LoginFilter</filter-class>
    </filter>
    <filter-mapping>
    <filter-name>loginfilter</filter-name>
    <url-pattern>/admin/*</url-pattern>
    </filter-mapping>
    <filter-mapping>
    <filter-name>loginfilter</filter-name>
    <url-pattern>/user/*</url-pattern>
    </filter-mapping>
    <servlet>
    <servlet-name>action</servlet-name>
    <servlet-class>argus.web.servlet.ActionServlet</servlet-class>
    </servlet>
    <servlet>
    <servlet-name>setup</servlet-name>
    <servlet-class>argus.web.servlet.SetupServlet</servlet-class>
    <load-on-startup>1</load-on-startup>
    </servlet>
    <servlet-mapping>
    <servlet-name>action</servlet-name>
    <url-pattern>*.do</url-pattern>
    </servlet-mapping>
    <session-config>
    <session-timeout>0</session-timeout>
    </session-config>
    <security-constraint>
    <display-name>ArgusAdmin</display-name>
    <web-resource-collection>
    <web-resource-name>AdminAdaptor</web-resource-name>
    <url-pattern>/admin/*</url-pattern>
    <http-method>GET</http-method>
    <http-method>POST</http-method>
    </web-resource-collection>
    <auth-constraint>
    <role-name>ArgusAdmin</role-name>
    </auth-constraint>
    </security-constraint>
    <security-constraint>
    <display-name>ArgusUser</display-name>
    <web-resource-collection>
    <web-resource-name>UserAdaptor</web-resource-name>
    <url-pattern>/user/*</url-pattern>
    <url-pattern>/index.htm</url-pattern>
    <http-method>GET</http-method>
    <http-method>POST</http-method>
    </web-resource-collection>
    <auth-constraint>
    <role-name>ArgusAdmin</role-name>
    <role-name>ArgusUser</role-name>
    </auth-constraint>
    </security-constraint>
    <login-config>
    <auth-method>FORM</auth-method>
    <form-login-config>
    <form-login-page>/login.htm</form-login-page>
    <form-error-page>/loginError.htm</form-error-page>
    </form-login-config>
    </login-config>
    <security-role>
    <role-name>ArgusAdmin</role-name>
    </security-role>
    <security-role>
    <role-name>ArgusUser</role-name>
    </security-role>
    </web-app>
    Many Thanks
    Ben

    I found them in my firewall list on my Windows 8.1 Pro installation and posted a question on a forum as well, though I don't think it was here.  I don't believe anyone ever answered.
    It looks as though these are parts of the bundled virtual private networking clients.
    Note, for example, the "distributed by Microsoft as part of Windows 8.1" wording on this page:
    http://www.sonicwall.com/app/projects/file_downloader/document_lib.php?t=PG&id=605
    -Noel
    Detailed how-to in my eBooks:  
    Configure The Windows 7 "To Work" Options
    Configure The Windows 8 "To Work" Options

  • Facing issue with Action Menu

    Hi all,
    I've created an Action Menu to open a link on a new page, however it is not working. I changed the URL to call some external website (Ex. www.google.com) but even so it doesn't do anything. Is there any setup that can prevent links from Action Menu (Table component) to be executed? Is there any bug related to this? I've tried the same on a different page, enabling exactly the same URL and on the other page, it works.
    I'd appreciate any help or comment.
    Thanks,
    Eduardo

    Hi Dan,
    I solved the issue by including a "GROUP BY" statement in my EQL Query. This really seems to be a bug since my query doesn't need a Group By. I set the Group By for the record ID and I'm testing whether it caused any side effect.
    Thanks and Regards,
    Eduardo

  • Problems and Issues with Internal Order Transactions

    Hello I have a couple of problems with Internal Order Transactons.
    Its strange really, when I simulate in the development server. I do the following process:
    Assign Asset with IO -> Create PR with account assignment to an Asset -> Create PO with Reference to PR -> Create GR.
    Once this occurs, the transaction seems to reflect in particular reports such as List: Order by Cost Element, List: Budget/Actual/Commitments, etc.
    But when another user does a similar process in PRD, it doesnt seem to reflect in these reports.
    Also while, I cant seem to pass the GR if the Internal Order has not been released. The user was able to create a GR whose IO has not been released yet.
    These problems are quite striking to me. Does anyone know the possible causes of the situations at hand? Any feedback will be most helpful.
    Thank you all and good day.

    Ok never mind, seems I found the culprit (though the reason gives more questions than answers)! Thanks anyways

  • Speed issue with Action Listener

    I have a JCombobox that has an action listener that waits for an action to be performed.
    When I update the Combobox list by using removeAllItems() and then loop additem on an array to rebuild it, It take 14 seconds to rebuild the list.
    When I remove my action listener, it does it instantly. I tried setEnable(false) on my combobox to disable the action listener temporarily while I update the combobox, but it doesn't appear to work.
    Looking for a way to disable my listener temporarily to increase performance when I update it.
    Thanks in advance.

    Nevermind. got it.

Maybe you are looking for

  • Problem with Exporter for MS Access 3.2 in SQL Developer

    Hi, I have problem with exporting tables and data from MS Access to XML with Exporter for MS Access 2000. This error ocurr: 'Error #5 - XML Exporter' When I use Exporter for MS Access 2002 this error ocurr: 'Error #3478 - XML Exporter' Any leads how

  • Boosting the mic input level

    I want to boost the very faint signal from my low-end, basic dynamic mic into my iMac so the input level is higher. I would appreciate any feedback on any of the following products or choices: My choices seem to be a mic pre-amp: http://www.guitarcen

  • How to change datasource location in CR V10

    How to change the datasource location in CR10, I need to use same table in different database. I tried in "Set Datasource Location" but it is not updating to the new one which i have selected. please help me on this. Thanks, S Aravind.

  • Lion install listed in Finder Left pane Can't find it Don't know how to get rid of it

    The Lion install app seems stuck in the left pane of my Finder app. I have searched for the location of this app and cannot find it. I also cannot get rid of it ... stuck there on my left hand screen. Clicking on it does nothing. Why is it there? How

  • Thr print on my e mails has become very small

    the print is too small to read on my e mails, it was not like this before, when I access my E Mails through aol the print is fine, therefore i am thinking it is a problem with my Firefox setting can you please help me?