Jump to content
  • 0

Error Message Fieldname Does Not Exist


bookish

Question

HI! I do not know if this has any relation to the Caspio Bridge 9.0 updates, but I have now a genre of errors that a field name does not exist in a details datapage type. However, I have tried the formula and it still works (I have it for the past two years ).

 

This is in the footer area, the datapage element combined_id is in between 2 html blocks <table style="display:none;"> and </table>

 

<SCRIPT LANGUAGE="JavaScript">

var str = "[@field:combined_ID]"
var res = str.slice(0,16);
document.getElementById("EditRecordcombined_ID").value = res;

</script>

 

I would appreciate any help. Thank you.

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Hi,

 

Did you rename fields in source table or view?

I would recommend you to compare field names in data source table or view and in script. Field Names in script are case sensitive.

 

Also make sure that both fields are editable. In form element you should select "Form element"

 

Hope it helps

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...