You are viewing limited content. For full access, please sign in.

Question

Question

Data fields populated by Lookup vanish after form load is complete

asked on May 3, 2017

I have a form created that populates from a stored procedure. The data populates fine however as soon as it has populated it blanks out (see two screenshot). It is intermittent and has no pattern as to why it may be doing this. We are on Forms 10.1.0.642 ... Any ideas anyone please? Thanks

0 0

Replies

replied on May 3, 2017

How do you configure the lookup rules? can you take a screenshot of them? Also you can use Chrome Developer tools to capture the network request open a support case with your VAR by providing the download process /screenshot for lookup rules/network requests when reproduce the issue so that we can check what cause this.

0 0
replied on May 5, 2017

The rules were entirely javascript, but as mentioned earlier reply the issue seemed to be the multiple parameters used in URL:

I had:

http://laserfiche-test..../Forms/CRD?RowID=66DAF773-365E-4E04-858B-2341E680CAE2&Type=MC

it worked when changed to:

http://laserfiche-test.../Forms/CRD?RowID=66DAF773-365E-4E04-858B-2341E680CAE2-MC

not sure why though!

0 0
replied on May 5, 2017 Show version history

I didn't see your form has RowID and Type fields, are them hidden? Your JavaScript is to check the value of these two fields then populate other fields with values? There maybe timing issue as the value passed in the URL are processed one by one.

0 0
replied on May 5, 2017

Yes there is a section at the bottom which has a few parameter fields and these two are in there ... they are both NOT read-only and text fields, yes it seems that RowID is populated or a while but Type ID is not then TypeID is populated and goes through the cycle again and the text vanishes. Really bizarre

0 0
replied on May 7, 2017

If the issue can be recreated without customize JavaScript, can you open a support case with you VAR by providing the exported process and the screenshot for lookup rules configuration and the video of steps to reproduce the issue? We can do further trouble shooting with your process.

0 0
replied on May 10, 2017

Ok will do.

0 0
replied on May 4, 2017

This is usually caused by conflicting lookup rules.

0 0
replied on May 5, 2017

I recreated the whole form and only used Field rules and the issue remained, however ... the real issue was not the rules, it was the for some reason the input parameters used in the URL. I had to parameters coming in from the URL, as soon as I chose one the issue did not re-occur! Perhaps a bug? But I am happy as fixed it by trail and error.

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.