Forum Discussion
JanaBaker
Qrew Cadet
This is SO great! I have some follow up questions thought! I successfully loaded all the iol stuff correctly the first try, so i am super proud of that! :)
Dan, in your Pastie, you have two variables defined.
Thank you both in advance!!
Dan, in your Pastie, you have two variables defined.
- var dbid = "bnq3c9658"; (<-- I am guessing this one is just the dbid before the ? of the table the data is coming from??)
- var dbidRecords = "bnq3damiq"; (<--where does this one come from??)
- This is my first additional thing to add to the "module.js". The code you have listed: https://haversineconsulting.quickbase.com/db/bgcwm2m4g?a=dr&rid=658, does that go in a Formula Field in a same Table as the variables above or do you just add a few carriage returns after the "Generic User Defined Page" stuff you so kindly provided us to get started and paste it there, meaning in "module.js"? _\_(_)_/__
Thank you both in advance!!
_anomDiebolt_
7 years agoQrew Elite
1 & 2:
The naming convention I have adopted it to create a JavaScript variable dbid and assign it the dbid of the application and to create additional JavaScript variables (one for each table) with a prefix of dbid followed by a human readable name for the table (eg dbidClient).
3
You have to set up the IOL technique to use this code: Directions here:
https://haversineconsulting.quickbase.com/db/bgcwm2m4g?a=dr&rid=294
The naming convention I have adopted it to create a JavaScript variable dbid and assign it the dbid of the application and to create additional JavaScript variables (one for each table) with a prefix of dbid followed by a human readable name for the table (eg dbidClient).
3
You have to set up the IOL technique to use this code: Directions here:
https://haversineconsulting.quickbase.com/db/bgcwm2m4g?a=dr&rid=294