Jump to content

Brendan

Hornbill Users
  • Posts

    3
  • Joined

  • Last visited

Everything posted by Brendan

  1. Evening all, I'm hoping to please get some help with the Simple List Import Utility if possible Basically I'm trying to import a list from a CSV using the tool but I can't seem to get the Default Display field to populate with info from the CSV, each time I do the import the Default display is populated by the Value as shown below. Am I missing something? or is it not possible to populate the Default Display field using the import tool? Many thanks
  2. Evening all, almost Friday! New Hornbill Service Manager customer here. I'm currently trying to get my BPM workflow to move past a "Wait on Request Update" suspend node by updating it using PowerShell and the API but I'm hitting an issue and was hoping someone could steer me in the right direction. Up to now I've been able to update the requests using Requests::update to make a number of changes but this doesn't appear to progress the flow past the suspend node. I've also attempted updating the description field via the API while using the "Wait for Request Description" task in the flow but this too didn't go anywhere. This is the code I'm using to do the update to the description field in this case. # Build XMLMC API call Add-Param "requestId" "SR00000646" Add-Param "h_description" "Updated AGAIN!" $xmlmcOutput = Invoke-XMLMC "apps/com.hornbill.servicemanager/Requests" "update" -Verbose Is there a different method I should be using to fulfil the update action that the suspend node is waiting on? Many thanks Brendan
×
×
  • Create New...