Jump to content

Recommended Posts

Posted

I am currently undertaking test migrations using the SQL Request Importer (v1.3.1), and I am trying to carry over a much information into the Historic Updates that the tool allows. Would it be possible to get some clarification on the below:-

  • h_updatedby and h_updategroup, are these just literal values or are there lookups applied to them such as the User lookup and Team Mapping?
  • h_actiontype and h_actionsource I am presuming these are textual literal values which we can pass in any text from the source system?
  • h_timespent is passed in as an integer in the unit of minutes?

Cheers

Martyn

 

Posted

Hi @Martyn Houghton,

Sure:

  • Yes - literal values, just displayed against the Historic Updates in the request details form
  • Yes - literal values, again just displayed against the Historic Updates in the request details form
  • Yes - it's an integer field. This was based on the old Supportworks field of the same name, that stored its value in seconds. But, this could be used to store value in minutes as I don't think this is displayed on the request details page - it's more for reporting.

Cheers,

Steve  

Posted

@Martyn Houghton,

Apologies, it's been a while since I looked at that code, forgot that I'd added those lookups. I'll update the tool to just write the user and team names to those columns if the lookup fails. Will let you know once it's done.

Cheers,

Steve

 

Posted

@Martyn Houghton 

Great stuff. I should also have mentioned, you can now add h_updatebyname to the mapping as so:

image.png

This allows you to populate the users name from your DB record when the user lookup fails.

Cheers,

Steve

  • Thanks 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...