Skip to main content
I need to capture the name of recordtype once it is changed from rectyp1 to rectyp2, rectyp1 name needs to be captured in a text field.

 

KIndly help me with this i wrote a workflow but its not working.
4 respuestas
  1. 10 feb 2014, 14:22
    Can you show us how your workflow is currently set up?

     

    I think you'll need a workflow that fires on created and every edit, which has criteria of ISCHANGED(RecordType.Name) and which triggers a field update of your new text field with the value of PRIORVALUE(RecordType.Name).
0/9000