Saving validation results for later processing

Greetings!  I'm trying to come up w/ a way to save validation results (found server side in this.Details.ValidationResults) to an attached entity so that they can be worked by a user at a later time.
Has anyone implemented such a pattern?  I can't seem to find any examples...
Thanks in advance!

@sharpLj - thanks for the reply and article link.
What I'm looking for is a pattern to SAVE the results of validation rules.  For example, take a simple application that allows users to bulk import (by way of csv upload to server) hundreds of CarManufacturers and CarColors.
So, you might have a csv that looks like this....
CarManufacturers,CarColors
BMW,Green
Audi,Blue
Ford,Yellow
Audi,Silver
These values get uploaded to a simple table w/ two properties (CarManufacturer & CarColor)...
I also have two other tables for "CarColorValidation" (Manufacturer 1toMany Colors)..
Say that those tables are loaded like this:
BMW -> Green,Blue,Red
Audi -> Green,Black,Blue
Ford -> Yellow,Green
Now, to pull this all together...
Cars and colors are uploaded, again, in bulk.
I have validation rules wired up that will look at the uploaded CarManufacturer and its CarColor and make sure that the CarColor is valid (found in the CarColorValidation tables) for the given CarManufacturer. If it is NOT found (in my example the Audi
that is Silver) then i set a validation WARNING (so i dont block the save process).
What I want to do is SAVE that validation warning (perhaps to an related table) so that a user can come back later and correct the invalid car color.
thanks again for any ideas!

