Styling for Subform Fields using client script
Currently we can add styles to list and detail page for fields using .addstyle in the Client Script
But that is missing for fields of Subform
We would really like the feature to addstyle for subforms in the detail page
Can you please consider adding it, because we are dealing with large subforms and having the ability to programmatically highlight some areas will be really beneficial
I understand it can be a challenge to iterate over each cell and add the highlight but
Even if Zoho Team can implement it just at "cell level" it will be really beneficial for us
Something like
subform.getrow(0).getcell("api_name").addstyle("background:yellow");

Moderation Update (22 April 2026):
There has been some significant delay with starting work on providing styling options for subform fields using Client script. Our developers have informed us that they are working on a few other priority items and will update the post when we have news to share on this front.