Forum Post: Re: SAVE DATA

Status
Not open for further replies.
C

clga29261

Guest
i mean in your statement here sir If you want to implement this on a specific page, you can use the below script. " This will save the data of specific fields after 3 seconds (depending on the value of delayMs ). You should set the variable a few minutes before the session expires. script var delayMS = 3000; $(function() { setTimeout(saveData,delayMS); }); var objName = "another_object", id = {!id}; function saveData() { alert("Saving Data..."); firstName = rbf_getFieldValue(fieldName); //get the current value of firstName rbf_setField(objName, id, "firstName", firstName, false); //set the value of firstName /* Add more rbf_setField here */ } /script On 4 March 2015 at 23:28, Godfrey Sorita bounce-gsorita@community.progress.com wrote: RE: SAVE DATA Reply by Godfrey Sorita Yes, this feature is not yet supported. If you're on private cloud, you can adjust the "minutes of inactivity before expiring a user session" parameter on securityLevel.xml. Increasing the value will give plenty of time for the user to complete the data in the form. Also, can you elaborate your question "where this file or data saved?". Thanks! Stop receiving emails on this subject. Flag this post as spam/abuse.

Continue reading...
 
Status
Not open for further replies.
Top