Want to get rid of Google Ads, click here.
+ Reply to Thread
Results 1 to 5 of 5

Thread: Description missing when creating incidents

  1. #1
    Senior Member
    Join Date
    Feb 2002
    Location
    Stockholm
    Posts
    133

    Default Description missing when creating incidents

    Hi!

    We have been using get.it for a while, mostly for non-sc users to create incidents directly to a specific assignment group. The fields they had visible was brief.description and description. By "some" reason, now the description text does not get into sc, everything else does. I can see in the input evenst that the text is in the string but what can i check, any clues? :wink:
    I have checked the eventmap and the specific input event record, all seems fine :roll:

    Thx in advance!

    //Tommy

  2. #2
    Junior Member
    Join Date
    Jul 2002
    Location
    United Kingdom
    Posts
    17

    Default

    Tommy

    I recall some similar issues with Get.It and some other Event Services - the event record showed the data but it did not get loaded as expected.

    The issue was caused in the format control SC was using - I had to add or change a calculation, possibly to suppress it if not gui()?

    Hope this helps
    Martin Frain
    Topspeed Consultants Ltd

  3. #3
    Senior Member
    Join Date
    May 2002
    Location
    Dragør
    Posts
    290

    Default Re: Description missing when creating incidents

    Quote Originally Posted by TOMPASOD
    Hi!

    We have been using get.it for a while, mostly for non-sc users to create incidents directly to a specific assignment group. The fields they had visible was brief.description and description. By "some" reason, now the description text does not get into sc, everything else does. I can see in the input evenst that the text is in the string but what can i check, any clues? :wink:
    I have checked the eventmap and the specific input event record, all seems fine :roll:

    Thx in advance!

    //Tommy
    I have seen a similar case. Check the description value when you are in the incident record (using the debugger:
    Code:
    d description in $file
    ) and see if the text is actually in field even if it's not displayed.
    Jeppe Gotha Jørgensen
    Service Management Consultant
    Globicon A/S

  4. #4
    Senior Member fid509's Avatar
    Join Date
    Feb 2002
    Location
    Brussels
    Posts
    381

    Default

    Are there TAB characters transmitted from Get-It? In SC it is impossible to do this but you can send TABS from Get-It (copy-pasted excel range eg.) to SC. It will get processed in the events and put in the database but it will not show the result on screen. The only thing you can do is to write a filter script in Get-It to get rid of the TABS before you send them to SC.

  5. #5
    Senior Member
    Join Date
    Feb 2002
    Location
    Stockholm
    Posts
    133

    Default

    In my incident record I get a NULL value when trying with debugger d description in $file.

    The thing is that I got the description in to the records before and I have not upgraded anything, probably done something with fc...?

    //Tommy

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts