Previous to 2021.1, you could access dynamic table scripts, but in 2021. 1 they are no longer visible.
Previously on individual field scripts, I added additional fields with a suffix.
What is the best method to perform this in 2021.1?
I can add a script for a field, but can’t seem to add values from other detail fields.
Can you please let us know if you would like to add fields–which does exist in the same detail table inside your Data Model as the current fields (TD-elements) --to your current (Detail) Table element, or would you like to add custom fields (TD-elements)–of which you would like to replace it’s content by some custom Standard Scripts–to your current (Detail) Table element?
If the first part is true then you can add–in Source mode–a TD-element to the existing TR-element, like for example:
Where the value of the data-field attribute needs to be the same as the record field name.
If the second part is true then you can do the same as above but instead of the data-field attribute you will have to add the data-script attribute to the td element, like in the following example:
Please check in the Edit Script window of your Text Script if the option HTML has been selected as Insert Method (Options > Insert Method). And in case of a Standard Script, please use the function this.html() instead of this.text().