The Community is now in read-only mode to prepare for the launch of the new Flexera Community. During this time, you will be unable to register, log in, or access customer resources. Click here for more information.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Mass Vendor Import

BlakeDawes
By
Level 4

Good Afternoon! 

 

I was wondering if there is a import templet to do large amounts of vendor information all at once or if we have to create vendors one at a time..

 

Thank you!

 

(5) Replies

mfranz
By Level 17 Champion
Level 17 Champion

So the only way to import vendors into FlexNet is to create a new business import since there isnt already created one?

We have over 3000 vendors we work with so im just trying to avoid having my team create vendors one at a time. 

mfranz
By Level 17 Champion
Level 17 Champion

Well, technically you could push data to the database in different ways. A Business Import would just be the easy and supported way.

What is some of the other ways? Because we need to start adding this information now and we dont have time to get someone to build us a business import. 

mfranz
By Level 17 Champion
Level 17 Champion
  • You could use the SQL Server Management Studio to add stuff to the "Vendor" table.
  • If you're familiar with SQL code, you could write an INSERT statement.
  • Or use existing stored procesdures to create the data (maybe VendorAddBatch).
  • And, of course, you can still add stuff one by one in the WebUI.

Usually people start with an Excel or CSV list. To process these, a Business Import would still be the way to go.