Page 1 of 1

How to import relations to multiple instances

Posted: 14 Jul 2020, 08:35
by jakobi
I want to import our organizations applications with a spreadsheet. I have a list of every application and in a first step I want to show their relation to the already defined business processes. I have currently a worksheet like this:

Code: Select all

ID	Name	Desc		BP
CAP001	PLM	The PLM system.	BusinessProcess01
CAP002	WMS	The WMS system.	BusinessProcess02
I want to assign more than one BusinessProcess to the PLM system. How do I do that?