Replies: 3 comments 6 replies
-
Instances seem to be able to save their custom field data only as string in the database. That's how it looks for an instance that uses the default: (from
That's how it looks for an instance that saved its own value: (from
|
Beta Was this translation helpful? Give feedback.
-
Is this a bug or am I misunderstanding the design of custom fields? |
Beta Was this translation helpful? Give feedback.
-
As @kkthxbye-code suggested correctly, type 🤦 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to define a CustomField for the object type Prefix named
dhcp_option_domain_name_servers
that has the default set to structured data, specifically a list:When I access the CustomField
dhcp_option_domain_name_servers
in an export template, I can iterate over the list:-->
However, when I set the CustomField
dhcp_option_domain_name_servers
for a specific instance of a Prefix to the value:the value seems to be saved as string and not structured data. The same export template from above returns:
Beta Was this translation helpful? Give feedback.
All reactions