Not able to retrive data through linked schema in Web application | Community
Skip to main content
New Participant
December 11, 2023
Solved

Not able to retrive data through linked schema in Web application

  • December 11, 2023
  • 2 replies
  • 1597 views

Hi,

I couldn't map the fields in Web application through the linked schema.I could map the fields only directly from the schema which I chose.
If so I try to map the fields through  linked schema, i get an error.
kindly help me out!

 

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by _Manoj_Kumar_

Hello @vijaymvj 

 

It won't work for One to Many Relationships.

 

You will have to write the JS code to achieve this.

2 replies

_Manoj_Kumar_
_Manoj_Kumar_Accepted solution
New Participant
December 12, 2023

Hello @vijaymvj 

 

It won't work for One to Many Relationships.

 

You will have to write the JS code to achieve this.

     Manoj     Find me on LinkedIn
VijayMvjAuthor
New Participant
December 12, 2023

Can you please suggest any js code related this..!

Marcel_Szimonisz
New Participant
December 12, 2023

hello @vijaymvj,

use queryDef and ctx variables


Marcel

Marcel_Szimonisz
New Participant
December 11, 2023

Hello @vijaymvj,

is this one-to-one relation? if yes it should be easily picked up from the list.

 

 

Can you lookup data before entering this activity. I never actually used this and always created custom web app.

Marcel

VijayMvjAuthor
New Participant
December 11, 2023

Hi @marcel_szimonisz  , 

No, its one to many relation, What I created is also a custom web app .

Marcel_Szimonisz
New Participant
December 11, 2023

So you have prepared the data in ctx before entering the page? right? 🙂 all good then