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");