To have time stamps on the notes captured on serviceticket transaction

Hi,
Is there any option to have time stamps on the notes captured on an Opportunity / Quote / Order ..
especially in serviceticket.
the requirement is  to tag the notes entered in ST with TIMESTAMP.
Hope u guys understnd my question .....
sree

Hi Sree,
try the following comands you can use for the convertion of dates to timestamps and viceversa:
CONVERT DATE dat [TIME tim [DAYLIGHT SAVING TIME dst]]
        INTO TIME STAMP time_stamp TIME ZONE tz.
CONVERT TIME STAMP time_stamp TIME ZONE tz
        INTO [DATE dat] [TIME tim]
        [DAYLIGHT SAVING TIME dst].
Best regards,
Erika

Similar Messages

  • I have a 27inch iMac with snow leopard and 1 user, and a 24 inch (older) upgraded to yosemite and 5 users. I want to wipe the 27 inch and transfer everything on the 24 to it. I do have time capsule 3tb but not sure how to do it

    I have a 27inch iMac with snow leopard and 1 user, and a 24 inch (older) upgraded to yosemite and 5 users. I want to wipe the 27 inch and transfer everything on the 24 to it. I do have time capsule 3tb but not sure how to do it

    Move your content to a new Mac - Apple Support

  • Date and time stamp for the file

    Hi Experts,
    My Requirement is to create a csv file with the name testfile_date&timestamp.
    If i select add time stamp in the receiver file communication channel the file be as testfile_yyyymmdd_hhmmss_XXX.
    The XXX is message id which comes by default by selecting add timestamp option.
    but, i don't want the message id displayed in the file name.As i know from the blogs  we can reach this requirement as per Michels blog
    /people/michal.krawczyk2/blog/2005/11/10/xi-the-same-filename-from-a-sender-to-a-receiver-file-adapter--sp14
    I am not clear in the mapping. after writing the udf, to which filed i need to map with that udf.
    can you please tell me stel by step how how to do mapping and how to achieve the requirement. request you to send the code forthe  udf.
    Thanks
    Rahul

    Hi,
    you can wirte udf and map it to root element of the target message type. u just need to execute the udf.
    UDF:
    // UDF havs one input parameter - timestamp
    Code:
    DynamicConfiguration conf = (DynamicConfiguration) container .getTransformationParameters().get(StreamTransformationConstants.DYNAMIC_CONFIGURATION);
    DynamicConfigurationKey key = DynamicConfigurationKey.create("http://sap.com/xi/XI/System/File","FileName");
    String OldFileName  =  conf.get(key);
    String newFileName  =  "";
    if (OldFileName != null) {
        newFileName = "testfile_" +timestamp ;
        conf.put(key, newFileName);
    return  newFileName; 
    Mapping:
    Date (standard function) [Formmat yyyyMMdd_hhmmss] -> UDF -> MesageType.
    Thanks.
    Ritu

  • No update time stamp in the saved data file

    In NI Example Finder, there is a file called "Fieldpoint Datalogger.vi". I flip the "Time Format" switch to "HH:MMS" and the "File Type" switch to "Spreadsheet". The data saved into a file have time stamp at each line. However, the time stamp in each line of the data file saved as the same time without any update to the most current time. I put sampling frequency for 100 ms and saved as 50K bytes file size, but all the time stamps in the file show one same time (I believe it is the time to start to save into file and keep repeat it). How can I get the update time stamp for every 100ms or 500ms and save that time stamp into the data file from this "Fieldpoint Datalogger.vi"? Should I change anything on the subVI called
    "embedded FPLog.vi"?

    Hello,
    Fieldpoint systems usually base the timestamp on the National Instruments Time Server, which is installed on any computer using the Fieldpoint driver. This means that you can configure the Time Server on a Fieldpoint system to continuously check the system time of any computer on the network that has the Fieldpoint Driver installed by referencing its IP address.
    If the timestamp is not updating, then we should first verify that it has been configured properly.
    Take a look at the following Knowledge Base and let us know if using the listed steps takes care of this issue.
    http://digital.ni.com/public.nsf/websearch/C4E56AD6450FC5FD86256DFF0007FF01?OpenDocument
    Best regards,
    Justin Tipton
    National Instruments

  • How to read a time stamp from the db without ".0" at the end

    Hi All,
    I have code that is saving the results of a query in a result set.
    When ever i read a time stamp from the db (mysql 4) it always adds ".0" to the end of it.
    I tried using the getTimeStamp, getDate, getString methods for result sets and was not able to resolve the issue.
    Am i missing something here?
    Thanks

    here is the code
    public static Table executeSelect(Connection conn, String qry)
         throws SQLException {
              Statement stm = null;
              ResultSet rs = null;
              try {
                   stm = conn.createStatement();
                   rs = stm.executeQuery(qry);
                   Table t = new Table(rs);
                   return t;
              } finally {
                   close(null,stm,rs);
    Basically the user is asked to enter the query and the connection settings and then i retrieve the data and return a table.
    Now if i try to print the value of the time stamp from the result set it adds a a .0
    So for example if am running the following
    select mod_ts from temp limit 1;
    | mod_ts |
    | 2007-12-28 09:32:58 |
    1 row in set (0.00 sec)
    When i print the value of the time stamp it gets printed as 2007-12-28 09:32:58.0
    The following code is used to generate a table from the result set
    public Table(ResultSet rs) throws SQLException {
              ResultSetMetaData rsmd = rs.getMetaData();
              int colCount = rsmd.getColumnCount();
              colNames = new String[colCount];
              colTypes = new int[colCount];
              for ( int i=0; i<colCount; i++) {
                   String colName = rsmd.getColumnName(i+1);
                   colNames[i] = colName;
                   int colType = rsmd.getColumnType(i+1);
                   colTypes[i] = colType;
              while ( rs.next()) {
                   if ( data == null) {
                        data = new ArrayList<List>();
                   List<Object> row = new ArrayList<Object>();
              for ( int i=0; i<colCount; i++) {
                   Object ob = rs.getObject(colNames);
                   row.add(ob);
              data.add(row);
    Now when i print the values in the result set it adds a .0 to the end of the time stamp
    I also tried using getTimeStamp for a result set and the same problem still existed

  • In deleting an i message  the previous message remains on the screen but with the time stamp of the deleted message . how do i fix this?

    in deleting an i message  the previous message remains on the screen but with the time stamp of the deleted message . how do i fix this?

    Hey everyone in Apple world!
    I figured out how to fix the flashing yellow screen problem that I've been having on my MBP!  Yessssss!!!
    I found this super handy website with the golden answer: http://support.apple.com/kb/HT1379
    I followed the instructions on this page and here's what I did:
    Resetting NVRAM / PRAM
    Shut down your Mac.
    Locate the following keys on the keyboard: Command (⌘), Option, P, and R. You will need to hold these keys down simultaneously in step 4.
    Turn on the computer.
    Press and hold the Command-Option-P-R keys before the gray screen appears.
    Hold the keys down until the computer restarts and you hear the startup sound for the second time.
    Release the keys.
    I went through the 6 steps above twice, just to make sure I got rid of whatever stuff was holding up my bootup process.  Since I did that, my MBP boots up just like normal.  No flashing yellow screen anymore!!   
    (Note that I arrived at this solution when I first saw this page: http://support.apple.com/kb/TS2570?viewlocale=en_US)
    Let me know if this works for you!
    Elaine

  • IMac 20-inch on OSX 10.7.4 running iphoto 11, my photos from my iphoto library have been deleted. I have time machine but the iphoto library file is missing when I access time machine, help please.

    I have an imac 20-inch Late 2006 model on OSX 10.7.4 running iphoto 11, somehow the application ccleaner has deleted my photos from my iphoto library. I have time machine but the iphoto library file is missing when I access time machine.
    To restore photos I have followed the steps below
    Quit iPhoto.
    Connect your Time Machine drive.
    In the Finder, open the folder containing your iPhoto Library. Unless you've moved your iPhoto Library, it can be found in Home/Pictures/iPhoto Library.
    Enter Time Machine.  (Time Machine can be found in the Dock or in the /Applications folder.)
    Choose your desired backup. The timeline on the right side of the screen displays a purple tick mark for each of the backups stored on your Time Machine drive.
    Select the iPhoto library you would like to restore, and click the Restore button.
    I dont get the option in step 6 as I dont have an iphoto library file to choose? Does anyone know why?

    Hi Barry
    Thanks but as mentioned all is intact, even at step 3 I can see the current library in Home/Pictures/iPhoto Library which has no photos, but when I access time machine any point before the NOW option the iphoto library in Home/Pictures/iPhoto Library is missing from the finder window. 
    As you can see here it is
    and now its gone. I have no explanantion.
    How do I go about moving this question as you suggested.

  • Adding time stamp to the field

    Hi,
    All
    I need to pass the Current Date and Time Stamp to the Target Field
    For Current Date there is a Standard Function Is There ,For Time stamp Is there any Standard Function is there or we Need to write write UDF ,if we need to write to UDF Please provid Java Code for that.
    Marks is awardble
    Thnx in advance
    Regards
    kumar

    Hi,
    Using this java code you can get both Date and Time...
    import java.util.Date;
    Date d = new Date();
    return d.toString();
    The format returned will be like this "Tue Dec 26 12:15:24 IST 2006"
    To change the format, you can use get methods( getDate(), getHours() ) of Date class and concatenate them.
    Regards,
    Uma

  • TS4036 I think i have lost some of the notes i have made

    I think i have lost some of the notes i have made, Is it possible to recover?

    If you have icloud backups turned on as well as Notes (settings>icloud), then they may be in a recent backup.  The only way to get them is to perform a restore of the entire backup, which overwrites your entire device.
    http://support.apple.com/kb/HT1766?viewlocale=en_US&locale=en_US
    Go to Settings>General>Reset and tap Erase All Content and Settings.  This will erase your device.  Then you will go through the setup screens again as you did when your device was new, and when given the option, select Restore from iCloud Backup.

  • Creating a time stamp in the graphic, NOT the file name.

    InDesign has a variable feature that allows you to autogenerate certain kinds of text. I've been trying to find a way, if there is one, to do the same thing in Illustrator. At the very least I'd like to be able to add a date/time stamp to my "Draft" marks on my graphics. Is such a feature available?

    Well you can use the variable feature in AI and script it or use a linked data base.

  • I have a iphone 3 and want to know if there is a date and time stamp on the phone for the pictures

    is there a date and time stamp for pictures on iphone 3?

    Open a one of your pictures in any photo app on your computer and see if the metadata is there.  I'd be surprised if it isn't.

  • HOW DO I ACHIEVE A TIME STAMP, IN THE FIRST COLUMN OF MY SPREADSHEET IN EXCEL,SHOWING THE TIME INTERVAL, INCREASED BY THE SCAN RATE ?

    FROM AI START VI TO FORMAT AND APPEND VI TO CONCATENATE STRINGS,SECOND INPUT IS TAB,THEN EVEY OTHER ONE IS TAB. THIRD AND FIFTH INPUT IS ATTACHED TO GET DATE/ TIME VI, THEN END OF LINE, THEN CHANNEL 0; TAB; CHANNEL 1;TAB, AND SO ON THROUGH CHANNEL 7. THEN THE LAST INPUT IS END OF LINE. ON THE SPREADSHEET I RECIEVE THE SCAN RATE, THEN THE DATE ,THEN THE TIME; ALL ON THE FIRST ROW. THE NEXT ROW HAS THE COLUMN LABLES, AND DATA GOES TO THE CORRECT COLUMN. BUT NO TIME STAMP COLUMN. I WOULD LIKE IT TO BE IN COLUMN "A" EVEN WITH THE FIRST ROW OF DATA. EX." 10:01:01 200 300 400
    10:01:03 200 300 400
    THANK YOU
    FOR YOUR HELP, JOE BOB CRAIN

    I think the best way is to generate an array of time values to send to your spreadsheet BEFORE channel 0 data.
    To generate the array you can use Ramp Pattern.vi from 0 to 'Actual Scan Rate' (from AI Start) * number of scans performed.
    That way in your spreadsheet you will have the first line same as now, next the columns with time(secs), channel 0, channel 1... channel 7.
    If you need the time column with date and time string, you can use Get Date/Time in Seconds.vi when you begin acquisition, then sum the seconds obtained to the array calculated as above and next use Format Date/Time String.vi to obtain the time stamp you need, next build array of time stamps and sent to your spreadsheet.
    Hope this helps
    Roberto
    Proud to use LW/CVI from 3.1 on.
    My contributions to the Developer Zone Community
    If I have helped you, why not giving me a kudos?

  • Time stamp request does not work using Internet Explorer

    Hi fellows
    I get the following error information when signing a document only when I am using Adobe Acrobat 9 Pro in the Internet Browser:
    Creation of this signature could not be completed. 
    Error encountered while signing: 
    Timestamp signature property generation error: 
    Transport connection timed out.
    This error only  occurs if a request to the time stamp server should be established. By using only the local computer time, the signature is placed and marked as valid in the browser. By using Adobe Acrobat Pro 9 without Internet Explorer, the connection with the time stamp server works without exceptions, the legal time is used to sign the document. I tested various browsers, but have still the same error information.
    Does somebody have an idea what I can do to fix this problem?
    Thanks in advance!
    Leonard

    Hi Leonard,
    It should work (or to put it another way, it works for me). My guess is there is a proxy server issue. If I'm right it's likely that the browser is not configured to use the proxy server.
    Steve

  • How do I add a time stamp to the moving "Major Grid Lines" of a Waveform Chart?

    Hello
    I am using LV 8.5.1
    I am using a Waveform Chart and I have turned on the "Major Grid LInes" using the properties tab of my waveform chart. (properties-->scale->grid lines)
    When the code executes, I want to attach  a time stamp to each moving yellow grid line.
    So as the grid lines move from right to left, there is an associated time stamp for each.
    Can someone help!
    thanks
    J
    Solved!
    Go to Solution.
    Attachments:
    how do I add time to the yellow grid lines.vi ‏16 KB

    hova2010,
    If you right click on your graph and go to X Scale >> Style >> and then choose one of the 3 styles on the far left you shoul see timestamps for those grid lines.
    Ben Sisney
    FlexRIO V&V Engineer
    National Instruments

  • Date and Time stamp for the archives

    Hi,
    I'm trying to set up a date/time stamp field for a Documaker archive.
    I've added a TIME_STAMP field in my APPIDX.DFD and I populate the field using a DAL script, invoked by a PreTransDAL line in my AFGJOB file. That works fine but, the DAL script being invoked for every transaction, it adds to the processing time.
    I do not need an exact date/time stamp for each transaction in the batch, I could use the same one for all the transactions. That would require the TIME_STAMP global variable to be populated once, at the job level, at the beginning of each batch.
    Any suggestions?
    Thanks.

    Hi Gaetan,
    Try using a BatchBannerBeginScript to populate a GVM with the date/time, and then reference this GVM in your APPIDX.DFD. In this manner the value will be updated at the start of processing for each batch rather than each transaction. Or, consider the possibility of adding the transaction date/time into the extract data and then sourcing from that point. Either should work. In my experience most customers prefer that the archive date/time come from the system of record rather than the time the transaction was archived -- unless of course the customer actually wants to record the time the transaction was archived, in which case the method I've described above should work.
    Enjoy!
    Andy

Maybe you are looking for

  • Parsing XML data stored as CLOB in DB and save attribute values in table

    Hello, I have a CLOB column in table that is holding XML data as follows, <banners> <banner-image id="0"> <type>BANNER</type> <local-path>http.gif</local-path> <click-through-url>www</click-through-url> <make>Acura</make> </banner-image> <banner-imag

  • IE doesn't display part of spry data set!?!?

    Hi there, I hope somebody can help me out with a problem I got with the spry dataset I use on my website. -> http://media-powerplant.de/media-powerplant-referenzen.html The thing is that the IE doesn't display text in the "master" region. There are n

  • External drive troubles

    Dear friends I got an external case branded as SPQ IPS series. It is Firewire 400, 800, USB2 and eSATA compatible with a 1.5TB WD green caviar that I installed and many troubles with it. I checked the case with all the ports except the eSATA port. Th

  • CD Config Folder Not Found

    I recently moved my itunes library to an external HD and after I did so I now get an error message (see subject line) and can't burn Cd's. I have read that I can re-install itunes and choose the "repair" option. I dl'd itunes again but haven't reinst

  • Help with REGEXP_LIKE

    Hi, I am on oracle 11g release 1. I have the following requirement. I need to display data the following way from the column, One alphabet followed by 2 digits (like A00, B20, C12), I know I have to use REGEXP_LIKE, but i am not able to get the corre