- Edited
Hi All,I wrote a php page that parses the text of a ticket logged by the users (using a template via email), and extracts some information, for example a custom field that represents their reference number (the ticket number on their ticketing system).I am able to update the code in the ticket__cdata table successfully; in fact, I could search for it in the web interface and find the ticket using their reference number. I am able to do the same with their phone number (which is added to the user__cdata table).However, the custom field is not shown in the web interface, as well as the phone number. The latter field is filled in the DB, but empty in the web interface; while the first one is only displayed if the user logs the ticket using the web interface instead of an email.Does anyone know how to force a "sync/refresh" of the data? I could do it every night in case it is possible...Let me know if you need more info.Thank you in advance