Hi,
I am developing custom extension in which I created a custom field using these fieldDefs:
I have added this field to an entity. However, I’m unable to access the integer value stored in this field within Dynamic Logic conditions, as it doesn't appear in the list of available fields.
s there a way to make this custom field accessible in Dynamic Logic conditions?
Thanks!
I am developing custom extension in which I created a custom field using these fieldDefs:
Code:
"fieldDefs": { "type": "int", "notNull": false },
s there a way to make this custom field accessible in Dynamic Logic conditions?
Thanks!
Comment