Jump to content

Martyn Houghton

Hornbill Users
  • Posts

    4,028
  • Joined

  • Last visited

  • Days Won

    86

Posts posted by Martyn Houghton

  1. When chasing up change control, we create an activity for the user to undertake the change, which then expired after 24 hours before we email then again and create a new activity (thus triggering notifications/email etc). 

    The activities show correctly on the Service Manager requests, but when you go into the main 'Activities' view you see both the current one and all the previous ones which are have expired.

    Should this not just display the current un-expired activities?

    Cheers

    Martyn

    image.thumb.png.ddbdb9e07490f2febc39be94e0bd66f3.png

     

     

  2. At the moment you can only create or updates service subscriptions using the 'SubscribeToServiceID" parameter with the Contact Import. Can we raise a enhancement request to add same option to the Organisation Importer as well, plus the ability to pass CatalogID to as exclusions as well.

    We are looking to migrate another Service Desk into our instances including all of their Organisations and want to import their subscriptions as well, rather than having to process them all manually.

    Cheers

    Martyn

  3. When editing existing Request Sub-status which is set and shown as Request Type 'All' on the parent list screen in the admin tool, the Request Type is not carried through to the edit dialog window and requires manual population in order to save other changes. This could lead to the incorrect value being entered and also is unnecessary manual intervention. Can this please be populated with the current value.

    image.thumb.png.ff156added5fb8e990493fe6ef2a1b26.png

    Cheers

    Martyn

     

  4. I am currently testing the creation of some reoccurring scheduled requests via the API Scheduler, but even though the requests get logged via the call to 'logServiceRequest' and the 'bpmName' parameter is passed with the correct and valid name, no BPM is being spawned against the request.

    Any suggestions as why it is not spawning?

    Cheers

    Martyn

    {
      "APIKey": "REMOVED",
      "InstanceID": "REMOVEd",
      "Schedule": [{
        "Enabled": true,
        "CronSchedule": "15 * * * * *",
        "DayOfMonthANDDayOfWeek":false,
        "ScheduleFrom": "2022-07-25T00:00:00.000Z",
        "ScheduleTo": "2022-07-26T00:00:00.000Z",
        "Service": "apps/com.hornbill.servicemanager/ServiceRequests",
        "API": "logServiceRequest",
           "APIParams":{
            "0":
            {
              "Type":"Content",
              "Parameter":"summary",
              "Content":"UKLive:- Prepare Detail Health Status report"
            },
            "1":
            {
              "Type":"Content",
              "Parameter":"description",
              "Content":"# Check critical BI Jobs status\r\n# Check and verify  the essential functionalities of Idox software solution\r\n# Take preventive action if any failure"
            },
    		"2":
    		{
    			"Type":"Content",
    			"Parameter":"requestType",
    			"Content":"Service Request"
    		},
            "3":
            {
              "Type":"Content",
              "Parameter":"customerId",
              "Content":"11152"
            },
    		"4":
    		{
    			"Type":"Content",
    			"Parameter":"customerType",
    			"Content":"1"
    		},
    		"5":
    		{
    			"Type":"Content",
    			"Parameter":"priorityId",
    			"Content":"3"
    		},
    		"6":
    		{
    			"Type":"Content",
    			"Parameter":"sourceType",
    			"Content":"Scheduler"
    		},
    		"7":
    		{
    			"Type":"Content",
    			"Parameter":"serviceId",
    			"Content":"245"
    		},
    		"8":
    		{
    			"Type":"Content",
    			"Parameter":"catalogId",
    			"Content":"973"
    		},
    		"9":
    		{
    			"Type":"Content",
    			"Parameter":"bpmName",
    			"Content":"Idox SR SLM"
    		}
          }
      }]
    }
    

     

×
×
  • Create New...