Submit Button is disable for role owner

Hi All,
i have implement GRC BRM with workflow. but problem is then, when any role owner want to approve any role from inbox, submit button is disable. i have assigned all necessary role to the approval.
Thanks,
Arif

Hi Arif,
Can you check the task settings of the role owner stage if approve/reject checkboxes are checked?
Thanks
Sammukh

Similar Messages

  • Return Delivery button is Disabled for Goods confirmation

    Hi,
    We are on SRM_SERVER 550, SP11, SAP 4.7 backend and have configured Extended Classic Scenario.
    I am unable to do Goods Return delivery for Confirmations which have status u201CPosted in the Backendu201D.
    The Return delivery button is Disabled, while the Delete button is Enabled, when I access confirmations through u2018Display and Process Confirmationsu2019 screen.
    We have also run the jobs CLEAN_REQREQ_UP and BBP_GET_STATUS_2.
    Kindly let me know if any additional job needs to be executed or any specific note that needs to be implemented.
    Thanks,
    Kiran

    plz wait for some time . I am pretty sure STATUS JOB do this job . what variant you used for status_2 job?
    if you could do it backend , but if you could not in srm means, that PO status was not updated.
    even i had experience this in classic, i evening did GR inSRM and immediately wanted to do return delivery but that button was disabled for me. morning i saw it was ok . i saw RETURN was active.
    muthu

  • Need to show popup when the Submit button is clicked for the second time ..

    Hi guys,
    I have a requirement where i need to show a popup or alert when the submit button is clicked twice . When it is clicked for the first time one method is been called and its process starts. When the user clicks the submit button for the second time they should be shown a popup stating "Submit button already been clicked, please clicked OK to continue".
    Can anyone help with this please , its really urgent requirement ?
    Thanks in advance

    Hi,
    I dont have any sample code to give you now. For quick reference, I can advice some psuedo steps to achieve your requirement. I dont have access to JDEV to test this. If any syntax errors then pls correct yourself.
    1. Extend Controller since it is standard page ( Refer Anil Passi site for steps to extend seeded ontroller)
    2. Write below logic in your Process Request method
    super.processRequest(oaPageContext, oaWebBean);
    pageContext.putSessionValue("status", "notInitiated");
    3. Include below logic in your PFR method
    if(pageContext.getSessionValue("status")!=null){
    if("notInitiated".equals(pageContext.getSessionValue("status")))
    super.processFormRequest(oapagecontext, oawebbean);
    pageContext.putSessionValue("status", "initiated");
    else
    String message = "Display error message as required";
    throw new OAException(message, OAException.ERROR);
    You may need to import required packages ( Related to OAException).
    Remeber, to sumbit the request, user need to refresh the page again so that "status" variable will be refreshed.
    Hope it helps.
    Thanks
    venkat

  • Infopath submit button only works for the first row in a repeating table‏

    Hi, I have a InfoPath Email submit button issue I could not figure out. I have a master/detail repeating table in my form, and one of fields is "EmailAddress" which shows customer's email address. I created a submit button and put the "EmailAddress"
    field to "TO" object. When I tested it, the submit button only would return the first row of emailaddress from the repeating table, but not the rest of it..
    What I want is when I highlighted a customer, and click the submit button, the current customer's email address would show up in "TO" list. I did some research and saw some suggestions about using current() function. So I put current() in the front,
    like this:
    current()/dfs:dataFields/d:vw_HZLeadLists/@EmailAddress
    Still not working..Just return the first record of emailaddress from master repeating table... Does anyone know what's going on here? Thanks a lot!

    Hello,
    Use double eval to get all rows values. See my reply for more information in below thread:
    eval(eval(EmailAddress, 'concat(ToField, ";")'), "..")
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/cc22aeb7-351f-45a7-8a4c-94132c3e0db2/eval-semicolon-function-issue?forum=sharepointcustomizationprevious
    Hope it could help
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • Using script in a dummy submit button to check for digital signature

    Is it possible to add script to a dummy submit button to stop it from submitting if a signature field is not signed?  Perhaps adding something like what I have below.  I know the syntax isn't right.  I just haven't been able to get it to work.  Thanks.
    if (SignatureField1 == null)
         xfa.host.messageBox("Please digitally sign before clicking Submit!");

    Thanks, I took a look at that.  I couldn't make that solution work for me because there are four submit buttons in my form, as it passes through several reviewers.  So what I had to do is enter the code below into the Click event for each section's Submit button, so that it at least gives a reminder to sign before submitting.  It doesn't stop the e-mail from popping up, though, unfortunately.
    var oState = event.target.getField("form1[0].Page4[0].DeptReview[0].EA_Signature[0]").signatureValidat e()
    if (oState == 0)
      xfa.host.messageBox("You have not signed the form. \n\nPlease click OK and then click the signature field to sign the form. \n\nThank you!");

  • GRAC AC 10 CUP E-Mail Notification for Role Owner to approve

    Hello Experts ,
    I have my CUP working in such a way that role owners are able to go to their Inbox in UI>My Home . However I would like to send E-mail into their Inbox . Right now we are getting the e-mail only at the end of the request when the request is completed.
    What should be configured in MSMP ?  Following notification events defined for Process ID Access Request Approval Workflow
    Notification Event : END_OF_REQUEST Template ID : GRAC_AR_SUBMIT Recipient ID: Requestor
    For the stage Config ID GRAC_ROLEOWNER notification settings are :
    Not .Event : NEW_WORK_ITEM  Template ID : GRAC_AR_NEW_WORK_ITEM Recipient ID : Current Approvers .
    What else do I have to do .
    Reg,
    Anthony

    Hi,
    You will need to make sure that the submission and new work item notifications are activated in MSMP at the various stages and also make sure that the approvers are marked for both approval and notification at the agent assignments.
    I would also check to make sure that their emaill addresses are maintained correctly in the GRC system (the data sources will not pick up the approver email addresses automatically).
    Cheers, Simon
    Edited by: Simon Persin on Jan 25, 2012 6:27 PM

  • Rejected/Approved request not showing up for role owner

    Hi Experts,
    For some user ,approved/rejected/pending access request are not showing up in NWBC->My Home->Access Request Status.
    Its working fine for others.Although that user has approved and rejected the requests.But count still shows zero.
    I have validated that its not an authorization issue.Any suggestion on this is appreciated..
    Thanks,
    Mamoon

    Hi Mohammed,
    Thanks for quick response.But user(A) is role owner who has approved and rejected many access request.
    Although A has not created the access request but its another user (let say B). But how could role owner see what are the access request he has approved and rejected.Is there any functionality???
    Thanks,
    Mamoon

  • How to disable for Role Planner the option Sign-off ?

    Hello all,
    In Planning (System 9) we have the role Planner in Shared Services. When a user is assigned to this role he/she can choose between
    - Promote
    - Sign Off
    - Reject
    - Approve
    We want the users with the role of Planner only to Promote the Planning units in process management. The others should not be available.
    How to do this?
    Is there an option in the repository or somewhere else?
    Thanks in advance for your answers.
    Regards,
    Philip Hulsebosch
    www.trexco.nl

    I'm not aware of any way to limit the process management capabilities "out of the box".
    This sounds like an enhancement request.
    You may be able to update a .jsp script to make it work this way however that would be a customization that you would have to managed.
    Good Luck,
    -John

  • Spry validation disables Submit button

    Hey,
    I'm using spry validation on text boxes and dropdown menu's
    .. for some reason, on certain pages when the form is submitted and
    validated, if there's a problem with one of the fields, the submit
    button is disabled and won't enable again. Any ideas on how I can
    stop this from happening?

    Bump :o)

  • "Accept and Submit" button disabled

    I am trying to applying for Adobe Runtimes / Reader Distribution License Agreement but the "Accept and Submit" button is disabled on https://www.adobe.com/cfusion/mmform/index.cfm?name=distribution_form. I have tried everthing I could but unable to proceed. Please help. Thanks.

    One more thing: Since I did not have Safari installed on my office computer on which I was facing the problem, I tried at home on my home computer using Safari which worked. So, I do not know if the problem was with web browser only. It is also possible that on my home computer, I might have had another version of Java and/or different settings.

  • Disabled Submit Button

    At the time of submit the submit button is disabled. Is there a way to disable this functionality for certain form?

    by default, on nextensio forms, it is done automatically, but what you seek is done by javascript. something like:<br /><br />I found this here: http://www.houseofscripts.com/scripts/javascripts/disablebut.htm <br /><br />As you can see, this code allows us to do disable any button - either Submit or Button.<br />Just add onClick="Disab (1)" <br /><HTML><br /><HEAD><br /><br /><SCRIPT LANGUAGE="JavaScript"><br /><br />function Disab (val) {<br /><br />if(val=="1") <br />{form1.Submit.disabled=true}<br /><br />if(val=="2") <br />{form1.Button.disabled=true}<br />}<br /><br /></SCRIPT><br /><br /></HEAD><br /><BODY TEXT="000000" BGCOLOR="FFFFFF"><br /><br /><FORM name="form1" method="post" action=""<br />enctype="text/plain"><br /><input type="submit" name="Submit" value="Submit" onClick="Disab (1)"><br /><input type="button" name="Button" value="Button" onClick="Disab (2)"><br /></FORM><br /><br /></BODY><br /></HTML>

  • Custom validation is disabling submit button

    Hi there,
    I am using the update/insert feature within ADDT, but wanted to use my own validation using JavaScript. Everything works fine, the validation pop-up works etc, but the submit button is disabled. I'm guess that the transaction has started with the ADDT, but the javascript has stopped it. How can I get around this? any suggestions welcome...
    Thanks in advance...

    Hi,
    Have you tried different browsers to double check. I remember a couple months ago I was helping someone with a similar problem, it worked in one browser fine but not the other so we had to rewrite the code. Initially the code looked fine but just didnt work in IE.

  • Disabling submit button after resetting the form.

    Hi. I'm new to JSF/Richfaces and there's something I'd like to do that I just can't figure out.
    Currently, I have a form with various fields to be edited, and the standard Submit and Reset buttons. The Submit button is disabled until a user changes a value on the form, and then I enable it using an A4J event. My problem is that I would like to disable the submit button again if the user clicks Reset. I'd like this to be completely client-side if possible, which I understand would require some javascript to implement, but I haven't been able to come up with a solution that works. Does anyone know how I could do this (with an example, preferably)?
    It's a pretty simple scenario, but here's the button code anyway:
    <h:commandButton id="submitButton" value="Submit" action="#{dataBean.submitForm}"
      disabled="#{! dataBean.pageEdited}" />
    <h:commandButton value="Reset" type="reset">
      <a4j:support event="onmouseup" reRender="submitButton" />
    </h:commandButton>

    I see, thanks! I looked up another example on using the DOM (I told you I was new!) and created the following javascript function, and it worked perfectly. I like that it automatically re-renders the button too so I don't need an A4J event.
    function disableSubmitOnReset(){
      document.getElementById('main_form:submitButton').disabled = true;
    }Definitely as simple as I figured it would be. :P

  • How to remove submit buttons on workspace and use submit buttons on PDF instead?

    I am working with LiveCycle ES2. I will get submit buttons automatically render on workspace according to routes i designed after User component. However, I do not want that submit buttons on Flex. I would like to use submit buttons on PDF as designing in LiveCycle Designer.
    Could you please give a suggestion on this?
    Mac

    You would also want to ensure that the Adobe LiveCycle Form Bridge is not on the form.
    Here are some scenarios, from the Workbench help, which may help:
    If your process uses Adobe XML forms (XDP files), you can render the form to PDF and then use the Inject Form Bridge operation. To render to PDF, you use the renderPDFForm operation that the Forms service provides.
    Workspace ES provides a Complete button that users click to submit their forms. However, forms can also include submit buttons. When the Inject Form Bridge operation is used on a form, Workspace ES either hides the submit button, or disables the Complete button.
    Form design
    Result
    Design: The form includes no submit button.
    Result: Workspace ES disables the Complete button and users cannot submit the form.
    Design: The form includes one submit button.
    Result? Workspace ES hides the submit button and enables the Workspace ES Complete button.
    Design: The form includes a button (indirect submit) that points to a submit button (direct submit)
            Indirect-submit buttons always take precedence over direct-submit buttons, even if multiple submit buttons exist. Workspace ES always shows the indirect submit buttons.
    Result: Workspace ES hides the submit button and enables the Workspace ES Complete button.
    Design: The form includes multiple indirect-submit buttons that point to one or more direct-submit buttons.
    Results: Workspace ES disables the Workspace ES Complete button. The user must click the appropriate button on the form to submit it.
              The user can still save a draft version of the form or take the form offline
    Design: The form includes either an indirect- or direct-submit button in a repeating subform.
    Result: Workspace ES excludes these buttons for submitting the form in Workspace ES.
    Note: When the submit button that was added to the form design with the Process Fields form object to the form design is hidden, the button still provides the functionality for submitting the form.
    Submit requests are handled by Workspace ES, which acts as an intermediary between the LiveCycle ES server and the form. Also, forms can be used both offline and online.
    Hope that helps.

  • Mouse Clicks' Queue when Button is Disabled

    Hi, I was wondering about the Disable property for UI
    Components.
    In the docs it says that when the component is disabled it
    ignores all
    interaction whatsoever - in particular - user interaction.
    In my case, the button is disabled for a few seconds right
    after it
    was clicked by the user (I disable it till the httprequest is
    returned
    and then enable it).
    What happens is that if the user clicks the button while it's
    disabled
    - nothing happens. But when the button turns enabled - it
    acts as if
    it just got the click event.
    It seems like the mouse click event went into this queue and
    the
    button listened to it right after to turned enable?
    Am I correct? If so - how can I prevent this problem?
    If I'm wrong, what's the reason for this? And again, how can
    I sort
    this so the user can't send mouse clicks to the button when
    it's
    disabled??
    Many thanks :)
    Gilad

    "giladozer" <[email protected]> wrote in
    message
    news:gnbng6$o6m$[email protected]..
    > Hi, I was wondering about the Disable property for UI
    Components.
    > In the docs it says that when the component is disabled
    it ignores all
    > interaction whatsoever - in particular - user
    interaction.
    > In my case, the button is disabled for a few seconds
    right after it
    > was clicked by the user (I disable it till the
    httprequest is returned
    > and then enable it).
    > What happens is that if the user clicks the button while
    it's disabled
    > - nothing happens. But when the button turns enabled -
    it acts as if
    > it just got the click event.
    > It seems like the mouse click event went into this queue
    and the
    > button listened to it right after to turned enable?
    > Am I correct? If so - how can I prevent this problem?
    > If I'm wrong, what's the reason for this? And again, how
    can I sort
    > this so the user can't send mouse clicks to the button
    when it's
    > disabled??
    No idea about whether you're correct or wrong, but you might
    want to try
    setting mouseEvents = false on the button and see if that
    helps.

