Clear functionalility is not working.

Hi Experts,
I am working in SAP CRM 4.0
I want to clear input fields in ViewCreate.htm. In this htm contains 2 buttons 1 is show and 2nd is clear.
I created the on_Clear method. In this i am clearing all the input fields.
when i debugging the code all input fields are clearing, but this is not reflecting in ICWC Screen.
After show results i am able to clear the input and output data.
enter wrong input and trying to clear in this scenario i am facing problem.
Am i missing something or something else need to be changed
Could any one help me to resove my problem.
Regards,
RAO

Rao,
How are you clearing the fields? You need to clear the corresponding context node attributes to exactly clear it.
If you want to clear all the fields on view then simply code:
typed_context-><your_context_node_name>->clear_collection( ).
Cheers
Ankur
Message was edited by:
        Ankur Jain

Similar Messages

  • Clear Key does not work in DW (OSX)

    In Dreamweaver, when you select a local file and hit the
    Delete key (back delete located in between forward slash and the
    end key), nothing happens. In the contextual menu, there is a Clear
    key symbol but nothing happens.
    Does anyone why the Clear key does not work?
    I'm using OS X 10.6. But I could remember this happening in
    earlier OS.
    Thanks

    Really? Something is wrong there. I sure can....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "(_seb_)" <[email protected]> wrote in message
    news:epu8iu$sed$[email protected]..
    > philoman wrote:
    >> synterx, thanks for your reply.
    >>
    >> Does it work for you on the Local Files as well???
    >>
    >> Command-Delete only works for me on the Remote
    Files.
    >>
    >> Any ideas?
    >
    > I can't delete files or folders, and can't create
    folders in local files
    > on Mac with DW2004. I always keep my site folder open in
    the finder to do
    > that.
    >
    > --
    > seb ( [email protected])
    >
    http://webtrans1.com | high-end web
    design
    > Downloads: Slide Show, Directory Browser, Mailing List

  • The Downloads Clear List Button Not Working In Firefox 19.0

    Hello,
    After upgrading Firefox to version 19.0 today, I noticed that the Downloads Clear List Button does not work & is always grayed/greyed out, and so you can not clear all downloads; and so you have to remove them each one-at-a-time.
    I did not have this problem until upgrading to version 19.0
    Screenshot:
    http://www.use.com/showoriginal.pl?set=1c0659d1946249dc69dc&p=1
    Thank you,
    -John Jr

    I made a bug report:
    https://bugzilla.mozilla.org/show_bug.cgi?id=845450

  • Clear history is not working

    I have used Firefox for years and have always set the Privacy tab to "Clear history when Firefox closes". Tonight for some reason it started not working. After closing Firefox I can open it up again and am signed in on all my websites. As you can imagine, this is kinda startling. How to fix?
    I just realized this started happening pretty much moments after I installed QuickTime, I don't know if this is related.

    I'm not sure if "hang" is the right word, but occasionally Firefox will not close after I click "x" and no matter how long I wait to start a new session, I get a message that tells me it's still running. I have to open Windows Task Manager to close it manually in those cases. This was simply that the Privacy settings were not working the way I had them set up for years. After I turned my computer off last night and on this morning, it seems to be fine now.

  • Clear Shape hyperlink not working?

    I created a text graphic - I then went and created 8 clear shapes and enabled them as hyperlinks with the inspector and placed these clear shapes over the text graphic. When I check in iWeb, it works perfectly, however when published, the links do not work, as if they are not there.

    You will need to make the shapes "almost" clear. Give them an opacity of 1% and that should work.

  • Clear Block All not working

    Hi,
    I have a calculation script that fixes on some sparse dimension members and then runs a Clear Block ALL command.
    This script works in dev environment, but does not work in prod.
    I copied the application from prod to dev and executed the script and data was cleared. But the same script does not work in prod.
    Any help is appreciated.
    Regards

    Hi vs,
    When you fix any dense Member/Dimension then "ClearBlock All" will only clear data not blocks, but in case when you fix sparse dimnesion/Member it will clear all blocks,
    so please recheck you dimensions which you have fixed in FIX Statement.
    Thanks,
    Avneet

  • The "clear now" button not working on cached web content

    I clicked Tools>option>advanced>cached web content, then clicked the "clear now" button>ok, nothing showed as if the button is not working and there was no clear action.

    That button to clear the cache is likely broken because the current Firefox 32 release has switched to a new cache service named Cache2.
    *https://www.mozilla.org/en-US/firefox/32.0/releasenotes/
    This change will cause extensions that use the old cache service to stop working and its developer needs to update the extension.
    You can check the Add-ons website to see if there is already a version available that is possibly not approved yet.
    *http://www.janbambas.cz/new-firefox-http-cache-enabled/
    *http://www.janbambas.cz/mozilla-firefox-new-http-cache-is-live/

  • Clearing state currentState = ''; not working

    I am developing a code where I have developed three components that is three states for me. I have a contol on my home screen (base state) which is able to take me to any of these states whenever required. My issue is once I reach to say in State A and want to go back to home page. My "HOME" button in State A is not working even after I am clearing state using currentState = '' ; Do I have to do anything extra to get it to home page from State A here? Any help would be highly appreciated!!

    Whenever I create a flex app that has several states, I've gotten into
    the habit of simply copying my base state and renaming it something
    to the effect of "start", so rather than trying to clear your state try this method. 
    Slightly superfluous and even a tad bit inane, but it works and gives you an
    extra state buffer between impromptu edits and your base state .
    So copy your base state
    and rather than:
               currentState = "";
    try      currentState = "start";
    on for size.

  • CLEAR BUTTON IS NOT WORKING WHEN PAGE HAS MUTIPLE SEARCH PANELS

    I created 2 regions on a page with the style Query both with a table.
    If I add information into the first tables' Edit Box and click clear, nothing happens, the information is not cleared. If I click Go, it will perform the query.
    If I add information into the second tables' Edit Box and click clear, the information will be cleared.
    Why doesn't the first clear button clear the information in the Edit Box?
    Is this a known issue?

    When using multiple query regions on same page, you will have to assign unique ids to the standard beans inside the region. Check the dev guide, "Search" section for a list of beans which require such setting.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Safari: Autofill "clear all" button not working

    Hi
    My iPhone4 is on iOS 4.2.1(8C148).
    I have had autofill enabled for some time and now I want to clear all the usernames and passwords it has saved, but using the "clear all" button under the autofill settings is not doing it. An example is the Google GMail login page that is still being filled up automatically. I have restarted the device, cleared te coockies and cache and nothing seems to do the trick.
    I appreciate some help with this.
    Thank you.

    I have exact the same problem.
    - I have it on both my iPad and my iPhone
    - Both my iOS devices are upgraded to iOS 4.3.5
    - it's not only the case for google-sites, but also other websites
    - clearing my history, cookies, cache and databases before i attempt to "clear all" autofill-data doesn't solve the issue
    please help

  • I am unable to deleat history since I updated my ipad to iOS 7. The clear button is not working, any ideas please?

    I am unable to clear my browsing history in safari since I updated to ios7. The clear button is greyed out. Any subsections please?

    If it is one year old minus one day it is still under warranty. If it is more than a year since you purchased it then yes, the warranty has expired.
    Millions of iPads have been sold. Most continue to function long after their warranty has expired. Check the many requests about updating the iOS on the original iPad on these forums and you'll see that there are many iPads still working after three years. My iPad 2, which I had for over two years is still working well for my son in law who took it over from me when I bought a new one.
    Given that there will always be a few iPads that fail early. Most of those will be covered under warranty. But some will fail after the warranty has expired and before the owner expected it to. I'm sorry to hear that you are in this category. Take your iPad to an Apple store and have it looked at. They will provide you with alternatives, one of which is to purchase a like model to the one that failed at a discount. You can then know your options and make the best choice for you.

  • GR/IR Clearing F.13 is not working

    Hi,
    We are doing F.13 for GR/IR clearing. Itu2019s not working in production but it is working in TEST mode with the same parameters. We have checked the configuration in SPRO and we have given three criterion
    1. ZUONR (Assignment)
    2 EBELN (Purchasing Document)
    3. EBELP (Item)
    Kindly advise how we can resolve this problem
    Regards,
    Abhinav Sharma

    HI,
    IN the test run mode, please deselect the option "Document that can not be cleared" in the bottom part of F.13
    Then see whether on execution any doument got displayed for clearing. If yes, then come back by pressing F3 button an then remove the test run tick and again execute.
    It should clear those documents. If not, then go to transaction SU53 and check whether it is an authorization issue.
    Regards,
    Gaurav

  • Clear form not working in multi record form 10g.

    I have a multi record block form, when sys_indicator is 'Y' in any of the records, user should not be able to delete this record. In Pre_delete trigger, I put this code
    below.
    IF :CST_REFERENCE_CODE.SYS_INDICATOR = 'Y'
         THEN
         MESSAGE('You cannot delete this record. Consult your Administrator');
         MESSAGE(' ');
         CLEAR_FORM(NO_VALIDATE);           EXECUTE_QUERY;
    --     RAISE FORM_TRIGGER_FAILURE;
         END IF;
    I want to clear form an re_query, but the clear form is not working. Help

    CLEAR_FORM is a restricted built-in and is not allowed on PRE-DELETE trigger.
    the purpose of PRE-DELETE trigger is to do some validation before the actual delete happens and may be delete the child records before the master record can be sucessfully deleted.
    it will be better if you could explain that why you need some different functionality on PRE-DELETE trigger, which looks strange. Like, user is trying to delete the record and you want to restrict user from deleting the record if some condition is met and want to re-query. what is the main purpose of doing query here again or why you want to clear the form.

  • Table Attribute not working with MVC5 and EF6

    Hello,
           Having an issue with a project I am working on.  I have a web project and portable classes.  I am using Entity Framework 6, and MVC 5.  Everything was working when I had all the classes in the Web side,
    but once I moved them to the Portable side, I began to have an issue with the data annotation.  Here is the code from one of the classes:
    namespace Inventory.Entities
    using System;
    using System.Collections.Generic;
    using System.ComponentModel.DataAnnotations;
    using System.ComponentModel.DataAnnotations.Schema;
    using System.Linq;
    [Table("Common.Location")]
    public class Location
    public Location()
    Assets = new HashSet<Asset>();
    [Key]
    public int LocationID { get; set; }
    [Required]
    [Display(Name = "Location Name")]
    public string LocationName { get; set; }
    public virtual ICollection<Asset> Assets { get; set;}
    Now the issue is that Table has a red squiggle and I am getting the following error: Error  43  The type or namespace name 'TableAttribute' could not be found (are you missing a using directive or an assembly reference?)
    As far as I can tell everything is set up correctly, but this just does not want to work.  It is not only this class, but all of my classes.  The only reference I have in the portable classes is .Net with a target of 4.5.  Everything I read
    says this should work, but clearly it is not working.  I have also uninstalled and installed the entity framework, did a clean and build but with no luck.  Any thoughts?
    Michael R. Mastro II

    Hello Michael,
    >>but once I moved them to the Portable side, I began to have an issue with the data annotation.
    This is by designed, please check the namespace “System.ComponentModel.DataAnnotations.Schema”:
    https://msdn.microsoft.com/en-us/library/system.componentmodel.dataannotations.schema(v=vs.110).aspx, as you can see, only the DatabaseGeneratedAttribute is supported in Portable Class Library.(If a class is supported in PCL, there should be a
     symbol).
    Regards.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Extract is not working

    Hi, the feature "extract" and "cut" is not working on the phone version for android. when i select an area of a pic and click extract, nothing happens. normally it erases the surrounding area of the selected area. I would like to report this bug to the adobe android team.
    I am using a Google Nexus 4.
    EDIT : I have attached pictures to make it easier to understand what I'm talking about.
    In the first pic you can see how I've selected the area around the weight scale.
    Ine the second pic I am showing the 'modify menu'. Pretty much most of the options within it DO  NOT work.
    Extract, clear, cut do not work.

    Could you please double-check if you accidentally deselected the image while accessing the Extract-Menu. This can happen when you touch inside a selection. In addition please do you have the correct layer selected?
    Could you please post a screenshot with the result you're seeing after the "Extract"?
    Hope that helps.
    Guido

Maybe you are looking for

  • Problem with xsql:query

    Hi, I'm having a problem with the following simple XSQL document: <?xml version="1.0"?> <xsql:query connection="xsqltest" xmlns:xsql="urn:oracle-xsql"> SELECT concat(concat(forename, ' '), surname) AS Name , d.name AS Department FROM emp, dept d WHER

  • Can I make a particle emitter shine through a hole in a photoshop image

    Heres what I want to do. I have a mailbox that I cut slots in, in photoshop. I want to put a partical emitter in the back of it, and just have it shine out the slots. so I looks like something has blown up inside of it. Is this possible. Thank you

  • Where can I find and view the movies I've rented?

    Where can I find and play the movies I've rented on iTunes?

  • Impact of Movement type 231 after PGI of delivery

    Hi, We have a requirement to issue some components to Sales Order for which we have already done Delivery. We don't want to reverse PGI & add the components. It is to backflush these components. Will there be any subsequent impact if manually issue i

  • No video HP Pavilion dv-6-6173cl

    I suddenly cannot access a video.  I did get an error message but it was gone before I could read it.  It suggested reinstalling a file but this computer didn't come with discs.