How to import relations to multiple instances

Post Reply
jakobi
Posts: 2
Joined: 08 Jul 2020, 12:37

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?
Post Reply