Jump to content

Kromatix

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by Kromatix

  1. 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...
  2. Thanks matt40k! Ill see if I can use this, much appreciated!
  3. 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.
  4. 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
×
×
  • Create New...