function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
TJ McDowellTJ McDowell 

Javascript Update Single Field On Standard Page Layout

I added a custom status field to the Account object, and I'm wanting to update the value displayed on the page after a button click.  I know I can do a full page refresh after I call save on the object, but that seems like overkill.  Is there an easy way to update a single field value with javascript?  I was thinking of creating a div with an id, but I'm having trouble getting that to work (tried adding the div to a page that extended the standard account controller, but it displayed in an iframe).  Suggestions?