Service request become comleted when the activity be comleted

hello i have strange behavior when any activity either MA or RA that part of Service request become completed the all service request be completed as well and this will be done automatically.
any advice
Ahmed Ali

Like Andreas said, but to rephrase it. By design, you complete SRs by completing all activities that the SR is inked to. So if you only have 1 RA or 1 MA in your SR and you complete the activity, within 30 sec or so, the SR will be completed.
You need to design your SRs with activities to fit your workflows for that particular type of SR, for example start with a RA and then one MA, sometimes you might need 3 MAs if the activities are to be completed by different staff members.
But in the end, when all activities are completed, the SR will be considered completed. 
If you want, you should be able to add an activity to the individual old SR, this will revert the particular SR back to In Progress after about 30 seconds after adding it.

Similar Messages

  • Create Service Request to open for the incident number we pass

    I want to call open Service Request form(Form:CSXSRISR) with details of incident number already loaded.
    I am trying to pass parameters like request_id, p_incident_id ,... When the form opens it says no such parameter is there. Is there any way to open a create service request form with the service request loaded for the incident number we pass

    Hi Joaquin,
    Thank you for answering. I already tried: I select the line with the email in the Inbox, I press Interact (the account is automatically recognized and I am asked to confirm it), I confirm the account and then I navigate to "Service Request" workcenter: a new Service Request is displayed, with the employee responsible and the customer automatically filled. However, I can see no data regarding any attached email in any of the Service Request tabs (even if I save or select "End").
    After your answer, I tried the same procedure with the "Service Ticket" and noticed that the email is correctly displayed as an Interaction Record under the Business Content tab for the Service Ticket: since you confirmed that this should work also for Service Request, I guess there's something wrong in my customizing settings and now I will search for errors.
    Thanks for your help.
    Best regards,
    Laura.

  • Display Service Request Detail screen when saving a Service Request

    I have created a weblink that creates a new service request with the Contact field already populated.
    Is it possible to stop the application from returning to the contact detail page when I save the Service Request. Ideally I would like to display the service request detail page when I save a service request.
    Thanks.

    The first button option is useful if the table to maintain is a "Customizing" type, and you need to transport easily its values. If the table is of type "Master Data" or even "Transactional data" then  the data has not to be copied between environments.
    Sample :
    T001 - Customizing => Transport requests
    MAR - Master Data => No transport
    I think that your table as no client "MANDT" fields, so the program asked for a "workbench" request and not a "Customizing" one.
    Regards

  • [svn:fx-4.0.0] 13615: fix airframework/build. xml so the en_US _rb does not become corrupt when the other. locales target is run.

    Revision: 13615
    Revision: 13615
    Author:   [email protected]
    Date:     2010-01-18 20:59:14 -0800 (Mon, 18 Jan 2010)
    Log Message:
    fix airframework/build.xml so the en_US _rb does not become corrupt when the other.locales target is run.
    -removed the redundant en_US call in the other.locales target
    -added a clean for locales that will only remove the locale being built before rebuild - not all of the locales
    -add updated dita that does not contain spark references
    QE notes: 
    Doc notes:
    Bugs: no but Pete and I discussed briefly
    Reviewer:
    Tests run: doc and other.locales
    Is noteworthy for integration:
    Modified Paths:
        flex/sdk/branches/4.0.0/frameworks/projects/airframework/build.xml
        flex/sdk/branches/4.0.0/frameworks/projects/airframework/bundles/de_DE/docs/packages.dita
        flex/sdk/branches/4.0.0/frameworks/projects/airframework/bundles/fr_FR/docs/packages.dita
        flex/sdk/branches/4.0.0/frameworks/projects/airframework/bundles/ru_RU/docs/packages.dita
        flex/sdk/branches/4.0.0/frameworks/projects/airframework/bundles/zh_CN/docs/packages.dita

    What kind of projects are they (Struts/JSF/Hibernate)? Does the working project differ in any way with other two apps?
    What exactly is not working? Are they recognized by workshop as Struts/JSF/Hibernate app?
    Please send the .log to [email protected]

  • Blue row color is becoming white when the mouse is over the blue rows

    Team,
    I am using blue theme. I want to accomplish word wrap in all the columns.
    In "Standard, Alternating Row Colors", I have changed the following:
    Column Template 1:
    <td style="padding-top: 2px; padding-bottom: 2px; padding-left: 5px; padding-right: 5px; border-style: solid;border-width:
    1px 1px 1px 1px;width:90pt;word-wrap: break-word;"#ALIGNMENT#>#COLUMN_VALUE#</td>
    Column Template 2:
    <td style="background-color:#BEE2FD; padding-top: 2px; padding-bottom: 2px; padding-left: 5px; padding-right: 5px;
    border-style: solid;border-width: 1px 1px 1px 1px;width:90pt;word-wrap: break-word;"#ALIGNMENT#>#COLUMN_VALUE#</td>
    This gave alternate rows white and blue with wrap.
    But my blue row color is becoming white when the mouse is over the blue rows. Can any body help?

    I had the "#6CAAD9" in:
    Background color for checked row: "#6CAAD9".
    I removed that. But still it didn't work. any help?

  • Service Requests-Business days when year changes

    Hi All,
    I am trying to calculate for how long a SR has been open in business days only.
    I have successfully used Mike Lairson's formula for the last 9 months but it seems it cannot cope with year changes. If the begin data is in 2009 and the end date in 2010, the results are not correct anymore.
    E.G. For an SR that was opened on 12/30/2009 and closed on 01/05/2010 should return 5 business days but it is actually returning 110.
    The syntax that I used so far is:
    (CASE
    /* Convert Sunday to the Business Day Of the Year */
    WHEN DAYOFWEEK("Service Request"."Closed Date and Time") = 1
    THEN (DAYOFYEAR("Service Request"."Closed Date and Time") - WEEK("Service Request"."Closed Date and Time")) -
    (WEEK("Service Request"."Closed Date and Time") - 2)
    /* Convert Saturday to the Business Day Of the Year */
    WHEN DAYOFWEEK("Service Request"."Closed Date and Time") = 7
    THEN (DAYOFYEAR("Service Request"."Closed Date and Time") - WEEK("Service Request"."Closed Date and Time")) -
    (WEEK("Service Request"."Closed Date and Time") - 1)
    /* Convert Mon-Fri to the Business Day Of the Year */
    ELSE (DAYOFYEAR("Service Request"."Closed Date and Time") -
    WEEK("Service Request"."Closed Date and Time")) +
    (2 - WEEK("Service Request"."Closed Date and Time")) END)
    (CASE
    /* Convert Sunday to the Business Day Of the Year */
    WHEN DAYOFWEEK("Service Request"."Opened Date") = 1
    THEN (DAYOFYEAR("Service Request"."Opened Date") -
    WEEK("Service Request"."Opened Date")) -
    (WEEK("Service Request"."Opened Date") - 2)
    /* Convert Saturday to the Business Day Of the Year */
    WHEN DAYOFWEEK("Service Request"."Opened Date") = 7
    THEN (DAYOFYEAR("Service Request"."Opened Date") -
    WEEK("Service Request"."Opened Date")) -
    (WEEK("Service Request"."Opened Date") - 1)
    /* Convert Mon-Fri to the Business Day Of the Year */
    ELSE (DAYOFYEAR("Service Request"."Opened Date") -
    WEEK("Service Request"."Opened Date")) +
    (2 - WEEK("Service Request"."Opened Date"))
    END)
    +
    /* Adjust for Year Change */
    (365 * (YEAR("Service Request"."Closed Date and Time") -
    YEAR("Service Request"."Opened Date")))
    Any ideea or hint would be highly appreciated.
    Thank you.
    Regards,
    Dorin
    Edited by: user805960 on 06.01.2010 07:07

    Hi,
    i used this formula to find out the days it calculates between 31/12/2009 and 01/01/2010, the result it gave was 106 days.
    So i subtracted 106 from 365 days (365-106=259)in the formula, the formula is now giving the correct values.
    I think we have to add the total working days and not the no.of days in a year.
    Please can you all reconfirm the results.
    Thanks
    Neena
    Edited by: NNK on Jan 11, 2010 3:16 PM

  • Call a function when the active document is closed

    Hi friends
    I have a portion of my script (at true a specific function) that I´d need to be executed every time the user close the app.activeDocument in Photoshop.
    I know there´s a Photoshop script called "Script Event Manager" where we can associate actions and scripts with events (like closing the document). I´d not like to use this script because..as I told...it´s not my entire script to be runned when closing a file..but only a function.
    Tried to search in the Script Event Manager for any event called "onClose" () but sure there´s nothing.
    How could I insert an event in the body of my own script that calls a function every time user close the active document?
    Thank you a lot for the help
    Best Regards
    Gustavo.

    As I said before the close event is really not that useful. In addition to the document already being closed the event descriptor will only have the path to the closed file if it was saved as part of the close event.
    But if you want to play around with this to see if it will be helpful to you here is one way. You will need to add the notifer. This only needs to be done once unless it is removed.
    app.notifiersEnabled = true;
    app.notifiers.add( "Cls ",new File('~/desktop/closeEventHandler.jsx') );
    Then for the event handler script, something like this.
    try {
        if (arguments.length >= 2) {
        var filePath;
        var desc = arguments[0];
        if( desc.hasKey( stringIDToTypeID('in') ) ) filePath = desc.getPath(stringIDToTypeID('in'));
        if( filePath != undefined ) alert( decodeURI( filePath ) );
    } catch (e) {}

  • Automatic goods issue when the activity is confirmed not happening

    Dear all,
    I am facing one issue. I have attached a backflush item to the activity. The stock is also available for that material. But when i do the activity confirmation that material is not getting issued automatically.
    Can anybody tell me what could be the reason.
    Regards,
    Sudhir Kesarkar

    Thanks jibat,
    As you suhggested i have checked in cogi. The error appearing there is 'Maintain valuation type'. This occured because the material is split valuated and we have to maintain the valuation type. But is there any way to automatically flow valuation type to the material attached to the activity.
    Regards,
    Sudhir

  • Event trapping when the active document changes

    Hi all,
    Apologies if this question has been asked / answered before. I don't get out much.
    Is there any way, in ExtendScript, to get an event when the user brings a different document to the front? Something similar to the "beforeOpen" event, but which fires when the activeDocument changes?
    Seems to me that something like that would be quite handy. But then, maybe I'm just odd.
    Thanks,
    Chuck

    Well, I'll answer it...
    There is no way to do it with ExtendScript and InDesign alone.
    You can do it (and I do in one app I've written) with APID from Rorohiko. In fact, I use APID as my primary event engine.
    Events I routinely use from APID:
    subjectCreated - when a frame or something has been created.
    subjectDelete - same, but
    subjectModifed - when an object has been modified
    subjectModifed-text - when a text object is reflown
    docSelected
    docDeselected
    selected - a page item is selected
    deselected - a page item is deselected
    Regards
    Bob

  • Notified when the active page changes

    Hello,
    We have a panel that displays the content of script lables. A script label can be added to a page.
    How do we determine the current page? The page might be selected from the from the pages panel and might not have any items on the page. Our ActiveSelectionObserver is not being called when the visible page is being changed.
    Thanks.
    P.

    Well, I'll answer it...
    There is no way to do it with ExtendScript and InDesign alone.
    You can do it (and I do in one app I've written) with APID from Rorohiko. In fact, I use APID as my primary event engine.
    Events I routinely use from APID:
    subjectCreated - when a frame or something has been created.
    subjectDelete - same, but
    subjectModifed - when an object has been modified
    subjectModifed-text - when a text object is reflown
    docSelected
    docDeselected
    selected - a page item is selected
    deselected - a page item is deselected
    Regards
    Bob

  • Custom web parts in SharePoint 2013 becomes inactive when the session is idle for long time.

    Hi,
    We have a search center site with custom web parts and custom master pages. When the session is inactive for long time all the custom web parts in the page doesn't work, unless we close the browser and open it. Where as this is not the case with the
    OOB web parts. We are not able to identify the root cause as it works with OOB web parts and not the custom web parts.We were able to find that by increasing the session timeout of the web application we can avoid this issue.We do not want to increase the
    session timeout as the OOB web part works perfectly even when the user session is idle for long time.Is there any other alternative where we can acheive the same for custom web parts when the session is idle for long time?
    Thanks,
    Saranya

    Hi Saranya,
    According to your descirption, my understanding is that when the session is long time idle ,then custom web part will not work.
    I suggest you check if you have enable the session in the Page Level in the web.config. By default SharePoint disable the session state.
    In the web.config, you will see <page enableSessionState> tag. You can modify like below and test if it works.
    <pages enableSessionState=”true” ….. />
    Here is a detailed thread for your reference:
    Use Session State in SharePoint
    Best Regards
    Zhengyu Guo
    TechNet Community Support

  • What to do when the activating window says that your serial number is invalid?

    I wanted to use photoshop on my new computer, i followed the instructions and deactivated the program on my old computer,
    but when I installed it on the new and wanted to activate the license it said the the serial number was invalid! What should i do to make i work?

    OK, you're doing it correctly then.
    Some users try reading it from the System Info under the Help menu inside Photoshop, and that's when they end up with a truncated serial number.
    Unfortunately, only Adobe customer service can assist you with your issue. These are user forums; you are not addressing Adobe here.
    Click on the link below, and after that click on "Still need Help? Contact us."
    Then on the next page, click Chat.
    There is also a phone option. 1 (800) 833-6687
    http://helpx.adobe.com/contact.html?step=PHXS_downloading-installing-setting-up_licensing- activation

  • Internal service request only supported when object exists

    Hi SDN,
    I am working on Work Environment in ESS. I am getting following exception when click on Request Repair, Request Change and Report Loss buttons.
    How to resolve this. Please provide me solution.
    regards,
    Sree.

    Hello Siddharth and Lukas,
    I have been facing this same issue for a while now and I tried it using content admin and using a user with sap_all and sap_new profiles, but, still the same issue persists.
    Do you think this could be a business issue? And if yes, how can it be fixed? Where do I start?
    And no trace of the error on NWA or st22. Your help is appreciated.
    Regards,
    Motaz

  • The sound and video become unsynchronized when the off-line recording was created.

    Hello,
    I recorded a 1.30 hour meeting by using Adobe Connect. I want to edit the file and split in small time. So I save the recording in local by clicking "Make Offline". When I play back the file from local, the sound and video become unsynchronized.
    Any idea and how to sort it out.
    Thanks in advance,
    Nicho

    As I recall, there is an issue with Windows 8 and the offline recording function. Not sure if you are using Windows 8, but it may be worth trying to do it on another computer.
    However, before you go down that road, know that the FLV versions of the meeting recordings are notoriously difficult to edit. If you don't need to have the recordings in a different format, I would recommend that you do the following instead (will be much faster overall).
    Take the URL for your meeting recording and add /output/YourNameHere.zip?download=zip. You can name the zip file whatever you want. This will pull the recording source files down to your local computer. Next, browse to a desired location in your Content library in Connect and re-upload that zip file. You can name it whatever you want, and even create a custom URL for it. Once it is uploaded you will have a second version of the same recording on your server. Just re-upload that zip file as many times as needed. You can then edit each version of the recording separately, allowing you to create as many versions of the recording as needed.

  • So i just reset my iphone but when the activation screen came up i put in my i cloud info but i forgot the email password for it

    PLEASE HELP MEEEE!!!!!!!!!!!!!!!! I just reset my iphone 5 ios7 and i came up onto my activation screen i put in my things but then it said this account has been disabled so i go online to enable my account again    (i made a new icloud thats why it said disabled) but it said i needed to put in my icloud email so i put it in but i forgot my icloud email password (the old one) how can i fix this problem

    Contact the Apple account secuity team for assistance: http://support.apple.com/kb/HT5699.

Maybe you are looking for

  • Is BAdI the right tool for us?

    Hello, we are building a custom component which generates postings that are later dispatched to FI. The component's customizing defines Posting Activities in different variants/versions that create those postings. Every Posting-Activity-Variant is im

  • Link to a PDF or a html page created in word

    I have a htm file created in word on my computer. (It is a table). How do I link that file? Can I link a PDF? Thanks.

  • Will this imac be suitable for Aperture?

    I am looking to upgrade to a new mac but can't afford the Power Mac G5, will the following support Aperture and to what level of performance can I expect. No one at any apple stores have any answers and there are no machines to test with. Here is the

  • CS4 Photoshop & Flash crashing

    I've been using cs4 with OS 10.6.7 for almost 2 years and now it's starting to crash.  If the crash reports are being sent how do I get support other than the paid version since I don't have CS5?

  • How do I get the back button in Safari to work again?

    The back button stopped working. I can only refresh the page. To go back I need to go up to History, and click back. I loved it when the back button worked. Any suggestions? I have a MACBook and Leopard