Hi,
I have process to import students from an external table. For the initial import I used:
Find ExtStudent where ExtStudent.EndDate is Undefined
UpdateStudent <-- process to update each student found
Problem is that this grabbed all students. When I run the exact same query from the GUI (e.g. Search Objects->New Query), I get the expected behavior. I can run the opposite from within the GUI to get all the accounts I did not want to import:
Find ExtStudent where ExtStudent.EndDate is defined
Any ideas on how to get this query to work in a process.
BTW, I have 50000 students total of which 20000 are active and need to be imported.
cheers,
ski