How to supress automatic save ..

Hi,
Ours is a Siebel 8.0. We have a requirement to implement a UI workflow for our users to
(1) dis-allow or suppress automatic save of a record (say, Opportunity or Activity) when user creates a new record or updates an existing one
(2) when user steps off the applet after an attempted creation or update, prompt him/her to hit a SAVE (or similar) button to initiate the record save (CREATE or UPDATE).
I'm sure this is a common requirement from many companies where they are used to the SAVE functionality.
Any thoughts on how to go about this one, will be greatly appreciated.
Thanks in advance.
Albert

Hi Albert,
Here are the steps you might want to take to resolve this issue, remember the solution is bassed on scricpting.
1. Create a "Save" button on applet
2. On Applets PreInvokeMethod event write the following code to set the profile attribute for the method invoked by button
     if (MethodName == "SaveRec")
          TheApplication().SetProfileAttr("SaveRec","Y");
          return(CancelOperation);
3. On BC'c PreWriteRecord event write the following code
if (TheApplication().GetProfileAttr("SaveRec")!= "Y")
          TheApplication().RaiseErrorText("Please click on Save Rec Button to save your changes");
          return(CancelOperation);
else
     return (ContinueOperation);
4. Now on BC's WriteRecord event write the following code to reset the profile attribute
TheApplication().SetProfileAttr("SaveRec","N");
5. Compile your changes and test throughly.
Hope this helps.
Regards
Chetan Sethi

