Jump to content

Recommended Posts

Posted

@Steve G

Looking a the configuration file for the Service Manager Request Import, visibility does not appear to the be included in the configuration options. As it is now possible to display historic updates on the customer portal, we need to ensure we carry over the appropriate visibility of the update in the import. 

Am I missing something or is this not supported by the current version?

Cheers

Martyn

Posted

Hi @Martyn Houghton,

This is set using the h_updatetype property of the HistoricUpdateMapping section within the import config. This is an integer column, and the code looks for particular bits being set against the integer using bitwise operators to work out the update type and visibility for each row.

Essentially, setting bit 1 marks the historic update type as User, and 512 marks a historic update as private, so setting the integer as 513 will be a private user update.

This old post comment from the Supportworks forum describes the values in more detail:

Kind regards,

Steve

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...