Jump to content

Recommended Posts

Posted

Hi All,

 

After getting in touch with our LA support team, I gather this isn't possible at the moment in Sims.

 

But, there is a change request that people can vote on here:

 

https://myaccount.capita-cs.co.uk/changerequests/ChangeRequest/38b759f8-30d8-e811-a851-000d3ab17ebd

 

Does anyone know of other ways to bulk update / import into Sims UDFs (User Defined Fields)? ...specifically non-boolean and non-lookup.

 

Thanks to everyone in advance :)

Posted

Thanks for the info Knil92, I had thought of this, but writing directly to Sims without their consent / licence will potentially cause them to refuse support requests.

 

That said, the table is sims.udf_value, and looks to be straight forward other than the time_stamp column.

 

Does anyone know how to create the type of timestamp used in this table? It doesn't appear to be the normal type, as when I use the following SQL statement it creates a much longer timestamp, and all the values in this column are no longer than 7 hexadecimal characters.

 

SELECT CONVERT(timestamp, GETDATE())

 

Gives...

 

0x0000A997012C37A2

 

But there are no values higher than 0x000000000F27A8D5.

Posted
As for the time stamp, couldn't you enter something manually in the UDF and then just copy what sims puts in there?

 

The time_stamp column is meant to be some form of indicator of when the record was modified, so it really needs to be in the right format for Sims to understand - although the table does accept NULL values for that column when looking at the spec...

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