활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
Hi All,
I have a query, I have created a web form, where the user will input the details.
I need to match if those details are available in the column of a schema,
For eg user enters ABCD4444567HGF, this should be present in the purchase table and on successful match, user details which are on the recipient table should be shown on another page.
I am not sure after entering the value how to find this value in the purchase table.
Any help is highly appreciated.
Regards
Jay
해결되었습니다! 솔루션으로 이동.
조회 수
답글
좋아요 수
Hello @jitendrak
Once the users enter the vehicle number and click submit. Store this number in a ctx variable and then on next page do a queryDef on recipient and add the vehicle number variable in where condition.
and then you can prepopulate the forms with the queried data.
Thanks,
Manoj
조회 수
답글
좋아요 수
Hello @jitendrak
Once the users enter the vehicle number and click submit. Store this number in a ctx variable and then on next page do a queryDef on recipient and add the vehicle number variable in where condition.
and then you can prepopulate the forms with the queried data.
Thanks,
Manoj
조회 수
답글
좋아요 수
Thanks Manoj for the quick response,
I have done the first two parts created a web form and while user enters the Purchase iD the information gets stored in ctx variable.
Is there any document or sample i can get for writing querydef?
Regards
Jay
조회 수
답글
좋아요 수
조회 수
답글
좋아요 수
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
조회 수
Likes
답글
조회 수
Likes
답글