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
C_RiveraC_Rivera 

Updating Case Object field when a field in a custom object is updated

I am looking for a way to do an automatic update on cases billing status picklist field when ever a user changes the a custom object pick list field.  Was wondering if anyone knows a work around on this?  I was told a custom  S control would prob do the trick.  HELP/?
DTAPADMINDTAPADMIN
Take a look at this post:

 http://community.salesforce.com/sforce/board/message?board.id=ajax_toolkit&message.id=1995

At the end I posted my code which updates the case status based on the status of the related bug which is a custom related object.