Maybe you are looking for

  • How to create a report where records are seperated

    Hi I am busy creating a Shareholders GL Account CR based off OACT, OJDT, JDT1. The fields to be displayed on the report will be OJDT.RefDate, OJDT.Memo, Amount (Formula = JDT1.Debit - JDT1.Credit), Balance (Running Total based off @Amount field, summ

  • How do I get the latest download of itunes for windows 7

    So I have windows 7 and I've got the notification for the latest up date for iTunes and I tried to download it several times but always said error. So I decided to uninstall it and install iTunes again but now when I'm trying to reinstall it, my comp

  • Premiere pro cc having trouble with color corrected clips

    I've been working on a project for a few days and today when I opened premiere pro it gave me a warning about what software it had been running with and how it was no longer available. I'm sorry I've already forgotten the name of the software, but I

  • Introspector.getBeanInfo throws StringIndexOutOfBoundsException

    Hi all, the following code throws a "java.lang.StringIndexOutOfBoundsException: String index out of range: -3" error. OtherClass myclass = null; Class klas = Class.forName(myClassName); myclass = (OtherClass) klas.newInstance(); BeanInfo beanInfo = I

  • Need Procedure code

    Hi all, I am having a scenario where input will be in a string, delimiter is ','. I can say my requirement is similar to this. I am basing my requirement on employees table. output parameter should be employeeid. How should my code look like for a pr