In the search I phone screen how do you get rid of information for a particular contact. How do you erase that data

In the search I phone screen the messages aren't deleting if I type a contacts name ther still listed.

I would use a custom calculation script for each of the fields. Something like:
// Calculation script for Baseline year
(function () {
    // Get the value of the WCPYear field
    var v = getField("WPCYear").valueAsString;
    // Set this field's value. Set to blank if WCPYear is empty
    event.value = v ? v : "";
// Calculation script for 5-year goal field
(function () {
    // Get the value of the WCPYear field
    var v = getField("WPCYear").valueAsString;
    // Set this field's value. Set to blank if WCPYear is empty
    event.value = v ? +v + 5 : "";
// Calculation script for 10-year goal field
(function () {
    // Get the value of the WCPYear field
    var v = getField("WPCYear").valueAsString;
    // Set this field's value. Set to blank if WCPYear is empty
    event.value = v ? +v + 10 : "";

Similar Messages

Maybe you are looking for

  • TPVS: Inbound Deliveries

    Dear experts, I am facing a problem that I could not easily identify which customizing I am missing. I am creating Inbound Deliveries from Purchase Orders and these Deliveries are not appearing in my SCM-APO. Looking into the /SAPAPO/VS_SDSHP table a

  • Why under security in system preferences can I not make changes?

    When I go to change the settings under General in Security in the systems preferences on my Macbook Pro they are all grey except require a password and can't be clicked. I am trying to change the automatic logout time, but it won't let me. Please hel

  • ITS VERY URGENT : Could anyone help me Immediately

    How to add an T.code to SAP EASY ACCESS menupath in ECC 6.0.I mean Under sap easy access-Financial accounting administrator- funds managament- funds center- i need to add t.code KS01.Please help me in detail i have never done it before.I will assign

  • Logical persepctive of synch /asynch interfaces

    From logical perspective if a particular adapter : eg : JDBC , does not support synchronous processing , then why not create 2 interfaces ,one with sender jdbc and other with recv jdbc. Is this statement correct ?

  • Keystore and trust store

    Hi, i am writing a lib that uses JSSE. I need to set the keystore and trust store for the SSL to work. i do not want to use the system properties to set the above as it is a lib and user may have different values set. Is there any other way of specif