Using different schema from recipient schema and pulling information from the recipient schema | Community
Skip to main content
mayank_singh
Level 2
April 1, 2021
Solved

Using different schema from recipient schema and pulling information from the recipient schema

  • April 1, 2021
  • 2 replies
  • 957 views

Hello Everyone,

 

I need so help understanding in the following use case:

 

I have created a web form where it captures the information about the vehicle number, which is under the vehicle table but on the next page I want to get the information prefilled with the customer name, email and phone number.

How can I achieve the same.

Currently I have chosen the vehicle schema in the web app and looking for details in the recipient schema.

 

contact id from the vehicle schema exist in the recipient schema to identify the user in the recipient schema.

 

Any input will be appreciated.

 

Thanks

Mayank

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 Jonathon_wodnicki

Hi,

 

Can use JS with querydef, though maybe Preloading activity will work by changing Method to List of fields and using (guessing) the correct field?

 

Thanks,

-Jon

2 replies

Jonathon_wodnicki
Community Advisor
Jonathon_wodnickiCommunity AdvisorAccepted solution
Community Advisor
April 1, 2021

Hi,

 

Can use JS with querydef, though maybe Preloading activity will work by changing Method to List of fields and using (guessing) the correct field?

 

Thanks,

-Jon

mayank_singh
Level 2
April 5, 2021

Thanks @jonathon_wodnicki  for your help, got it resolved