Autosave functionality in peoplesoft

hi, i've placed an autosave code (which i've got in the internet) in an HTML area (property is constant) then when I access the page where the code has been included, I've encountered an IE error which states:
Char: 41
Error: Expected '{'
here's the code being used:
<script type="text/javascript">
pollingInterval = 5000;
threadLock = false;
saveMessage = "saved";
function addLoadEvent(func) {
var oldonload = window.onload;
if (typeof window.onload != function()) {
window.onload = func();
else
window.onload = function()
oldonload();
func();
function timeoutHandler(){
clearTimeout(SaveTimeout);
SaveTimeout = setTimeout("autosave()",pollingInterval);
function autosave(){
var changes = checkFormChanged(document.%formname);
if (changes && !threadLock) {
threadLock = true;
if ("%page" == "EP_APPR_BASE1")
$('input[@name=ICAction]').attr({value: 'EP_BTN_LINK_WRK_EP_STORE_PB'});
else
$('input[@name=ICAction]').attr({value: 'EP_BTN_LINK_WRK_EP_STORE_PB$19$'});
update_defaults(document.%formname);
var params = $('form[@name=%formname]').fastSerialize();
$.ajax({ type: "POST",
url: $('form[@name=%formname]').attr("action"),
data: $.param( params ),
dataType: "xml",
success:
function(msg, msg2)
$('input[@name=ICChanged]').attr({value: '0'});
var searchFor = "'ICStateNum' value='";
var stateNumStart = msg.responseText.indexOf(searchFor) + searchFor.length;
var stateNumEnd = msg.responseText.indexOf("'", stateNumStart);
var newState = msg.responseText.substr(stateNumStart, stateNumEnd - stateNumStart);
$('input[@name=ICStateNum]').attr({value: newState});
display_notification();
SaveTimeout = setTimeout ( "autosave()", pollingInterval );
var SearchFor = null;
var stateNumStart = null;
var stateNumEnd = null;
threadLock = false;
else
SaveTimeout = setTimeout ( "autosave()", pollingInterval);
function display_notification(){
var topValue = window.pageYOffset;
if (! topValue )
topValue = document.documentElement.scrollTop;
if (! topValue )
topValue = document.body.scrollTop;
var topValue = topValue.toString() + "px";
notification.css({top: topValue});
$("body").append(notification);
notification.fadeIn("fast",
function(){
setTimeout("fade_notification()", 2000);
topValue = null;
function fade_notification(){
notification.fadeOut("slow",
function(){
notification.remove();
function start_autosave(){
if ("%PAGE" == "EP_APPR_MAIN1" || "%PAGE" == "EP_APPR_BASE1")
if ($('input[@name=ICChanged]').val() != 0){
SaveTimeout = setTimeout ( "autosave()", 1);
else
SaveTimeout = setTimeout ( "autosave()", pollingInterval );
$('body').keypress(timeoutHandler);
submitAction_%Formname = function(form, name){
form = $('form')[0];
$('body').css({cursor: "wait"});
function submit_the_form()
form.ICAction.value=name;
form.ICXPos.value=getScrollX();
form.ICYPos.value=getScrollY();
processing_%Formname(1,3000);
form.ICResubmit.value=nResubmit;
form.submit();
nResubmit++;
function check_for_lock()
if (threadLock){
setTimeout("submitAction_%Formname('" + %formname + "','" + name + "')",250);
else{
submit_the_form();
check_for_lock();
if ("%page" == "EP_APPR_MAIN1" || "%page" == "EP_APPR_BASE1")
addLoadEvent(start_autosave);
</script>
thanks....

i guess you are trying to use ERMS(email reponse management system in CRM) either support desk or help desk.
u need to configure a whole setup in order to make this functionality work.
please make clear whether this is the one you are trying to achieve.
ERMS functionality in short: it has all mail box servers in place. once the mail comes from a user to a mail box, based on content and information the email is routed back to respective mailing list. the person picks the mail and replies back to the mail box which routes back to the user requested.
it uses process schedulers,IB gateways, nodes,SMTP servers to do the job.
Thnks!

Similar Messages

  • Okay guys, it's time for an Autosave function.

    Readers, post a short reply or something if you're with me on this.
    Developers/Employees of Adobe, Listen up, seriously.
    YOU NEED TO INCORPORATE AN AUTOSAVE FEATURE INTO ILLUSTRATOR.
    No more excuses. I'm not concerned with degrading the performance of the software. Other programs have figured this out, you guys are way behind. I understand that Illustrator doesn't work the same way as Indesign; it's not essentially a visual representation of a database and therefore really quick to save. I understand that incorporating an autosave function would mean that I have to pause for a minute or so every so often. I don't care. Let me tell you what really eats my time, when your software crashes and I have no way of recovering anything. I might only remember to save twice a day, in which case I'm royally f****d. I suggest that you emulate Rhinoceros. You can set the interval between autosaves, and it automatically saves the file to a folder, replacing the previous autosave file each time. You can even turn it off. Come on guys, it's a no-brainer, and it will let me enjoy my years anneurism and conniption fit free. I mean it's embarrassing freaking out at your computer that hard, especially if you're working in a public place.
    PLEASE, PLEASE, PLEASE
    and thank you,
    Noah A. Modie

    Oh, to be useful, such an option quickly save a PDF in the background without because then it would took too long.
    History palette was also nice was that

  • AutoSave Functionality

    Hi Everybody
    I am working SAP ECC 5.0
    I want to implement an AutoSave functionality for '<i>documents_todo.htm</i>' in BSP HAP_Document.
    According to this functionality an employee has to fill his performance appraisal and during his filling tha page should automatically get saved after every 15 minutes.
    Could somebody help me in this regard
    TIA
    Asad

    Hi Frank, thanks for your reply.
    the link you posted, isn't it contradicting to your team member's suggestion Yes, it is. I'm just searching for the right arguments pro and contra a autosave functionality. I dont think one can state that "autosave functionality enrich user experience".
    ... Here your user experience will drop massively if validation fails because the user did not know that what he/she typed in didn't meet the required data consistency policy It is not intended that a user does not know where something went wrong. Even after a "autosave" messages should inform the user whether the save is valid or invalid and if validation failes he should be informed where and why it went wrong.
    ... you should have a word with the team member about what the expected usability gain should be and how he/she feels about required data validation. The team member believes:
    - applications would work better on tablets.
    - it would be better for overall user experience.
    - give an end user more freedom.
    - there should be less required data.
    My personal opinion is that I want to decide myself whenever I want to save a form and I dont want invalid data in the database. I'm just trying to see web applications from inside an end-users head and I'm not - like you guys - convinced that this is a kind of functionality that users are waiting for.
    Koen

  • Testing of Broadcast email functionality in Peoplesoft CRM Online Marketing

    Hi,
    I am trying to create a marketing dialog in Peoplesoft CRM.It has a date time trigger event which is in turn associated with a broadcast mail. I tried running it for a test audience by clicking "Test" button. However, the email is not getting generated and it does not show any error on the page.The status of the dialog gets changed from "Design" to "In Test" also. Is there anyway to find out the reason why the email is not getting sent?I checked in the email job report and the trigger shows a status of "Queing". Also, I read somewhere about mailcasters. Is setting it up mandatory for broadcast emails?The dialog execution server has already been setup and is running successfully.

    i guess you are trying to use ERMS(email reponse management system in CRM) either support desk or help desk.
    u need to configure a whole setup in order to make this functionality work.
    please make clear whether this is the one you are trying to achieve.
    ERMS functionality in short: it has all mail box servers in place. once the mail comes from a user to a mail box, based on content and information the email is routed back to respective mailing list. the person picks the mail and replies back to the mail box which routes back to the user requested.
    it uses process schedulers,IB gateways, nodes,SMTP servers to do the job.
    Thnks!

  • Does Flash CS3 or CS4 have an Autosave Function?

    I can't seem to find it as an option in CS3. If not, is there an extension that I can add in? I've found one for MX, but umm...not using MX and I don't know if it will work in CS3. Thanx.

    it's not a native feature of flash.
    but guy watson made an autosave extension for flash mx and he may have updated it for cs3 and/or cs4.  use google to search.
    addendum:  using the flash preferences you can enable autosave with testing and publishing

  • Delivered Drill-Down functionality in PeopleSoft 9.1 ..

    What type of functionality comes delivered with eCompensation around generating detailed summary reports with "drill-down" capabilities?
    What would have to be enabled? What kind of skill sets would be needed?
    Thx.

    Hi
    Select all the three columns as drill down keys in the city. This should resolve.
    No need to create separate hierarchy.
    Hope this helped/ answered.
    Regards
    MuRam

  • Does Encore CS4 has Autosave function  like Premiere Pro

    I don't seem to find about it. Recently I had a project that suddenly lost it's menu and so was replaced by a template. It was fidly an busy so I would love to get it back without redoing it. (Butons, links and all)
    Thank you for your time
    MM
    PS I just found an entry from 2006 that does not answer the question but suggest to have this feature in the "wish List"!
    I think I'm going to redo my menu!

    Say that again, I finally fix the project to encode and probably would have done better starting from scratch too. I find the size confusing. I noticed the blue line seems to be the size of the project. I added back my HD video clip and it seems to show 37 GB. But this time I won't hold my breath to long and "que sera, sera" I may have to do it all over again! it just a shame to waste so much real estate. 12, 15 GB is a lot especially when one think about DVDs. I may need to think about finding appropriate BR size
    I found the above in a "recovered session! But today I have to report that I have not made any progress:
    I noticed whilst burning with imgburn there are a lot write Retries (440, and I'm barely 2% complete. I must admit I have no idea how all this works - I can see the buffer at 100% and the device buffer line flicking to 100%
    I just lowered the writing speed that was X8 down to X2 (here we are at 3% with 550 write retries).
    I was quite hopeful with the setting to DL 50GB that should have been the problem.But!
    According to imgburn, the source shows 35316,957,184 bytes so it should fit onto 50gb.
    I know all this is very complex and I'm not up to it to understand the whole process - yet knowing I have had one successful burn and in the past I had not trouble with DVD burning - I should get somewhere!
    Searching more for an answer I found a 2009 post that talks about BD DL and suggests each layer will only take 25 gb and therefore we should try to have two parts no more than 25 gb in the project to burn on a 50gb DL BD? Have you heard of such thing?
    Well It's almost 7hours and the burning is 96% - Since I have no changed anything I don't expect too much about this session.
    Message was edited by: Michelmnr

  • Is there a way of getting my Air client to autosave?

    Hi,
    we have developed an Air application and want to add autosave functionality.
    Does anyone know how to do this? Is there a Cron function?

    Maybe use a timer. Here is a link to an article discussing timers and the enter_frame event:
    http://help.adobe.com/en_US/as3/mobile/WS4bebcd66a74275c36cfb8137124318eebc6-7ffb.html

  • Adobe 9 Pro crashing in Win7 x64 - and Autosave

    I've searched all through the internet and these forums (which do have good info), although I have not found a solution to my problem.
    We have a small office of 10 computers with Windows 7 Professional 64bit (on win2008 server domain) each with Adobe 9 professional (all updates and patches installed).
    For the most part everything runs smoothly and great, but every so often ( a few times per week) Adobe will crash while working on a large PDF (100 or more pages, with bookmarks, highlighting, etc.) and the user will lose the document they were working on unless it had been recently saved. The crashes are so intermittent and unusual, I'm not concerned with that at the moment... there appears to be no common denomenator in the crash happenings.
    What I am interested in is a better Auto-save feature or way to more fully restore Auto-save data files.I've changed autosave to happen every 10, 5, even 1 minutes, but although after the crash happens, Adobe recognizes the autosave and tries to open it, the document is corrupted and of no use, having lost a great deal of information in the original PDF. So, I'm telling my users to constantly click "Save" or Ctrl-S.
    Is there a better autosave functionality? A way to not save a backup only data file that can be recovered upon crash, but an automatic save to the current document? Any solutions, ideas or discussion is certainly welcomed here. Thank you for your time and I'm very interested to hear any ideas and/or thoughts!
    Dan

    Thank you again for the reply. I have been worried it's an x64 issue. Normally everything works so well though. I certainly understand that any program may have issues and crash from time to time.
    What would really be helpful is more info on the auto-save feature. I have not been able to find any way to modify its settings (other than on/off and how often). Does anyone know of a way to not merely auto-save a backup, but to have Adobe automatically save an open PDF on a specific interval, equal to ctrl-s to save? Thanks again for any help.

  • Issues between SharePoint 2010 == Acrobat X Pro and autosave

    Hey all,
    Seeing two issues with Acrobat X Pro in an enterprise environment that also uses SharePoint 2010 heavily.
    #1
    Crashing Acrobat X Pro not autosaving correctly when dealing with partially remote user profiles. These are user profiles that are local (not roaming profiles), but are forced via registry to consider the Documents location to be a network location (accessible via CIFS). I noticed when helping a user that has lost work that the temporary autosave files are still local, and there did not seem to be a recovered document via Acrobat for this SharePoint-loaded PDF file. The user had this file checked out and had done a few hours of work when the crash happened. Any recommendation on:
    - reporting this to an Acrobat engineer, particularly the team working with SharePoint integration via the dll Acrobat uses to accomplish that
    - settings to tweak to ENSURE that crashes will leave recoverable autosaves when working in Acrobat directly on SharePoint 2010 PDF files
    #2
    The following error is produced in Acrobat when trying to click version history documents in SharePoint 2010. "The URL you have provided could not be reached. Please verify that the URL is correct and that the network location is reachable." The revision of the document is reachable, but through typical HTTP via a web browser...but not through the SharePoint <==> Acrobat X Pro COM object magic that works fine for currently checked out documents. Please see inserted image. Thoughts on a fix?

    update for anyone interested--
    #1, broken autosave functionality for acrobat documents controlled by SharePoint (i.e. checked out from SharePoint and then worked on), I have duplicated this for Adobe. They have confirmed this is a bug, and have assigned it bug number 3328962. This bug means that your autosaving settings for Acrobat documents in SharePoint will not do anything-- so crashes of Acrobat, your computer, etc. while you are working on an Adobe Acrobat document you checked out from SharePoint will leave you in the state of your last manual save (with the SharePoint server).

  • When typing an email, a draft autosave feature locks up my wife's computer. Can it be disabled?

    My wife has a desktop computer using XP and Firefox as a browser. The machine seems to lock up for several minutes when "autosave" functions to save the email as a draft. This happens while typing data. In other words, she is not asking for the document to be saved. I don't find anything about this under "options", so I don't know how to disable the function.

    The problem is that all services are bundled with your Apple ID ([email protected]):
    Your iCloud account (Mail, Contacts, Calendars, Reminders, Notes, Backups, etc.),
    also iTunes & App Store purchases (Music, Movies, TV Shows, etc.),
    and the iTunes Match services.
    (I guess that all your devices - yours and your wife's are connected to one iTunes library, right?)
    If you want that your wife gets her own iCloud account for Mail, Contacts, Calendars, etc. but gets also access to your media then you have two set up two things on her device:
    iCloud (Settings > iCloud) with her account (e.g. [email protected])
    and
    iTunes & App Stores (Settings > iTunes & App Stores) with your account (e.g. [email protected]).
    In this case she gets access to your library and could use the same iTunes Match account.
    (See also: Using one Apple ID for iCloud and a different Apple ID for Store Purchases http://support.apple.com/kb/HT4895)

  • Novice needs help making Pages autosave

    This week I've had two incidents where my computer has slept or the battery has run down while I'm working on a paper in Pages and I've lost every bit of work I'd done since the last save (is it normal for the computer to shut down - as in needing to boot back up when I connect the charger - when it runs out of power?). I've found a few threads here that discussed how to make Pages autosave, but they presuppose a level of technical skill that I just don't have. Would anyone be willing to walk me through the steps to make Pages autosave so I don't end up having an anger-induced seizure?
    And, can anyone give me some idea why Pages doesn't have an autosave function? It seems like a pretty egregious oversight.
    Thanks.

    Welcome to Apple Discussions Michael
    Yvan Koenig has made an AppleScript available. I copied the info below from one of his previous posts.
    (1) go to my idisk
    <http://idisk.me.com/koenigyvan-Public?view=web>
    Download
    foriWork:autoSaveiWork.zip
    Expand it,
    double click on "autosave&zip4iWork.applescript"
    Read the given explanations and apply them.
    (2) Download SaveCircle
    http://savecircle.softonic.fr/mac
    As for the suggestion that this feature be included in a future version of Pages, I suggest you leave feedback for the Pages team regarding this. You can find it under the Pages menu > Provide Pages Feedback. That takes you to the same page as this link.
    Message was edited by: Peggy

  • PCard Functionality in Financials 8.8 SP1

    We are looking at implementing the Procurement card functionality in PeopleSoft Purchasing. We are in the very preliminary stages of this project and are in need of some further clarifications about how this is supposed to work. If there are any existing companies using this that we could contact that would great. But we would also like some feedback here as well.
    The big question we have is how is it implemented in conjuction with Requisitions and PO's. Where do these flow to and what information is transferred with regard to the Pcard. Is the Pcard transaction initiated with the Req or PO and info is sent to vendor. Or is Req or PO more backfilled after the fact from the bank statement. In other words where do these come into play in the process
    The other area revolves around Comodity Codes and Merchant Category Codes. What are there origins and how are they kept in sync. Are commodity codes internal to the application and only apply to items stored in a catalog? Do we need to load the MCC codes from the Pcard issuing bank?
    We have been able to find some very good information on how the card statements can be loaded into PS.
    Here is some of the PeopleBooks I have used:
    PeopleSoft Purchasing 8.8 PeopleBook > Managing Procurement Cards
    Enterprise PeopleTools 8.48 PeopleBook: Security Administration > Understanding PeopleSoft Security, Setting Up Permission Lists, Setting Up Roles, Administering User Profiles
    PeopleSoft Financials, Enterprise Service Automation and Supply Chain Management Application Fundamentals 8.8 PeopleBook > Defining Financials and Supply Chain Management Common Definitions
    What we are struggling with is the purpose of POs and Reqs in the process.
    Anything that someone could tell us about thier experience with PCard would be appreciated.
    Thanks!!
    Scott

    TomL <[email protected]> wrote:
    Any performance improvements?Yes.
    TomL <[email protected]> wrote:
    Is JDK 1.4.2 supported?No, BEA has not published 1.4.2 support for any platform -- some
    platforms do support 1.4.1_03, though.
    TomL <[email protected]> wrote:
    Any changes in supported JDBC drivers?Yes, see e-docs.
    Brian J. Mitchell
    Systems Administrator, MIS
    TRX
    6 West Druid Hills Drive
    Atlanta, GA 30329 USA
    http://www.trx.com
    email: [email protected]
    office: +1 404 327 7238
    mobile: +1 678 283 6530

  • FCP 'autosaving' project while Compressor rendering?

    A 90 minute docu. Thirty hours of rendering. I just noticed FCP 'autosaving' the project file. Which took a long few minutes. Now Compressor is going again ... but there seems to be no diminishment of the 'remaining time' in the History window. I can't tell whether Compressor is stalled or not. I can hear the computer occasionally working.
    Could the FCP 'autosaving' have frozen Compressor somehow? Though there is no spinning beach ball. I realise I should have turned off the 'autosave' function in FCP ... but never have before, and never had Compressor SEEM to stop before.
    How can I know if the render has somehow come off the rails. Ooops!
    Just 'hid' FCP to see if I could find the little indicator that Compressor was rendering. And when I tired to move the Compressor history window aside ... the Apple Cinema screen just went black. And I can't seem to refresh it or bring it back.
    Help!
    Ben

    Thank you Alberto,
    To my surprise ... the reason FCP was autosaving was because Compressor had actually finished the render ... even though it was still saying there were fifteen hours to go. Go figure. I'm not sure why the screens went blank. But with a reboot I went to look at the folder where the master was to be exported ... and there is was, complete and pristine. Mmmm. Wonder why Compressor was showing fifteen hours to go ... perhaps it was thinking it was compressing video and instead was doing the Dolby sound, which went through so fast ... mmm, that doesn't sound right either. A mystery.
    Ben

  • Autosave - Android Adobe Reader

    I have a form that I have created that I require our technicians to fill out when they are on a job remotely from their android tablet which then get submitted to a designated email. (This I have achieved successfully). The technicians have the file saved on their tablets.
    Everytime the form is filled out on the tablet and submitted it stays filled out. Is there a way of making it a template or read only so everytime the file is opened it is still the blank form?
    I think it may be something as simple as an autosave function in the android version of adobe reader, can this be truned off???

    Hi Kamal,
    Please feel free to submit your request via this forum: Community: Acrobat Feature Requests | Adobe Community
    Best,
    Sara

Maybe you are looking for

  • How to create a .CSV file & place it  in Application server

    Hi All, I have a requirement like . 1.Create a .CSV file by using report output data. 2.The .csv file should be placed in application server. When user will execute the report, automatically a .csv has to generate and that should be available at appl

  • OC4J with Axis2

    Hi all! I've a problem with my oc4j. I'm working in a Ws client & i've to acces on Axis2. When i deploy de service i've this response. On the ORACLE enterprise manager 10g i put all the libs that i need, but in the SOAP response i've got this message

  • Issue moving from lightroom to edit in PSE 9

    Hi I am getting use to using lightroom 5 and have been using PSE 9.  i have tried to using the" edit in" option move my photo to PSE from light room only to find i can't edit the photo at all in PSE 9 I have a circle with a line through it for my poi

  • How to Reduce import time

    Hi All, Import time of a specific dump file is 1.5 Hr on oracle server 9i realese2 OS is United Linux. While the same file is imported on another machine having oracle server 9i realese2 OS is windows XP in 15 min. Although the specification of Linux

  • Had to upload iTunes library fr backup, how do I upload iTouch playlist w/o

    My iTunes library got corrupted and I had to restore it. Now I no longer have my playlists, etc. My question is how do I upload my playlists and other songs from my iTouch and iPod? When I connect them, iTunes tells me these devices can only connect