Author referenced entity in the stepper of referencing entity
Cédric BLANC
started a topic
about 2 years ago
I have a model where I have two entities. site and owner. relationship between two is the owner has sites. so one owner can have multiple sites. I have a requirement to create owner when i create site. is it possible to use createOwner collection inside the collection step of the stepper of site entity? because when I try to add the collection step inside the site's entity, I can see all the references which are referenced by site entity except owner.
Is there any other way to author the owner inside the site stepper?
Best Answer
C
Cédric BLANC
said
about 2 years ago
It is not possible to create a new reference (Owner) while you are editing or creating a child record (Site).
You will have to create the parent Owner record first, which you can then reference when creating your Site record.
What you can do is the other way around: the AuthorOwners stepper can have a Site Child Collection Step: when you create an Owner, you can optionally create one or more Sites.
It is not possible to create a new reference (Owner) while you are editing or creating a child record (Site).
You will have to create the parent Owner record first, which you can then reference when creating your Site record.
What you can do is the other way around: the AuthorOwners stepper can have a Site Child Collection Step: when you create an Owner, you can optionally create one or more Sites.
C
Christa Helgeson
said
6 months ago
Has there been any updates to this? I also have a business requirement to create a Parent Record from the Child Stepper. Users have to continously go back and forth betwen entities to create entities if they forget to add the parent first. We want the ability to create an entity "on the fly" when a users searches for the related entity and does not see it.
B
Bharat Joshi
said
6 months ago
Hi Christa
You can not create parent record while you are on child stepper
However you can create child collection step inside the parent this way both can be edited
Also, You can try using sql hook if not the above way
Cédric BLANC
I have a model where I have two entities. site and owner. relationship between two is the owner has sites. so one owner can have multiple sites. I have a requirement to create owner when i create site. is it possible to use createOwner collection inside the collection step of the stepper of site entity? because when I try to add the collection step inside the site's entity, I can see all the references which are referenced by site entity except owner.
Is there any other way to author the owner inside the site stepper?
It is not possible to create a new reference (Owner) while you are editing or creating a child record (Site).
You will have to create the parent Owner record first, which you can then reference when creating your Site record.
What you can do is the other way around: the AuthorOwners stepper can have a Site Child Collection Step: when you create an Owner, you can optionally create one or more Sites.
- Oldest First
- Popular
- Newest First
Sorted by Oldest FirstCédric BLANC
It is not possible to create a new reference (Owner) while you are editing or creating a child record (Site).
You will have to create the parent Owner record first, which you can then reference when creating your Site record.
What you can do is the other way around: the AuthorOwners stepper can have a Site Child Collection Step: when you create an Owner, you can optionally create one or more Sites.
Christa Helgeson
Has there been any updates to this? I also have a business requirement to create a Parent Record from the Child Stepper. Users have to continously go back and forth betwen entities to create entities if they forget to add the parent first. We want the ability to create an entity "on the fly" when a users searches for the related entity and does not see it.
Bharat Joshi
Hi Christa
You can not create parent record while you are on child stepper
However you can create child collection step inside the parent this way both can be edited
Also, You can try using sql hook if not the above way
sending you the document for reference
-
Extend a model with new entities or attributes
-
Data types in xDM
-
Effective date on entities
-
Search using wild cards
-
Export a model from production and import on a development environment
-
"Allow Delete" vs "Allow Removal" privileges
-
LOV label in Named Query
-
Select location on a map and save coordinates
-
Is there a way to set up a master-detail relationship on browse mode?
-
Choose Either a Stepper or A Workflow Based on The User Privileges
See all 274 topics