Similar Messages

  • If i have "saved my tabs for later", how do i recover them during a later session?

    with several tabs open, i chose "save tabs for later". i then quit firefox, and did not "restore the previous session" when i opened it next. i have now opened firefox again, and would like to restore the tabs that i had previously saved. how do i do that?
    i am using firefox 6.0.1 on a mac with os 10.6.8.
    thanks.

    I guess when you update to 6.0.1 it defaults to "clear browser history" every time you exit. So if you have it set to save your session it will give you the option when you quit, but end up clearing your history, so it won't be able to restore it.
    1. First go to Tools>Options
    2. Privacy>History
    Here there will be History options, Select "Use custom settings for history"
    3. Make sure "clear history when Firefox closes" is UNChecked
    I am using Windows, so the commands may be different.
    Reference:
    http://www.pinoyquickguides.com/firefox-6-0-1-doesnt-show-tabs-from-last-time-how-to-restore-tabs/

  • Customizing the statistic result for the process management

    Hello everyone ,
        As you know , we always need customize some statistic for the customers , some customers wonder whether they can Stat according to the all the data in the form for the process  . And these statistics such as the numbers of everyone who start process , the average work efficiency of each staff (the period who deals with his/her job)  etc. , many kinds of these requirements .
       Is there any ready methods to realize this requirements , it seems the BAM can not  be suitable for all of these requirements ; at the begining , I want to save all the data into DB , but I am afraid that this will make the system very slow if there is a large number of these data in the DB.
       Well , can anybody give some suggestion ? Thanks a lot !

    I think BAM is your best option.
    If you don't get the statistic that you need, you can always build a custom dashboard object (graph) to get it.
    Jasmin

  • Saving test results for retrieval later.

    I have a program that works for testing semiconductors using GPIB control of some HP equipment. The problem is that although it looks like it saves properly (lets me choose directory and name the file), I cannot retrieve any files. When I try to retrieve, the program automatically brings up the last test saved. I am using Open/Create/Replace File, Write File, Close File and Read File. I have an event structure loop that has the options: Run Test, Save Test, Recall Data and Quit. As soon as I hit the recall button the last test saved appears on my graph and output array indicator, then the window comes up asking me for file name etc. I am using LabVIEW 7.0. Any ideas?

    I believe I am closing the refnum by using the FileClose VI. I have attached a simpler version of my program that is doing the same thing. I used local variables to create the data types for saving and recalling the files. Do I need to add the file extension when I name the file I am saving? Thank you for looking at this.
    Attachments:
    File_I-O_trial.vi ‏216 KB

  • Saving user input for later use ! How ?

    Hi ! I wrote a simple program called GPA Calculator. In the program, the user chooses the lessons he takes and he enters his grades on those lessons and the computer calculates his GPA. It was a simple task to do thanks to swing class.
    But the problem is , since the user always choose the same lessons, I want to add a user control interface by which , a user can save his information by pushing a button which will be called "save"and when he runs the program again and after logginning by his username , his lessons are shown automatically by the program.
    I know a bit C++. And the only solution that popped into my mind is saving the data in a text file.And after he logins again , checking if there is such a user in the saved text file. In C++ there was a file processing method called random access files and i am planning to use it exists in java (i am gonna look for it).
    Since i am new to java and programming, I want to ask you naively if you advise me any other methods.
    Thanks for your help iin advance.
    (I hope now it is the right place to put this message :)

    i am trying to use a database system (and learning it)
    i downloaded derby. but everytime i am trying to run the program , i encounter this error. i am trying to use derby in embedded mode .
    java.lang.ClassNotFoundException: org.apache.derby.jdbc.EmbeddedDriver
         at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:276)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:169)
         at SimpleApp.go(SimpleApp.java:64)
         at SimpleApp.main(SimpleApp.java:48)
    i tried to solve the problem but i couldnt.can you pleease tell me what to do step by step ?
    thanks for your help ....

  • Download and store file for later processing

    Hi
    Is this possible without using the FileConnection API:
    1. Download an archive (XML-File with images) from a webserver and store it into RMS
    2. Read the archive later and open it
    3. Store the contents of the archive into RMS and delete the archive
    4. Process the XML with a parser
    5. I am lucky
    Kind regards
    Mic.

    Hi
    I must confess that I don't see the utility of the FileConnection API in your situation. When you speak of RMS then the JSR 75 has no use at all. Using RMS you provide a 'universal' solution to storing data in any Java enabled mobile phone.
    So, you would need knowledge of: HTTP communication (http://java.sun.com/developer/J2METechTips/2001/tt0820.html), RMS (http://developers.sun.com/techtopics/mobility/midp/articles/persist/) and XML parsing (http://developers.sun.com/techtopics/mobility/midp/articles/parsingxml/)
    Mihai

  • Saving browsed songs for later purchase

    I enjoy the just for you option in iTunes, but sometimes I am not ready to purchase songs immediately. Is there an option to store songs in a wish list other than emailing an alert to yourself? Thanks for the help

    Create a new playlist in iTunes for songs you want to buy later, drag a song you are interested in from the iTunes store. If you want to purchase the song later go back to your list and click on the Buy Song button.

  • Queue up trigger requests for later processing?

    I'm creating a trigger on multiple tables. The trigger is setup to make a utl_http.requests() to my webpage. Because the tables will have more than one change within 5 mins I would like to avoid making the HTTP requests until some time limit has passed. How do i queue up the triggers and once a specified time has elapsed make the single HTTP call?
    We're using Oracle 10g. If schedules are involved (havent read up on them yet) then how do i set it up so that it is not only queued to start once in 5 mins on the first trigger but on all subseuqent triggers it doesnt harm the first trigger's newly created schedule.
    Message was edited by:
    quantass

    You could insert your requests into a dedicated table and have a job running in the background every 5 minutes process to process the newly inserted rows.
    This job could be written with also dbms_job package.

  • Saving iMove projects for later edit by PC users

    I've been converting a lot of VHS tapes to DVD for friends and family using iMovie and iDVD. Lately, I've been getting asked if I can simply hand over the digitized files to them for editing on their computers with their video editing software. What's the best way to save an iMovie project to disc for people with PCs (or Macs) so that they can edit and create their own DVD?

    As Karsten said, the most foolproof method is to give them tape.
    I don't know what kind of video files PC editing apps can import. Looking from the Mac side, a DV-stream (.dv) would be the most convenient format because iMovie can readily export it. The downside is that all scenes would be stuffed in a single file (unless the user exported each scene separately) and it would be up to the PC app/user to re-split the scenes into clips.
    Another tempting format would be a DV-encoded .avi. But then you should remember that due to a bug in iMovie HD, it can't properly export it.
    http://www.sjoki.uta.fi/~shmhav/iMovieHD_6_bugs.html#expertsettings
    So you should then use a workaround and use apps like MPEG Streamclip to export the iMovie project as a DV-AVI.
    http://www.sjoki.uta.fi/~shmhav/SVCDon_a_Macintosh.html#imovie_3rdparty
    The latest MPEG Streamclip beta has a Save as... -command which AFAIK should wrap a .dv file as DV-AVI (choose AVI from the pop-up).
    ...but as I said, I don't know how the PC apps handle these formats.

  • Getting error while opening a saved for later notification: The selected action is not available. The cause may be related to security. Contact your system administrator to verify your permission level for this action.

    Hi All,
    While opening a saved for later notification, we are getting "The selected action is not available. The cause may be related to security. Contact your system administrator to verify your permission level for this action". error.
    This is a custom notification.
    Please help.
    Thanks
    Raghava

    HI All,
    Please help on this issue.
    Thanks
    Raghava

  • Result Recording for In Process Inspection

    At the time of taking Usage Decision for In Process Inspection, system gives warning message if Results have not been recorded. Can this Warning message be changed to Error message so that user could not able to take UD without recording the results.
    Thanks in advance
    Srini

    Dear Srini
    1)Use status profile for restricting the user to do UD without doing RR. use this link for doing it
    Link: [https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/20fbc091-ea3a-2b10-f0a3-877ffbf36436]
    2) you can use this auth object for doing the same restriction - Q_INSP_FIN
    Link: [Re: Preventing UD without results recording]
    Regards
    Gajesh

  • Need to stop Email Notification when Transaction is Saved For later

    Hi Team,
    We are getting mail notification when any transaction is Saved for later. We need to stop this mail notification because for every transaction we are getting mail ? is there any possiblity that we can stop this activity for mail notification only for transaction SAVED FOR LATER.
    Details are:
    Application : 12.1.3
    Responsibility - Manager Self Service , HR Professional
    Kindly reply with your valuable suggesions.
    Thanks in Advance.
    Basaw

    I think u need to check ur work flow settings , where mailer will do this sending mail work
    please check the set up for that , and check with any wf expert once

  • Timeout for HR Saved For Later

    Hi
    Is there any way to set timeout for workflow item “Saved For Later”? It seems that we have numerous records with status “Open” under item type “HRSFL”. System is keeping records age more than 1 year.
    I’m looking for the correct way to remove these records if it exceed 90 days when staff did not proceed to update it.
    Thanks

    You must have registered some provider for your portlets. Go to adminstration screens of portal. Goto edit provider from there and increase the portlet timeout.
    Also change the time out value in your provider.xml for the corresponding JSPs.

  • There were no results for If i buy locked iphone 5s( verizon) from usa can i use it in india ..and when i buy this ph is this mandatory that i have to choose the carrier plan....and one more qs after unlocking still the warenty is valid..plzz tell me offi

    There were no results for If i buy locked iphone 5s( verizon) from usa can i use it in india ..and when i buy this ph is this mandatory that i have to choose the carrier plan....and one more qs after unlocking still the warenty is valid..plzz tell me officialy unlocking procidure in details...thank you..in advance...

    Your question has been answered.  Jailbreaking cannot be discussed here.  If you buy a phone locked to a carrier, it would be down to them to unlock it, and that's very unlikely if you've only just got the phone.  Locked phones are "cheap" for a reason - you're signing up for a contract and that subsidises the cost of the phone.

  • Saving movies for later?

    I have an i-pad mini (16gb).  It will only hold about 4 movies.  How do I take them off the device to add new movies, but still have them available for later viewing?  Is that were the cloud comes in?

    icwvx wrote:
    iCloud does not backup movies purchased from iTunes:
    http://support.apple.com/kb/PH12519
    iCloud will back up movies you have placed on the iPad yourself - however there is a 5gb free limit.
    This isn't quite correct.
    iCloud doesn't back up movies whether they are purchased or not, or whether they are on your mobile device or not. There simply is no need to. Purchased movies can always be re-downloaded assuming they are still available and non-purchased movies are assumed to be in your iTunes library.
    The purchased movies in the cloud that you can redownload, do not use any of your allocated (5 GB) iCloud space.

Maybe you are looking for

  • RFP responses MM related

    Hi All We are likely to get a RFP from one of our client, i have been asked to ready to respond to the RFP with questions and other related information from MM perspective. I have basic idea about what is RFP but have no experience on reponding on to

  • Hookup Bose Component connection to Vizio TV HDMI connection

    I got a new tv over the weekend and am trying to hook up my Bose sound system.  Is there an adapter that can be used to hook up the 5 plug component from the bose to the hdmi on the tv?  The tv only has one set of component plugs that will be used fo

  • Can I use flash.external.ExtensionContext directly?

    I mean, if I am not happy with as3 wrapper shipped with ANE and feel bold enough to create and handle flash.external.ExtensionContext myself - will adt correctly package the app? If I get no answer I guess I could just go and try, but then maybe some

  • Automatic trimming of blank spaces

    Hello, I noticed that Oracle Forms will remove all blank spaces from a text field automatically (if the text field contains only blank spaces). Is this controlled by a specific setting ? Thanks

  • On first plug-in of iPhone 4S, how long should the apple appear?

    My new iPhone 4 has been plugged in for the first time for about 2 hours.  Immediately upon plug-in, the Apple logo appears, but nothing more happens.  All buttons are non-responsive.