Resolved! How to write a business rule to update values in field when you insert values in another field?
Hi,I am trying to do a simple thing (in project mgmt module):I am inserting some values in a string field (called 'Owner') and I want that in accordance to this values, some values will fill another field (called 'Department'), AUTOMATICALLY.I know i...