How to change login portlet message

how to change the login message on the login portlet "Welcome to your Portal" to custom message ?
thanks in advance

String customization is well explained in the ALUI dev documentation, at:
http://edocs.bea.com/alui/devdoc/docs60/Customizing_the_Portal_UI/Using_String_Replacement/plumtreedevdoc_customizing_stringreplacement_intro.htm
Fabien

Similar Messages

  • How to change login account in icloud

    How to change login account in iCloud on my iPad?
    Appreciate your help. Thanks

    To change the iCloud accoun go to Settings>iCloud, tap Delete Account, provide the password for the old ID when prompted to turn off Find My iPhone, then sign back in with the ID you wish to use.

  • How to change the error message Invalid login credentials

    Hi all,
    How to change the default error messages .
    1) In the Login page while giving wrong username or password .It showing
    Error message "Invalid login credentials".
    But requirement is change the above error message.
    2) I need to change the error message instead of "1 error has occureed"
    Thanks in Advance
    Sudhakar

    On the Login Page of the application create a 'Before Header' process with this code if  apex_application.g_notification ='Invalid Login Credentials' then
             apex_application.g_notification :='Your Altered Failed Login Message Here';
      end if;varad

  • How to change java error message in transaction page?

    Hi experts,
    I want to ask, how to change ess critical error message to a user friendly message?
    the message appear because of user exit that we used on the back end.
    so here's the case:
    we use user exit of travel management to check end date of trip maximum is 2week from now.
    the user exit run correctly,
    but, the problem is it(error message) is appear in a new page. (and we can't undo or go back to the transaction page)
    how to make it appear in the transaction page? so the employee could easily change the date without input the transaction again from beginning?
    thanks.

    here is the error
    Critical Error
    A critical error has occured. Processing of the service had to be terminated. Unsaved data has been lost.
    Please contact your system administrator.
    , error key: RFC_ERROR_SYSTEM_FAILURE  
    this error come from user exit.
    i made validation for employee that they can't make travel request and expense more than 2 weeks (the end date)

  • How to chang the idoc  message type

    Hi,
    I want to change the idoc message type...because the idoc has the status 51...pls advice how to change
    I have tried it from we81 .......but i cant open the msg type ...when i double click on it.
    Regards,
    Somenath

    Hi,
    This may help u
    Steps To Create Custom IDOC
    1.Create Segment Type (WE31)
    Go to Transaction code WE31
    Enter Segment type, click on Create
    Give Description
    Enter the Necessary Fields & Data Elements for those Fields.
    Save the Changes.
    2.Create Idoc Type (WE30)
    Go to transaction code WE30
    Enter the Object Name, select Basic type and click Create icon
    Select the create new option and enter a description for your basic IDOC type and press enter
    Select the IDOC Name and click Create icon
    The system prompts us to enter a segment type and its attributes
    Choose the appropriate values and press Enter
    The system transfers the name of the segment type to the IDOC editor.
    Follow these steps to add more number of segments to Parent or as Parent-child relation
    Save it and go back
    Go to Edit -> Set release
    3.Create Message Type (WE81)
    Go to transaction code WE81
    Change the details from Display mode to Change modenAfter selection, the system will give this message u201CThe table is cross-client (see Help for further info)u201D. Press EnternClick New Entries to create new Message Type
    Fill details
    Save it and go back
    4.Assign Idoc Type to Message Type (WE82)
    Go to transaction code WE82
    Change the details from Display mode to Change moden After selection, the system will give this message u201CThe table is cross-client (see Help for further info)u201D. Press Enter.
    Click New Entries to create new Message Type.
    Fill details
    Save it and go back
    Regards
    Seshagiri

  • How to change BPM process message mode

    Hi,
    I use JDeveloper 11.1.1.6 + BPM plugin. I created synchronous process with some activities. How to change it to asynchronous ?
    Kuba

    Something similar to this should do
    http://orasoa.blogspot.in/2007/03/convert-synchronous-proccess-to.html

  • How to change the   Success Message  for Personal Data Screen in ESS

    Hi,
           While saving the Personal Data in the ESS  I want to chage the Success message.When I check the DC , Message Class  i am not able to find the  the particular string.Can any  one please  guide how to find the Success Message String   for this Personal Data Screen or Which BAPI  I  have to check .
    Regards
    Alexi

    Hi  iidhya ,
      Please find the code below
        public boolean onEvent( )
        //@@begin onEvent()
        String event = fpm.getEventData().getEventName();
              if (event.equals(IFPM.EVENT_ADD)){
                   wdThis.wdGetFcPersInfoInterface().setModeForCreate(selectedSubtype);
              }else if(event.equals(IFPM.EVENT_EDIT)){
                   wdThis.wdGetFcPersInfoInterface().setModeForEdit(wdThis.wdGetFcPersInfoInterface().getSubtypevalue(selectedRecord));                              
              }else if(event.equals(IFPM.EVENT_REMOVE)){
                   wdThis.wdGetFcPersInfoInterface().setModeForDelete(wdThis.wdGetFcPersInfoInterface().getSubtypevalue(selectedRecord));                              
              return true;
        //@@end
    Regards
    Alexi

  • How to change the prompt message in a open file box

    Hello
    In my VI the user has to introduce several file path. They are sequenced so we know which one is requested. Is there an easy way to change the message on the "choose file to read" window in order to have "choose xxx file to read" etc... Is this through some VB programming or does labview have some tools for that ?

    There are two solutions:
    OBN's solution uses a function to get the file name.
    My solution uses the file control. You have to click on the browse button to select the file.
    Both solutions will open the system Open File dialog where the user can select the file. OBN's solution is more obvous to change the parameters. In my solution you have to use property nodes.
    See the VI (LV7.0) how my solution works.
    Waldemar
    Using 7.1.1, 8.5.1, 8.6.1, 2009 on XP and RT
    Don't forget to give Kudos to good answers and/or questions
    Attachments:
    Select File.vi ‏15 KB

  • How to change the MQTT messages format?

    Hello,
    the KURA MQTT cloud client publishes messages respecting the following formula:
    #account-name/#client-id/#API-ID/topic
    I want to send MQTT messages with my own format, I dont want to send the account name and the client id in the MQTT message
    how can I do that?
    I already tried to change the configuration in the KURA web interface -> MQTTData transport and I have deleted the content of "lwt.topic" but without success.
    Thanks in advance for your help!

    The following link is an iot-based Greenhouse Application Prototype:
    https://github.com/kartben/kura-greenhouse-demo/blob/master/org.eclipse.iot.greenhouse.publisher/src/main/java/org/eclipse/iot/greenhouse/publisher/GreenhousePublisher.java
    Here, you can see the proper usage of DataService and DataServiceListener to communicate with the Message Broker.
    For, further reading, go through the following links:
    http://download.eclipse.org/kura/releases/1.2.0/docs/apidocs/org/eclipse/kura/data/DataService.html
    http://download.eclipse.org/kura/releases/1.2.0/docs/apidocs/org/eclipse/kura/data/DataServiceListener.html
    Thanks

  • Windows Printer Sharing: How To Change Login Info?

    Odd issue here, basically I want to share a printer between my Mac and my PC; I've done it before and know the process. This time, I logged in with an account that didn't have rights to the printer, so I want to be able to change the Windows login information that the printer is using to look for the printer. I've closed the settings window and restarted and it simply will not prompt me again for any new login information, nor do I see a button for this.
    I also looked to see if there was an entry in Keychain Access that may contain what is troubling me, but it's not there.
    Please help,
    Carlos

    I have the same problem, i think we need a tiger update 104.9 to come around..
    i dont know the work around but here are some security solving note for vista, by taking down some security so that the mac is happy..
    http://discussions.apple.com/thread.jspa?messageID=4137330&#4137330

  • MSN Messenger: how to change login account

    Hi, can any body help me to change msn messenger's default login account,
    i try to find this option but there is now option.
    my iphone is 3g.
    Thanks
    Dr. Jawad Chaudhary
    Hair Transplant Specialist in Pakistan
    http://www.ght.com.pk

    just delete the app and reinstall. That will wipe it back.

  • How to change the message in CUCM 7.1(2) " Your Current Options"

    Hi,
    Can any one help me how to change the system message in CUCM 7.1(2) " Your Current Options" to another text.
    Thanks...

    As far as I know you can't change that on CUCM.
    On CME you can.
    Bye,
    Jan
    Sent from Cisco Technical Support iPad App

  • How to change Error Message into warning message

    Dear Friends,
    I am getting an error
    The qty stored that was entered is adjusted
    Message no. XU 040
    at the time of GRN. I am maintaining batch specific Unit of Measure.
    Please tell me how to change this error message in to a warning message.
    Thanks
    Prashant Atri

    Hello Prashant,
    This is satndard SAP messagge which is maintained in customizing;
    SPRO>>Logistics - General>>Batch Management>>Define Attributes of System Messages
    Here you can convert this messages to warning message. I urge you to please check with abaper as this may be hardcoded message and it may have implications on valuation and posting.
    In the above IMG path you can do the changes
    Br,
    Tushar
    Edited by: Tushar Patankar on Jan 1, 2011 5:36 PM

  • "How to change delivery report tone?" N79

    "How to change  a sent messages delivery report tone?"   N79

    You cannot change warning tone.

  • How to change error messages in Oracle Portal 3.0.9.8

    I have errors such as "No row returned" and etc.
    How can I change this error messages.
    Urgent
    HELP

    about report:
    select field1,field2,...,fieldn
    from table
    where table.date_insert<sysdate
    union
    select null field1, null field2, ...,null fieldn
    from dual
    order by field1...
    about other err:
    solve this problem by writing portlet manually

Maybe you are looking for

  • Error in  purging failed workflow emails queue

    Hi, Oracle EBS:11.5.10.2 OS: AIX 5.3 after resolving the workflow issue i had a stopped queue of of around 5000 mails. to purge that queue I followed the oracle Action plan. 1. Stop Workflow Agent Listeners and Mailers 2. Find the tablespace where in

  • Exporting still image - how do I stop motion compressing the original image

    I wanted to see if I could take a still image in motion and isolate an object as Aperture 3 can't do this. I imported a photo of 5mb. I isolated a shot or my printer, cut out the background and filled it in with a white background. The printer fills

  • Problems accepting software license agreement in Adobe Download Assistant

    I have tried everything suggested, but every time Adobe Download Assistant opens the only option I have is to read the terms of the software license agreement.  Every other option is voided(doesn't respond) I can not minimize, quit, accept, sign in,

  • Remove IPX in CATOS

    Hello, Need help with removing IPX config from 6500 runing CATOS, all examples show adding commands but not how to remove. These are the commands I need to remove: set mls agingtime ipx 32   set port protocol 2/1-8 ipx on  set port name     2/8 lab-i

  • Stock transfer without billing using delivery

    Hii. I have a requirement for transfer the materail from one plant to another withen the same plant using the sd route. i need to incorporate the cost of transportation in the materail cost, do i need to configure mm pricing procedure and assign it t