ContributionsMost RecentMost LikesSolutionsApi add record in IOL jsHi I have a javascript file which is connected to a form using IOL technique. I have used this funtion to fulfill my requirement. DoSave = (function(fn){ // // Custom code } })(DoSave); What i do is , i am creating two entries in another table using $.get(API_AddRecord) while saving the form. To do this, i am running two doquery functions and number of functions. Unfortunately it is working perfect in debug mode , but not in normal mode. In normal mode it is creating only one entry and skipping the other one. I have tried all possible ways, no positive result yet. What might be the reason to happen this ? ThanksDO and SaveHi What is the return value of DoSave() ? ThanksRe: Default Record ID# label changed to another textThanks..that helpedDefault Record ID# label changed to another textHi I don't know how this happened. In my application, initially the record id label was by default Record ID# for each table. Suddenly Record ID# label in all tables changed to another same text. It happened in each table and every relation. Actually I was working with some relations. No idea how it happened. I want to make this back to default label Record ID#. Any idea ? ThanksRe: create parent record on loading of child formThanksRe: create parent record on loading of child formThanks I was thinking an alternative.. First the application creates the parent record by calling API then it sends the parent recordid to the form. Which one is better ? What do you think ?Re: create parent record on loading of child formI like your suggestion, Suppose the script is successfully run and landed on the form. But, there is a possibility that the user may refresh the page. That time, how can we block the running of script. Then again the parent record will be created. That makes problem. ThanksRe: create parent record on loading of child formok..fine Let me explain more details. suppose the url is https://.......?a=10, I want to catch the parameter 'a' in a java script or something. then using this parameter i want to do a doquery from another table. Then the results i want to load in the form.Re: create parent record on loading of child formyescreate parent record on loading of child formHi I am loading a quickbase form from another application. The application will pass some parameters to quickbase form. While loading the form i want to catch these parameters in quickbase and need to create an entry in another table. After creating the entry i want to load the qb form. How can be achieved this? Thanks