RE: CustomFields have a :org field - what is that?
Hi Morten,
There can be additional metadata about the CustomField, like link_hint in archive providers.
The purpose of the :org value is to help us resolve conflicts when both ExtraFields and CustomFields have values. In this case, org means "original value". When we see that internaly, we only update the actual value if it is different from the org value.
Other values you might see are :DisplayText and :DisplayTooltip, and inherit the same behavior from the EntityUdefHelper.
Best regards.