New EmployeeType
I am using ILM to provision user accounts.The default EmployeeTypes are Intern, Full Time Employee, and Cotractor.I need to add an additional Type Part Time Employee.Does somebody know how to add one?
April 8th, 2009 9:06am
Could you be a bit more specific, please?You should provide more details to allow to help you.What is your MIIS/ ILM build? MIIS/ILM 2007/ ILM 2?What processes do you have in place?What object types are you handling in your datasources?What object types are you projecting into the MV?What MAs did you configure? Which of them are the source systems?Where are you provisioning to, what is the target system?Is one data source handling all employee types?Where do you want to add that employee type?What is the difference with the other employee types?Kind regards,Peter
Peter Geelen - Sr. Consultant IDA (http://www.traxion.com)
Free Windows Admin Tool Kit Click here and download it now
April 8th, 2009 10:02am
This sounds like ILM2 and in order for it to work you'll have to edit the validation for employeeType in both the schemaattribute and theattribute binding, you can find it under Administration/Schema management within the portal.By default the Employee Type validation looks like this... "^(Contractor|Intern|Full Time Employee)?$" Just change it to the employee types you wish to handle but remember you must do it for both the attribute and the attribute binding. The values you add to the validationwill also be the ones you can select in the create/edit person page.//Henrik
April 8th, 2009 11:54am
Thank you for your reply.You are right I am using ILM2.I added the validation to schemaattribute and theattribute binding as you suggested - "^(Contractor|Intern|Full Time Employee|Part Time Employee)?$".
Also to have the new Employee type appear in the dropdown list in ILM Portal User Work Info page, I created new ConstantSpecifier - Part Time Employee in Administration ->All Resources.
I was able to successfully create a user with the new type in ILM using inboud synchronization.
Free Windows Admin Tool Kit Click here and download it now
April 9th, 2009 3:02am


