Skip to main content
Solved

Batch create Employees

  • September 20, 2023
  • 2 replies
  • 146 views

SMANUEL
Sidekick (Partner)
Forum|alt.badge.img+9

Is there a way we can create multiple employees in one short ? ( like “Batch create Users”)

 

Thanks In Advance

Best answer by SMANUEL

@Les Many thanks

2 replies

Les
Do Gooder (Employee)
Forum|alt.badge.img+4
  • Do Gooder (Employee)
  • October 31, 2023

I think Data Migration,  but I if you want more advance option.

We have the export function build in the system which allow to export employee to XML file.

You could see that in the employees screen, this function will create the XML file and try to send to other system.

I can imagine that we could build similar message which will be create employee(s)  from the file which will be send by e-mail  or drop in the extended server folder.  

There are some example for Supplier Invoice etc, so I suppose this could be done to create multiple employees.  


SMANUEL
Sidekick (Partner)
Forum|alt.badge.img+9
  • Author
  • Sidekick (Partner)
  • Answer
  • November 7, 2023

@Les Many thanks