I'm working on a new user creation form for the help desk. I'm having them select the department number the new hire will be in. Once user is created, I want the department name to be auto-populated based on the number. Would this be done under Business Rules > After User Creation, doing else if statements or is there a easier way? Example: Dept ID 1 = IT, 2 = Finance, 3 = HR etc.