How to set an inherited field unique in child(extened) table without impcting parent table
Hi everyone, I'm trying to enforce uniqueness on a field inherited from a parent table, but only for a specific child table. Since ServiceNow creates database indexes at the parent level, and Dictionary Overrides don't support the 'Unique' attribute,...