Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Specifically the accessibility of hidden fields changed as they are not provided for the DOM anymore. This may have an impact on custom javascript code.
Please check if your custom javascript code it is still working for you.

Sometimes if you have problems with accessing hidden fields the following feature setting will help your use case:
You can add all fields there where you would need to be able to access them although they are hidden.

If you need to access hidden fields with your javascript you can add them to the feature setting and use the function:

...

The Feature Setting can be set up like this. You can add all fields there where you would need to be able to access them although they are hidden:

Feature Setting Name

Feature Name

Value

AdditionallyAvailableHiddenFields

ModifyCampaignItems

API names semicolon-separated, eg.
ADvendio__Height__c;ADvendio__NumberOfColumns__c

...