Question pertaining to forcing a HTML collapsable ...
# suitescript
k
Question pertaining to forcing a HTML collapsable Field on an Opportunity Form. I have created a UE BeforeLoad Script that considers fields to be truncated if the field exceeds a character limit. The functionality works great with a single field but if I try to apply the logic to more than one field, the first of the two fields does not expand. Any ideas on how I am resolve this issue and allow all fields to expand/contract? The HTML code utilized was supplied by W3Schools. (https://www.w3schools.com/howto/howto_js_collapsible.asp)