ISupport - Service Request Update page Progress section

Hi folks,
iSupport 11.5.10.2
On iSupport's Service Request Update page (IBU_CF_SR_190_G), is there any way in the Progress section to display only certain kinds of information? For example, right now, Progress section displays Notes, Status Changes, Severity Changes etc. Is there a way to display, say, only Notes?
Kind Regards.

Steps to do the configuration:
1.Login to EBS
2.Select the Application Developer Common Modules Responsibility.
3.Selct the Region Function.
4.Query for IBU_CF_SR_DTL_PROGRESS_TABLE region.
5. Using this region you should be able to enable only Notes to show up in the progress region.

Similar Messages

  • Display additional fields in Service Request detail page

    Hi All,
    Is it possible to display some fields like Account Type, Contact Type etc. in Service Request detail page?
    Service Request Field Edit page only allows to add default value to the newly created field, that's not the result that I needed.
    Any suggestions are appreciated.

    Bruce,
    There's a function called joinfield value that will allow you to bring across information from those pages, if you email me (alex.neill@{see profile}) I'll send you the document.
    cheers
    Alex

  • Service Requests remain In Progress when all Activities are Completed

    Hello Experts, we're periodically finding Service Requests remain In Progress, when all Activities within the SR are Completed.
    Specifically this is happening when a RB Activity within the SR template has generated an Incident and attached it to the SR, and all of the Activities within the SR are Completed prior to the Incident being Closed.
    Has anyone run into this situation?
    Even if we had means to easily find this scenario in our system that would ease our pain -- is it possible to use PowerShell to return all Service Request's which are In Progress but have all child Activities marked as Completed?
    Thanks!

    I've run into a couple of Service Request status issues. I'm convinced the SR status workflows are not as well designed as the other out of the box work item workflows. I've recently run into a problem with Service Requests failing to start (i.e. stuck forever
    in New status) depending on how they were created, and Here's a similar script i used to address the SR's jumping to completed bug from early in 2012.
    import-module smlets
    #Variable Setups
    $SRCompleted = Get-SCSMEnumeration ServiceRequestStatusEnum.Completed$
    $SRCompletedID = $SRCompleted.id
    $SRInProgress = Get-SCSMEnumeration ServiceRequestStatusEnum.InProgress
    $ACCompleted = Get-SCSMEnumeration ActivityStatusEnum.Completed$
    $ACSkipped = Get-SCSMEnumeration ActivityStatusEnum.Skipped$
    $SRClass = Get-ScsmClass System.WorkItem.ServiceRequest$
    $ContainsActivity = get-scsmrelationshipclass System.WorkItemContainsActivity$
    $SRReset = $False
    #Get SR in question (from workflow params)
    $SR = get-scsmobject -class $SRClass -filter "id -eq $ID"
    #Get all children relations.
    $ChildREls = Get-SCSMRelationshipObject -BySource $SR | ? {$_.relationshipid -eq $ContainsActivity.id -and $_.IsDeleted -eq $False}
    #if there are children (don't reset SRs that don't have activities)
    if ($ChildRELs) {
    foreach ($childREL in $ChildRELs ){
    #Get Activity from child relation.
    $ChildAC = (get-scsmobject -Id $childREL.TargetObject.id)
    if (!($ChildAC.Status -eq $ACCompleted -or $ChildAC.Status -eq $ACSkipped -or $ChildAC.Skip -eq $True)) {
    $SRReset = $True
    if ($SRReset) { Set-SCSMObject $sr -Property Status -Value $SRInProgress }
    the important part of that script is the bit where i'm walking each child and checking it's status. you could adapt this to your situation with some framing adjustments. 

  • BROKEN Service Request Manager Page!

    Well I need support but the "Service Request Manager" Page is broken (Goto https://sine.ni.com/srm/app/myServiceRequests and Press "Open a New Service Request").
    Im getting an apache error page "java.lang.NullPointerException"...
    Am I the only one or is it broken for you guys, too?

    clementw wrote:but I wasn't able to figure out how you can mark a thread as 'solved' (Actually, do I even have the rights to do so? ).
    You started the thread.  So you can choose which post to mark as the solution.  I'd say you should mark the repsonse from NI as the solution.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • Service Requests stuck In Progress

    I have about 20-30 service requests that are stuck in the In Progress state. The activities on the Service Request have been completed.
    I have tried restarting the services below and deleted the HealthServiceStore.edb file in the folder C:\Program Files\Microsoft System Center 2012 R2\Service Manager\Health Service State\Health Service Store
    Microsoft Monitoring Agent
    System Center Data Access Service
    System Center Management Configuration
    I have everything to my knowledge short of rebooting the server. Is there anything else I can try?

    I wrote a blogpost on how to detect stuck SR using a script, and a script that will kickstart it again (some requests have activities that are stuck in pending which is even worse). Also finds the ones with all completed activities but SR is still active.
    http://codebeaver.blogspot.dk/2014/07/restarting-workflow-scripted.html
    @Thomas
    Didn't know you could use -Value "Closed" as this is an enumeration. Anyways, if you wan't to be language-independent you can use (free from memory - not tested)
    $ClosedStatus = Get-SCSMEnumeration ServiceRequestStatusEnum.Closed # Something like this :D
    $SR | Set-SCSMObject -Propertyhashtable @{Status = $ClosedStatus}
    Cheers,
    Anders Spælling
    Senior Consultant
    Blog:  
    Twitter:   LinkedIn:
    Please remember to 'Propose as answer' if you find a reply helpful

  • SCSM 2012 R2 - Activities have been completed but Service Request staying In Progress

    I have noticed that a number of service requests that are shwoing with the status as 'In Progress' have actually had all the related activities resolved.
    Once the activities are all closed the request should automatically go to Compelted, why is this not happening on some of my Service Request????
    tamrep

    There were in deed some needing attention under activity status changed, but no errors showing in the log.
    I re-ran them all and they succeeded so maybe this was it. Have you come across it before? I'll need to keep an eye on this.
    There wasn't anything requiring attention under Service request Status changed, which i was surprised with.
    tamrep

  • Inbox Search - status for service request not updated

    Hi,
    In inbox search, the status change for a service request does not reflect until the user log offs or opens the service request in edit mode. PFB the steps followed. (Two users are monitoring the service request but is being processed only by one)
    Web UI window 1(User 1): I open the inbox search result page. Service requests are displayed with the status field
    Web UI window 2(User 2): In a separate window, the service request is approved by changing the status of the service request to Approved.
    Web UI window 1(User 1): In the inbox result screen, i click on search for the same search criteria, but still the old status of the service request(updated in window 2) is displayed.
    Observation:
    1. If I open the service request, the service request still has the old status. If i click on edit, the new status is displayed. If i click on Back button (without clicking on edit), the new status is refelected for the service request in the inbox result page now.
    2. If I log off and again open the inbox result, the new status of the service request is reflected.
    3. The status of the service request is updated in the database immediately user 2 changes the status.
    There is no enhancement done for the inbox search. The behavior is for standard inbox result.
    Please provide any pointers to resolve this issue.
    Regards,
    Radhika
    Edited by: Radhika Chuttani on Jan 5, 2011 7:13 AM

    Radhika,
    This is standard behavior in the SAP inbox. The reason is that SAP buffers search results in the Inbox in order to improve performance. So even though you hit "search" again, SAP does not update the search results because this search has already been executed in this session. Clicking "End" or logging off refreshes the buffer.
    SAP released a note to update the "Responsible Employee" in the Inbox without requiring the user to log off. You can see their explanation and the solution here:
    https://service.sap.com/sap/support/notes/1465966
    If you want to enable inbox refresh every time a search is executed, you will probably have to do custom coding. My guess is that you may be able to leverage the CRM_IC_INBOX_BADI. Let me know if this much info is enough or if you want further details on how to technically achieve this.
    Rahul

  • Web Service Requests... how many per page

    Can you only have 1 web service request per page within APEX. I'm guessing so, because I get an HTTP 404 error when I create two or more web service requests on a page?

    Can you have a look at the mod_plsql log file to get the error why the 404 is raised.
    thanks
    Patrick

  • How to call Badi - CRM_ORDERADM_H_MERGE only on saving of service request.

    Hello CRM Experts,
    I am trying to change value of a field - "object_id" of table "CRMD_ORDERADM_H" while creation of a service request. I am doing this by implemeting BADI - CRM_ORDERADM_H_BADI, method - CRM_ORDERADM_H_MERGE. In this method I am creating a new number and updating it in Object_id field of orderadmh table. This badi is getting called on every button click like - NEW, SAVE, even on pressing enter in service request creation page.
    But I want to execute the code written in this method only on clicking SAVE button in web ui. But I am not able to find a way to do so.
    Please suggest something.
    Thanks,
    Pooja

    Actually another way of doing this would be to create a new BTE function module instead.  You can control the timing so that the function module will only fire once upon save if you configure the correct event timing.
    To find out more on how to use this do a search here on CRMV_EVENT or run that transaction code in your system and click on "read this information".
    For a bigger hint you would target:
    Transaction Category - BUS20001 - or specific category that you need.
    Execution TIme - 78 Before Saving
    Object - ORDERADM_H
    Event - BEFORE_SAVE
    Attribute <*>
    or perhaps
    Execution TIme 88
    Object ORDERADM_H
    Event - INIT
    or even:
    Execution time - immediately
    Object ORDERADM_H
    Event AFTER_Create
    In either case the call callback would be of type C call  once per transaction
    I would do an CRMV_EVENT_TRACE to figure out where to put this, but that's my best ideas.
    Take care,
    Stephen

  • Note type not visible in Creation of Service Request

    Hi there!
    I am experiencing this OAF issue:
    When creating a new Service Request there is a section "Problem Description" where we can see DFF, Summary and Notes.
    The Notes region I can see is extended from another Region where there is the Notes Type and the actual Note to be entered (TextInput). But when creating a new Service Request I cannot see the Note Type messageChoice and don't know why. If I open the personalization page by clicking on "Personalise Page" link Ican see the Note Type item and it's visible according to the information but I still cannot see it. Is there any setup here that is used in the controller to hide the item? Is there something else happenning? Please, help.
    //Patricia

    Hi!
    I discover that both Note Type and status are set to rendered=false in the controller. That's the answer. I have to check I customer needs to see those or if they can live with it as is. Question is why arethey invisible in Service Request entry?
    //Patricia

  • SCSM 2012 R2 Portal - Publishing Service Request and Change Request.

    Dears,
    Sorry for this questions, it is very basic.
    I want links on how to create below things:
    Create Cataloge about Services we provide such: Create VM, Delete VM, Create User and Mailbox, Add user to group
    How to publish this request to Portal
    Create Change request approval flow such: approve creating user and mailbox
    How to publish above change request
    Thanks

    In addition to Thomas and regarding your assumption "I am not sure if the books help on this points":
    In the
    Microsoft System Center 2012 Cookbook in the chapter 5 starting on page 148 the detailed steps "how to create a request offering for a new user request" are described.
    Each recipe in this chapter describes how to setup a request offering with all related components to get this done.
    The recipes you need in this chapter are:
    Creating Service Request templates, page 148
    Creating Service Request activities, page 151
    Creating Service Offering categories, page 157
    Creating Service Catalog Request offerings, page 159
    Creating Service Catalog Service offerings, page 167
    Publishing Service offerings and Request offerings, page 176
    Working with Service Requests in the portal, page 183
    Creating Service Request notifications, page 187
    There is only one minor mistake in this chapter on page 153:
    "Unanimous (only one reviewer
    needs to approve)" -> it must be "Unanimous
    (all reviewers
    must approve)"
    I am pretty sure the recipes will work because I wrote the chapter. And sorry for the mistake on page 153! ;-)
    Andreas Baumgarten | H&D International Group

  • Create a view - All Service Requests that contain a Completed Review Activity

    In the Service Manager 2012 console, is it possible to create a view that displays Service Requests, with the view criteria being something like as follows:
    Service Request status is In Progress
    Service Request contains a Review Activity where the Review Activity status is In Progress
    My intent is to provide a way for Service Desk Operators to be able to identify requests that are ready for implementation.
    From what I'm seeing in the console, this sort of view is not possible as it appears that any view criteria must be derived from the view's target class.

    Nothing like a bit of thread necromancy in the morning.
    It turns out the solution to this question was quite straight forward (once you know where to look...)
    The trick is creating a view based on one of the Service Request combination classes rather than the basic class itself, and then rephrasing my requirement after realising that what I was really after was a view containing Requests that have an In Progress
    Manual Activity.
    So...open the console, go to Work Items, right click on
    Service Request Fulfillment and select Create View
    On the General tab, give your view a name and select a Management in which it will be stored.
    On the Criteria tab, click Browse to select a specific object class.  Change the
    Frequently used basic classes filter to Combination classes then enter 'Service Request' in the filter field.
    Pick the Service Request and Activity class.
    Now when configuring the criteria, you'll notice a little arrow next to the
    Service Request class. Click on this arrow to expand the node, and select the
    Contains Activity class.
    Under the Available properties box, enter 'Status' in the search field. In my environment, I got two Status fields. Each corresponds to a specific Activity class. Select both of them and click
    Add.
    One of the Criteria will look like 'Contains Activity[Activity]Status'. Keep this one and delete the other from the Criteria box. Change the value to 'Completed'
    While we're at it, select the Service Request class and add a criteria for the Service Request Status = 'In Progress'.
    Click on the Display tab and select whatever fields you want to display in this view.  Click
    OK to save this view.
    Now go to the Administration workspace and select the
    Management Packs node. Export your management pack that contains your view and open the management pack in a text file viewer. Notepad++ works for me...
    First search for the string that you used to name your view. It will be found towards the bottom of the MP in a DisplayString element in the LanguagePacks XML element. This element will have an ElementID.
    Select the ElementID and search the entire file for this string. You want the instance that resides within a Presentation | Views | View element. From this point, scroll down until you get to a Criteria element. Within the Criteria element you will find
    the two Expressions that were entered via the GUI. One of the Expressions corresponds to the Service Request.Status=In Progress criteria, the other corresponds to the Activity.Status=In Progress criteria. We will be changing the Activity criteria so that it
    explicitly refers to a Manual Activity.
    Identify the Expression that has the Property containing the string 'System.WorkItemContainsActivity'. We will be changing the TypeConstraint attribute of this criteria.
    In this line, Replace the string 'System.WorkItem.Activity' with 'System.WorkItem.Activity.ManualActivity'
    Save this file and import the management pack into SCSM

  • Drilldown on Service Request Charts

    Hi guys,
    Need help.
    On the vanilla chart on the Service Request home page. If you click on one of the segments, it drill's down to a list of the SR's within that segment.
    However when i create such as pie chart, the pie-chart cannot be drilled down.
    I read some stuff about actions link and setting a custom data type with 2 different options
    @[html]"<span onClick=\"javascript:LinkOccam (this, ''service'');\">"@"</span>"
    or
    "http://"@[html]"<a target=_top href=https://secure.crmondemand.com/OnDemand/user/ServiceDetail?OMTHD=ServiceDetailNav&OMTGT=ServiceDetailForm&OpptyDetailForm.Id="@">"@"</a>"
    but nothing is working.
    any advice?

    Min,
    Have you gone into the properties of the Chart view and set the interaction type to Drill?
    The option is on the Navigate tab under the Additional Charting Options button.
    Mike

  • 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

  • Workflow issue -  on service request

    I have a workflow on Service, which is to create several tasks automatically right after a Service Request is created by the user. I test and it works well as expectation by my side. The issue which is suffered by some users is that, it doesn't work when they create Service Request by the "New" button on a Service Request detail page, however, it works normally if they create Service Request by Create box on the left bar. And I also tried to login using the issue account by my side, no problems happened.
    So I guess could it be any problems with user's IE setting or something? Is there any suggestion to help? Thank you in advance!
    Regards, Lucy

    Hi,
    Thank you for your advise. I tried but still failed. Now the problem is turning to only with admin account could the workflow work well. Because I've done testing on the same pc. The result is admin account works, while user account doesn't..

Maybe you are looking for

  • Satellite A660 - DVD drive will not recognise some DVDs

    I have a new Satellite A660-17E with a HL-DT-ST DVDRAM GT30N drive, running Windows 7 64 bit. The drive will read most DVDs. Commercial DVDs (region 2) are fine. However, there are problems with DVDs recorded using DVD recorders. DVD+R recordings usi

  • How to determine if first date in multi record dataset is between certain date range.

    Post Author: wal CA Forum: Formula I am trying to determine how many patients enrolled in our database from 1/1/2000 to 12/31/2003. The "ltvisit" table has a field called "visit_date" which is the field I am working with to determine. How do I code i

  • Formula if/then/else

    Hello, I am a basic Crystal Report designer and need help with a formula.  I need to check 5 different fields and return a specific test if the field data does not equal zero. So here it goes below. I used "totext" because the value in the fields are

  • Video pulse(width and count) train measurements

    We need to measure the sync pulse's width in a video signal to first determine the occurrence of the vertical sync pulse in each field, and then we need to count the successive horizontal sync pulse edges in order to arrive at a specific video line.

  • 11.0.05 ダウンロードについて

    以下のURLより上記バージョンのEXEをダウンロードしたいのですが. サイトにアップされていない状況です. http://get.adobe.com/jp/reader/enterprise/ 今後.ダウンロードされる予定はあるのか.その他サイトにてダウンロード されているのか.ご教示頂ければと存じます.