Jump to content
  • 0

DataPage Link: Not Showing Required Unique Field Input Before Allowing Access to Form Data Fields


GloriaB

Question

Hi,

I created a DataPage that is a record update type.  The DataPage requires input of a value from a unique field, that is identified as unique in the underlying data table.  In preview mode on my desktop computer, the form works fine.  I enter the unique value, and it goes to the next step of allowing a variety of fields to be updated.  If some data is already in those fields, it shows what the current value is.

My problem is when I use the deployed link.  If I put the link into either chrome or firefox I get the incorrect result.   The response "Not Records Found" is what I see with Firefox or Chrome.  The other image ("Shop Update Form") is what I should see so that I can enter the unique value.    I am most appreciative if anyone can point in the right direction for solving this issue!

By the way, I have two other DataPages deployed and have used the link successfully in chrome.  It is just this one that is not working.

Thanks

Firefox_No Records Found.PNG

 

DataPage Needs Parameter.PNG

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Hello @GloriaB,

The most important feature of an Update Form is to allow users to update a single record based on an identifying field. This may be done in one of two ways:

  1.  A record id that is passed to the form as a parameter;
  2.  User identity field in the associated Authentication or Connection (Record Level Security).

As I understand, you are using the first option to receive unique 'Order_Number'. The pop-up window "Shop Update Form" is only shown in the Preview mode of Caspio Bridge to test the DataPage.  You will not see it on the deployed page.  That is why you are getting the response "No Records Found", because no value is received upon page load.

With that said, you should pass the unique 'Order_Number' as parameter from one DataPage where you submit the record.  And then receive it on the Update Form.

You may check more about Update Forms and Passing Parameters in the How-To articles.

Also, the Single Record update form is most sufficient for updating just one field. If you want to allow a variety of fields to be updated, you may consider using Details DataPage with editable fields.

Feel free to update this thread if you have questions.

Regards

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...