I have the following JS code in my single record update datapage. I want to update only certain blocks of data if the correct course code is chosen. It appears that ALL of the fields are updated everytime I run this datapage. All values are coming from external parameters. The good news is that the parameters are being read and written to the table..... bad news is that I only want the subset of fields to be written to the table... please help. All fields are "HIDDEN" and external parameters are checked to receive on load (not pass on exit)...
My Code:
<script language="JavaScript">
function myFunctionV1()
var coursecheck = document.getElementById("EditRecordcoursecode").value;
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.
Question
DCT247
I have the following JS code in my single record update datapage. I want to update only certain blocks of data if the correct course code is chosen. It appears that ALL of the fields are updated everytime I run this datapage. All values are coming from external parameters. The good news is that the parameters are being read and written to the table..... bad news is that I only want the subset of fields to be written to the table... please help. All fields are "HIDDEN" and external parameters are checked to receive on load (not pass on exit)...
My Code:
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
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.