Import XML: unintended consequences

The XML import process directly inserts records into the target table. During the import the system: – Ignores any business rules that normally apply to the table. – Does not provide any opportunity to transform incoming data. – Automatically matches a reference field’s display value to the local Sys ID for some tables. If you need to validate or transform

Import XML: unintended consequences Read More »

Override annotations

Annotation preferences for each user are stored as user preferences with the name “glide.ui.show_annotations”. You can override that configuration and change the visibility with the following code on the client side: The user preference works at the platform level, and you might want to alter this behaviour in a particular form. This is an undocumented

Override annotations Read More »

Remote table + GlideQuery POC: most used items

Requirements Solution Let’s combine two cool features from recent releases: Create a new remote table (System Definition → Remote Tables → Tables) and add fields: Name, Type, Count Create remote table definition (System Definition → Remote Tables → Definitions) and set the cache to 1 hour (3600 seconds). We don’t need real-time data. This is

Remote table + GlideQuery POC: most used items Read More »