Skip to main content

I have a lookup on a list view  which is attached to a Read method with a required number input.

 

The column is bound to a field which returns a number.  However whenever the view  loads I get an error saying that the method requires an input.

 

why would this be?

 

 

I've got an image attached.


17081i7546E600FE757608.png

Hi Capz,

 

It seems that you are using a read method according to you description.

In this scenario , a read method using SQL table needs a primary key(like ID .etc) to find out the record you need to show up.

If you don't give the read method a primary key it will always come up with an error.

You can set the primary key at the rules : when the form initalizing -> configure the read method's input propeties.

 

 

 


Reply