How to store notes using GOS functionality

hi expert
urgent things
can u help me in this issue how to store note or text in repository using GOS generic object services ???
as soon as possible .
thank you

Hello,
We cannot move the notes, stored through GOS, to content server as the size of the notes is not huge.
Only the PC attachments through GOS can be directed to content server.
Refer to the note 530792 for more details.
Cheers
Amit

Similar Messages

  • Can not use TOUCH function on Nokia 6600 slide

    Can not use TOUCH function on Nokia 6600 slide-
    turned on sensor in phone settings, but when i touch the PHONE it does not work.
    Please, tell me how use this function or maybe my phone is out of order

    As long as your Sensor Settings are On within Menu, Settings, Phone, Sensor Settings then you just need to do the following -
    Tapping
    The tap function allows you to quickly
    mute and reject calls and alarm tones, and
    to display a clock just by double-tapping
    the back or front of the phone when the
    slide is closed.
    Select Menu > Settings > Phone >
    Sensor settings to activate the tap
    function and vibration feedback.
    Mute calls or alarms
    Double-tap the phone.
    Reject a call or snooze an alarm after
    muting it
    Double-tap the phone again.
    Display the clock
    Double-tap the phone.
    (If you have missed calls or received new
    messages, you must view them before you
    can see the clock.)
    Simply, if you double tap the screen when the slide is closed and you can see the clock appear then it is working.
    I hope this makes it clearer for you.
    Full Manual here - http://nds1.nokia.com/phones/files/guides/Nokia_6600_slide_UG_en.pdf

  • How can I not use so much data?

    How can I not use so much data on my iPhone?

    http://9to5mac.com/2013/09/25/ios-7-how-to-monitor-track-your-cellular-data-usag e/
    https://itunes.apple.com/us/app/my-data-manager-track-your/id477865384?mt=8

  • How to save data using a function in WEB?

    Dear All,
    I'm using Web interface builder to make a Simulation interface.
    In this web interface I’m not using layout, I'm just using it to introduce values and to apply a simulation value. The output in the same interface is a BSP Page with an assigned to a report.
    My problem is that since I’m not using a BPS Layout the values on my query are not updated.
    What I would like is when the user press the button simulation the system automatically same the data. Doing this my report is also automatically updated with the last values.
    Can anyone help one this?
    Thanks and regards,
    Rui Valente

    It seems you want to use the SAVe functionality by creating Custom Button IS IT?
    If yes, then what you have to do is, You will need to use Web Application Designer.
    Over here you can create as many custom buttons you want using Button command Group Web item.
    You can give your own description to such buttons as well as you can use your selective Command Instruction for the same.
    Please search for WAD in forums and you will find a lot of good documents.

  • How to filter group using in function

    Hey
    i am trying to do a group filter in the data model using IN function
    g.segment3 in ('401000', '401010', '401020', '409100')
    how can i configure the filter is in one of these values ?
    i tried the
    g.segment3 in ('401000', '401010', '401020', '409100') but its showing me an error
    any reason why ?
    thanks

    Hey
    i am trying to do a group filter in the data model using IN function
    g.segment3 in ('401000', '401010', '401020', '409100')
    how can i configure the filter is in one of these values ?
    i tried the
    g.segment3 in ('401000', '401010', '401020', '409100') but its showing me an error
    any reason why ?
    thanks

  • How to get bytes[] using jni functions

    I am new to JNI and have a question. I have a java class which returns back bytes[]
    I have the class jclass for the object and the jmethodid bytesMethodID which is mapped like this:
    bytesMethodID = (*env)->GetMethodID(env, objcls, "bytes", "()[B");
    now in the c impementation I have a stuct pointer
    DESIGN_STRUCT *str= NULL;
    How do I assign the bytes[] into this struct pointer? If I do the following:
    str = (*env)->CallObjectMethod(env, obj, bytesMethod());
    I get a "assignment from incompatible pointer type" if I change that to:
    str = (*env)->CallBytesMethod(env, obj, bytesMethod());]
    I get a "assignment makes pointer from integer without a cast"
    My question is what JNI function do i use to get back a byte[]
    Any help and pointers greatly appreciated.
    Thanks,

    You should use CallObjectMethod() and cast the return value to a jbyteArray. Then you need to use a function like GetByteArrayElements() to actually retrieve the individual elements in that array.
    God bless,
    -Toby Reyelts
    Check out the free, open-source, JNI toolkit, Jace - http://jace.reyelts.com/jace.

  • How get OBJECT_ID for using ARCHIV_BARCODE_GLOBAL function?

    Hello experts:
    Do you know how can I get the object_id that I must fill for using ARCHIV_BARCODE_GLOBAL function?
    Please any help is very helpfull.
    Best regards and thanks in advance for your time.
    Miriam

    I think you can get this in the interface. Ideally this gets populated in TOA01 or TOA02 or TOA03 table.
    also check table
    BDS_BAR_EX
    BDS_BAR_IN
    Thanks
    Arghadip

  • How to replace F4 using another function key

    Experts:
       How can i change the search help function key F4, using another function key,for example F11, when i press F11 the system perform the search help.
    thanks!

    you can do this using menus/buttons(dialog programming) and there you can define your short keys, and event can be trapped by sy-ucomm in the program. Menu can be set by writting set PF-Status 'MENUNAME' or using se37.

  • App Store not using Shopping Cart

    I'm trying to select apps for my iPod Touch and just noticed that when I select an app from the App Store, it is automatically downloading and purchasing the app instead of putting it in the Shopping Cart. I have specified in Preferences for the iTunes Store to use the Shopping Cart. Shouldn't the App Store use this Preference?

    Hi,
    You can use Family Safety to set an age-based or content-based rating level for the games and apps your child can see and install from the Windows Store.
    In the meanwhile, with AppLocker, we have the ability to control the installation and the running the packaged app:
    Packaged Apps and Packaged App Installer Rules in AppLocker
    http://technet.microsoft.com/en-us/library/hh831350.aspx
    Alex Zhao
    TechNet Community Support

  • How to store and use coordinates

    I need to store 2d coordinates and use them in solving equations and pass them into methods. For example, I need to store the coordinates of a corner of a rectangle (5,10). Then I need to use that point and solve for certain variables in a equation ((5,10) = (0,0) + 2*x and solve for x). I would then need to pass x into a method and perform additional operations on that. How would I go about doing this? I tried searching around but did not get anything helpful.

    kramish wrote:
    BigDaddyLoveHandles wrote:
    Point2D doesn't come with much functionality -- for example, it doesn't have any vector-like methods to add or subtract points or multiple them by a scalar. You'll have to do the math yourself.Surely (and I havent looked into this) the Java 3D libraries would have tonnes of classes for vector maths available?
    Maybe you could look into them.True, but if all the OP is trying to do is the odd "pt1 - pt2" or "2*pt", he should just write the code:
    public static Point2D plus(Point2D p1, Point2D p2) {
        return new Point2D.Double(p1.getX() + p2.getX(), p1.getY() + p2.getY());
    }

  • Does anyone know how to add time using TIME function?

    Hi,
    I just switched from Excel (lol) and found an error in a key calculation i use. Does anyone know how to automatically add hours to a time? i.e. i have to convert Pacific Time to other U.S. Time Zones so in the past I used this formula in Excel (=B6+TIME(3,0,0)) which is now not working in Numbers. Is there an equivalent?
    Thanks for your help!
    Alexandra

    Hello
    The Terms of Use ruling this forum states:
    -+-+-+-+-+-+-+-
    +to help you resolve issues, ask questions, get tips and advice, and more.+
    +If you have a technical question about an Apple product, be sure to check out Apple's support resources first by consulting the application Help menu on your computer and visiting our Support site to view articles and more on our product support pages.+
    +How do I post a question? ‚+
    +_If you searched the forums and didn't find an answer to your question or issue_, click the Post New Topic link at the top of a relevant forum page to post your own question.+
    -+-+-+-+-+-+-+-
    Your question was aked and responded many times.
    Searching in existing threads would have give you the response.
    When I try to help users in English, I often look in a dictionary but it seems that for many users, reading the Help or the PDF User's Guideis too much work.
    In cell D3, the formula is simply:
    =TIME(HOUR(B)HOUR(C),MINUTE(B)+MINUTE(C),SECOND(B)SECOND(C))
    which match the Numbers's syntax which, what a surprise, is not XL's one
    Yvan KOENIG (from FRANCE mercredi 28 mai 2008 17:39:56)

  • How to achive this using analytical function-- please help

    version 10g.
    this code works just fine with my requirement. i am tyring to learn analytical functions and implement that in the below query. i tried using row_number ,
    but i could nt achive the desired results. please give me some ideas.
    SELECT c.tax_idntfctn_nmbr irs_number, c.legal_name irs_name,
           f.prvdr_lctn_iid
      FROM tax_entity_detail c,
           provider_detail e,
           provider_location f,
           provider_location_detail pld
    WHERE c.tax_entity_sid = e.tax_entity_sid
       AND e.prvdr_sid = f.prvdr_sid
       AND pld.prvdr_lctn_iid = f.prvdr_lctn_iid
       AND c.oprtnl_flag = 'A'
       AND c.status_cid = 2
       AND e.oprtnl_flag = 'A'
       AND e.status_cid = 2
       AND (c.from_date) =
              (SELECT MAX (c1.from_date)
                 FROM tax_entity_detail c1
                WHERE c1.tax_entity_sid = c.tax_entity_sid
                  AND c1.oprtnl_flag = 'A'
                  AND c1.status_cid = 2)
       AND (e.from_date) =
              (SELECT MAX (c1.from_date)
                 FROM provider_detail c1
                WHERE c1.prvdr_sid = e.prvdr_sid
                  AND c1.oprtnl_flag = 'A'
                  AND c1.status_cid = 2)
       AND pld.oprtnl_flag = 'A'
       AND pld.status_cid = 2
       AND (pld.from_date) =
              (SELECT MAX (a1.from_date)
                 FROM provider_location_detail a1
                WHERE a1.prvdr_lctn_iid = pld.prvdr_lctn_iid
                  AND a1.oprtnl_flag = 'A'
                  AND a1.status_cid = 2)thanks
    Edited by: new learner on May 24, 2010 7:53 AM
    Edited by: new learner on May 24, 2010 10:50 AM

    May be like this not tested...
    select *
    from
    SELECT c.tax_idntfctn_nmbr irs_number, c.legal_name irs_name,
    f.prvdr_lctn_iid, c.from_date as c_from_date, max(c.from_date) over(partition by c.tax_entity_sid) as max_c_from_date,
    e.from_date as e_from_date, max(e.from_date) over(partition by e.prvdr_sid) as max_e_from_date,
    pld.from_date as pld_from_date, max(pld.from_date) over(partition by pld.prvdr_lctn_iid) as max_pld_from_date
    FROM tax_entity_detail c,
    provider_detail e,
    provider_location f,
    provider_location_detail pld
    WHERE c.tax_entity_sid = e.tax_entity_sid
    AND e.prvdr_sid = f.prvdr_sid
    AND pld.prvdr_lctn_iid = f.prvdr_lctn_iid
    AND c.oprtnl_flag = 'A'
    AND c.status_cid = 2
    AND e.oprtnl_flag = 'A'
    AND e.status_cid = 2
    AND pld.oprtnl_flag = 'A'
    AND pld.status_cid = 2
    )X
    where c_from_date=max_c_from_date AND e_from_date =max_e_from_date AND
    pld_from_date=max_pld_from_date

  • How to write a use time function in elsif

    Hai All
    I have generated an attendance form and my problem is while i am using elsif insert operation there and there is no updation.
    My need is
    this is my table structure
    EMPCODE NUMBER
    EMPNAME VARCHAR2(25)
    BARCODE VARCHAR2(25)
    INTIME VARCHAR2(25)
    OUTTIME VARCHAR2(25)
    INTRTIMEIN VARCHAR2(25)
    INTROUTTIME VARCHAR2(25)
    ATTEND_DATE
    when timing between 0145 and 0630 then update in outtime
    and 0630 to 1000 then insert in intime column
    and 1100 to 1300 then insert in intime column or
    update in outtime column and
    then 1600 to 1730 then to insert into intime column or else
    when intime is not null then update in outtime column
    I have tried and only insert id doing opver there Pls tell what wrong i have made
    declare
    t_in varchar2(25) := :bartime;
         t_out varchar2(25) := :bartime;
    -- t_date dail_att.attend_date%type;
    Begin
    go_block('TEST_SRI');
    FIRST_RECORD;
    LOOP
    if :bartime between 0145 and 0615 and t_out is null and t_in is not null then
    update dail_att set outtime = :bartime where barcode= :barcode
    and ATTEND_DATE = :BARDATE-1 ;
    elsif :bartime between 0630 and 1000 and t_in is null then
    insert into dail_att(barcode,intime,attend_date)
    values(:barcode,:bartime,:bardate);
    elsif :bartime between 0630 and 1000 and t_in is null then
    update dail_att set outtime = :bartime where barcode= :barcode
    and ATTEND_DATE = :BARDATE-1 ;
    elsif:bartime between 1130 and 1330 and t_in is null then
    insert into dail_att(barcode,intime,attend_date)
    values(:barcode,:bartime,:bardate);
    elsif :bartime between 1130 and 1330 and t_in is not null then
    insert into dail_att(barcode,intrtimein,attend_date)
    values(:barcode,:bartime,:bardate);
    elsif :bartime between 1615 and 1815 and t_in is null then
    insert into dail_att(barcode,intime,attend_date)
    values(:barcode,:bartime,:bardate);
    elsif :bartime between 1645 and 2000 and t_in is not null and t_out is null then
    update dail_att set outtime = :bartime
    where barcode= :barcode and outtime is null and ATTEND_DATE = :BARDATE-1;
    elsif :bartime between 2000 and 2200 and t_in is not null and t_out is null then
    update dail_att set outtime = :bartime
    where barcode= :barcode and outtime is null and ATTEND_DATE = :BARDATE;
    EXIT WHEN :SYSTEM.LAST_RECORD = 'TRUE' OR :BARCODE IS NULL;
    end if;
    NEXT_RECORD;
    --message('hai');
    END LOOP;
    delete from dail_att cascade;
    forms_ddl('commit');
    forms_ddl('truncate');
    exception
    when others then
    forms_ddl('rollback');
    message(sqlerrm||dbms_error_Text);
    message(sqlerrm||dbms_error_Text);
    End;      
    Regards
    Srikkanth.M

    I got it by converting by date time function
    Edited by: Srikkanth.M on Apr 10, 2010 2:19 PM

  • How to write notes using 3rd party plugins ipad

    Hi,
    Basically im trying to write the notes in garage bad from imini. But all i can do is record it using audiobus.
    Is there anyway to write the notes in garageband using the imini.
    Kind regards
    Martyn

    Try Goodreader in the App Store. It should do the job for you.

  • How to store data using zen mi

    ok I know there is a function to partition ur hdd to act as hardisk storage.
    if U want to store data is it just plug in it will auto detect a removable storage device in my computer?
    so do on another com ?withour zen explorer install in the com?

    DeviLFisH: The removable disk storage mode partitions part of the disk to act as USB mass storage. On Windows Me/2000/XP you don't need a driver for this, and you just connect the player. As Jason points out, you'll need a driver for Win 98 SE.
    For audio files, if you want to have driverless support you need to use the v2 firmware, which only works with Win XP and WMP0. I suggest you read here in the Zen FAQ at Nomadness.net.

Maybe you are looking for

  • Ganged & Unganged mode

    Hi all I currently have an MSI FM2-A75IA-E53 motherboard, AMI Bios v2.2 with 2x4GB kit of dual channel memory & want to experiment with Ganged & Unganged modes but can not seem to find any DCT settings in the bios at all. Does any one know where they

  • SD basic questions

    Hi, Can anyone explain me the concepts of these in SAP 1) Pick List 2) Serial Number assignment using delivery and PGI 3) ATP check and inventory update, schedule lines Thanks Ricky

  • Cannot connect to Domain

    Hello, We are trying to connect to Domain, Domain name is set up on the server. We ping the IP and its working, but when we try to join the domain the following errors pop up An Active Directory Domain Controller (AD DC) for the domain "proximity" co

  • Actions, artboard, pdf

    Hi! Im wokring with PDF-files with some drawings in it. Working with Illustrator CS5.1 The pdf's originally artboard size is 2750mmx625mm and uses CMYK colors. I also got artboard size 3000mmx600mm I have about 50 pdf-files of those two sizes. I want

  • How I deal with security certificate issues on sites I use all of the time?

    I am being blocked from services like Drop Box and Yousendit.com because of security certicate issues. How do I resolve these? == URL of affected sites == http://www.yousendit.com