Similar Messages

  • HT2500 how do i automatically save all emails after i have read them

    How do I set up Mail to automatically save all emails that I have read?

    Unless Mail has changed in Mountain Lion, which I don't use, you shouldn't have to do anything. They should just remain where they were. Are they disappearing after being read?
    Maybe there's some Preference in 10.8 Mail I don't know about. In my 10.6 Mail, I would Open>Mail>Preferences>Accounts>Mailbox Behaviors. Should be at that location in ML Mail>Preferences or somewhere in Preferences.
    Btw, you're in the Snow Leopard (10.6) forum.

  • How can I automatically save as a jpg layer groups?(layer group jpg)

    Has created a 10 layer groups in Photoshop (there are multiple layers in the group layer.)
    10 Photoshop layer groups
    I try to save the JPG file to 10.
    How can I batch or automatically save?

    Just so you are aware, jpg does not support layers. However there is a script actually two scripts that can take the layers and create individual files.
    File>Scripts>Layer Comp to Files
    File>Scripts>Export Layers to Files
    The former requires you to use layer comps which is a way of creating sets of layers to create a comp. The latter is just as it says.
    But as I said anything saved as a jpg will be a single layer with no transparency.
    Psd and tiff are the only two that should be used for multiple layers and transparency. There are other formats that support transparency, but is not the scope of this thread. At least for now.

  • How do I automatically save array data to a spreadsheet?

    I am setting up a 24 hour test where I would like the gathered array data to automatically save to a spreadsheet every 4 hours. Is there a way to set this up with the Write to Spreadsheet file.vi?
    Solved!
    Go to Solution.

    Sure, you just need a timer that will  tell you when the 4 hours are up.  Take a look at the attached timer, I picked it up on these forums a while ago but I cant remeber who to give credit to for it*.  Just use this timer to trigger a case structure holding the write to spreadsheet function.
    *It is from Bloomy controls
    Message Edited by jmcbee on 03-17-2009 09:39 AM
    CLA, CLED, CTD,CPI, LabVIEW Champion
    Platinum Alliance Partner
    Senior Engineer
    Using LV 2013, 2012
    Don't forget Kudos for Good Answers, and Mark a solution if your problem is solved.
    Attachments:
    Interval Timer.vi ‏21 KB
    Delta Time.vi ‏22 KB

  • How do I automatically save the config of an ASA every day?

    Is it possible to automatically save the config files of an ASA to a central server on the network? We have a unix machine with syslog and snmp running.
    Thx,
    Marc

    You can pull the config via SNMP WRITE which can be dangerous. There are commercial/open source tools that will go out grab the config. Search keyword cisco at sorceforge for some of the open source tools. For commercial tools, take a look at www.solarwinds.com.
    Hope it helps.

  • How can I automate 'Save as PDF' in Safari?

    I routinely research stuff, then save it in PDF (it seems to be a better format that html pages).
    Is there a way I can automate this, rather than the lengthy CMD+Print>PDF>Save As PDF routine?

    You can also script the user interface with an AppleScript. The following AppleScript will save the current Safari (Version 3.1.2) page to the default location (if you want to specify another location, just remove the last keystroke return statement):
    <pre style="
    font-family: Monaco, 'Courier New', Courier, monospace;
    font-size: 10px;
    margin: 0px;
    padding: 5px;
    border: 1px solid #000000;
    width: 720px; height: 340px;
    color: #000000;
    background-color: #FFDDFF;
    overflow: auto;"
    title="this text can be pasted into the Script Editor">
    -- save the current Safari page as PDF
    tell application "Safari"
    activate
    tell application "System Events"
    keystroke "p" using {command down} -- activate print menu item
    delay 0.5
    tell sheet 1
    repeat 2 times -- tab to the PDF button
    keystroke tab using {shift down}
    delay 0.25
    end repeat
    keystroke space -- press the button
    delay 0.25
    repeat 2 times -- move to the save item
    keystroke (ASCII character 31) -- down arrow
    delay 0.25
    end repeat
    keystroke return -- activate the menu item
    delay 0.25
    keystroke return -- press the save button
    end tell
    end tell
    end tell
    </pre>

  • How do I automatically save running config onto startup config?

    When I configure onto a router, the configurations are stored in running configuration and it requires for me to run "wr" command to store running configurations onto startup configuration.  Thus, this enables the configurations to be retained even after router restart.
    Is there any mechanism, wherein any configuration that I do on the router, should by default be written onto startup configuration, without me explicitly invoking the "wr" command every time.

    Hi,
    As mentioned, there are several ways to do a periodic backup. You have commands that range from two lines to several lines. I use the following to do a write mem every 6 hours daily.
    kron occurrence daily1 at 00:00 recurring
     policy-list save-config
    kron occurrence daily2 at 06:00 recurring
     policy-list save-config
    kron occurrence daily3 at 12:00 recurring
     policy-list save-config
    kron occurrence daily4  at 18:00 recurring
     policy-list save-config
    kron policy-list save-config
     cli write memory
    If you want to do a write mem every one hour, You can use the following commands
    event manager applet WR_Conf
     event timer cron name WR_Conf cron-entry " 25 * * * *"
     action 1.0 cli command "enable"
     action 1.1 cli command "wr"
     action 1.2 syslog msg "Config has been saved by EEM script"
    Thanks,

  • How to automatically save an image...

    how can i automatically save an image coming through an URL like the one below.
    http://localhost:88/product/images/thumbnail/12345678t.jpg

    actually, we have a tool which creates thumbnail, medium and lot of other images on the fly.
    We wanted to change the process so that we can save the images to a physical directory and cache the images instead of creating them on the fly

  • Everytime I open a pdf file in the internet it automatically saves it on my hard drive. How do I disable this?

    I want to disable the feature that automatically saves a pdf file everytime I try to open one. I was prompted whether or not I wanted to save /repeat the task - saving/downloading - for all smilar types of files and clicked yes. I can't figur out how to turn it off

    Hi willow38946771,
    Could you please let me know what version of Acrobat are you using.
    Where are you viewing this PDF file?
    Hope to hear from you.
    Regards,
    Anubha

  • How do i get pages to automatically save as a .docx format?

    I can export to a word format, but how can I get it to automatically save as one?

    Pages is not a Word substitute, it saves to .pages files.
    You Export to Word .doc/x.
    If you want a Word substitute try LibreOffice [free].
    Peter

  • How can I get iMovie to automatically save to my external hard drive?

    I am trying to use my external hard drive for iMovie because my movies were cramping up my hard drive. I already moved them and that worked fine. The only problem is that I don't know how to get iMovie to automatically save to the hard drive now. I don't want to have to keep moving the files from my movies folder to the hard drive.

    Do this on the import screen. Look toward the bottom.

  • I keep getting home screen that says AUTOMATIC SAVE FOLDER SCREEN, AND I AM SICK OF IT HOW CAN I GET RID OF THIS AUTOMATIC SAVE FOLDER SCREEN?????

    SAME AS ABOVE AUTOMATIC SAVE FOLDER SCREEEN KEEPS POPING UP INSTEAD OF HOME SCREEN HOW DO I GET RID OF IT

    in this case please directly contact the extension developers through the means provided at their homepage - they can likely give you more detailed guidance and are the only ones who can fix bugs or make necessary adjustments in the addon. thank you...

  • How to automatically save a report locally after a user has ran the report

    Hi All,
    I am currently working on a report where part of the the requirement is as follows:
    --> report is to output into t CSV file that will be used later on.
    --> report will need to write the CSV file into a defaulted location eg "C:\mydirectory\my_reports"
    Therefore, the the user runs the report, it will automatically save into this directory instead of have to select the Export option on the report and save it to the required directory.
    I am aware that bursting enables this feature and will save the file into a directory, however, I cannot find a solution that allows this automatic saving of reports to a specified directory.
    Has anyone done this before or is it even possible?
    Cheers,
    Jonas

    For that use iqy queries ...
    here you will able to see more information on how to create iqy http://oraclebizint.wordpress.com/2007/10/31/oracle-bi-ee-101332-iqy-and-auto-generation-of-go-url/

  • How to save attachment with 'Automatic Save' set to False

    Hi,
    Can someone please clarify for me how I should code for making sure that the attachment is saved (when 'Automatic Save' set to False) . The Developer's guide states that
    "...in the processformRequest method of the controller object, you need to capture the event of this submit button and call commit() explicitly."
    I assume that by "this submit button" the button located on the product page is meant (the page from which attachments page is invoked). In this case my question is - which event to I need to capture for this button? If I am already commiting changes when the user clicks the Apply button on the product page (not on the attachments page) then I thought no additional commit is required anywhere? Is this correct? My problem is that with 'Automatic Save' set to False the attachment is not being saved.
    Thank you.
    Anatoliy

    Rumkumar,
    Thank you for the clarification. Let me ask you please - by calling commit you mean issuing 'transaction().commit()"? The thing is that I AM doing that - I issue commit once I click submitButton on the product page, all changes are saved except the attachements - but the attachment is not saved. Do you have an idea what the problem might be? Of course if I set 'Automatic Save' property on the Attachment item to 'True' then I am fine. I appreciate your feedback.
    Thanks,
    Anatoliy

  • How does one ensure an automatic save function every 5 mins for any document you are working on. Yesterday I erased a doc I was on and had to rework from the start.

    How does one ensure an automatic save function every 5 mins for any document you are working on. Yesterday I erased a doc I was on and had to rework from the start.

    Well I understand that auto save is already present and saving your doc every 5 mins. But then why do you think, this did not happen yesterday in the following case?? I wrote one page of a long document and wanted to format it before proceeding. I selected the part to be formatted and instead erased it. I could not find that page again. I had to rewrite the matter.

Maybe you are looking for