is there a way to automatically populate the depar...
# general
b
is there a way to automatically populate the department field based on the value set in the class field?
n
Many ways you can do that. A workflow with After Field Edit (Class) might be a place to start. Or a BeforeSubmit would do it. Or even a scheduled workflow could do it regularly.
b
assuming we opened historical periods would a workflow allow us to backdate these workflows to historical transactions?
n
Yes. You would have to trigger them or use a scheduled import. Sometimes historical I use a CSV import and update.
BUT I have another question. Why use Department at all if it is a direct 1:1 to Class?
b
excellent question 🙂 an FP&A planning tool i am using (Jirav) only maps to department and not class
and thank you for the help here!
n
Ok. So I would have a BeforeSubmit action to populate Department. Open your historical periods and then do a CSV of all InternalIds. That will be all you need to trigger your workflow
b
perfect thank you!