It is possible to change wording in the admin console?

I'm just curious... as someone who's trying to create a BC site for a non-profit, is it possible at all to change the wording/language of the administrator console for BC? I'm mainly thinking about the E-Commerce section.
Thanks!

Hi,
Not at this stage as the admin CRM cannot be customized further. 
Only option we provide is language translation (Japanese, Spanish, Dutch, German, Swedish, French).
Kind regards,
-Sidney

Similar Messages

  • Is it possible to change out of the box Callout content for already existing library using some javascript API ?

    Is it possible to change out of the box Callout content (change DOM elements) for already existing library using some javascript API?
     API ?

    Hi,
    We can use CSS and jQuery to achieve it.
    Please add the following code into the Content Editor Web Part.
    <style type="text/css">
    .js-callout-content{
    display:none;
    .js-callout-mainElement span{
    display:none;
    .js-callout-mainElement{
    border-width:0px;
    </style>
    <script src="http://code.jquery.com/jquery-1.10.2.min.js" type="text/javascript"></script>
    <script type="text/javascript">
    $(function () {
    $("a[title='Open Menu']").click(function(){
    setTimeout(function(){
    $(".js-callout-body .js-callout-bodySection").eq(0).html("<span>Test</span>");
    $(".js-callout-mainElement span").show();
    $(".js-callout-content").show();
    $(".js-callout-mainElement").css("border-width","1px");
    },1000);
    </script>
    Result:
    Best Regards
    Dennis Guo
    TechNet Community Support

  • Is there a possibility to send from the Admin console the invitations to endusers in different languages? Somehow all the invitations go out in German but for my colleages in Spain and in the UK it makes it difficult to understand what they have to do wit

    Is there a possibility to send from the Admin console the invitations to endusers in different languages? Somehow all the invitations go out in German but for my colleages in Spain and in the UK it makes it difficult to understand what they have to do with this invitation. It doesn't help when I change the language in the admin console....Thanks for your help

    Hey Eric,
    Thanks for taking the time. Unfortunately no that does not solve it. Same as swipe it will get me there and it will show separate programs spaced out. The issue I am having is that all my open word files are bunched up in a pile on top of each other. I can see the edges of each one but I want them to be separated from each other enough that I can visually identify what file is what.
    Again, thanks for trying, it is appreciated.

  • DS Web services without the admin console. Is it possible ?

    Hi
    The client is concerned that they cannot enforce their password policy or integrate it with their Windows AD authentication for the admin console application. In our implementation we are using DS  batch jobs with webservices enabled. Is there any way to have the webservices running smoothly without anyone installing/accessing the admin console.
    We are using Tomcat. Can we use any options at tomcat level - 'Remote Address Filter'  etc ?
    If anybody has tried this, I would appreciate it if u can share the details
    thanks
    Dinesh
    p.s. I have explained to the client about the functionality of the Admin console and what type of activities u can do within it. They still would like to explore options of controlling access to admin console since the jobs that are executed have sensitive data.

    Hi Werner
    Thanks for your reply. Has anyone tried IP restriction at the Tomcat level, any user experience that can be shared, will it affect the webservices WSDL when external applications make a call.
    Are there any plans to integrate windows AD or any authentication for the admin console
    Dinesh

  • Changing user profile attributes via the admin console

    Hi all,
    I created my own login module (like the existing Membership module) which
    extends the Login class. It works just fine, and can create user profiles
    and allow people to log in. When I log into the admin console and try to
    bring up the user profile to edit the attributes for this module [Manage
    Domains->(domain)->(role)->Users->(user)->Authentication(authentication
    module)] it displays an error stating 'This profile contains no data which
    can be administered.' It also does this when I create a user via the admin
    console. I know the profile exists (the user can log in, and doing a
    'ipsadmin get user (user)' produces the profile). In the login module XML,
    all the necessary attributes are set as "userConfigurable=TRUE" with the
    right privileges. Looking at the Membership module as a template, I saw it
    puts a configuration file in the '/opt/SUNWips/locale' directory which is
    used apparently for editing the profiles created by this module. I made a
    similar one for my module, but the same error occurs. Does anyone know what
    I am failing to do?
    Thanks,
    Mark

    Hi,
    After creating your own Authentication module You have to import your "iwtAuth[NewModule].xml" to the profile server.
    You can find a sample file for Membership module
    " iwtAuthMembership.xml" at "/etc/opt/SUNWips/xml".
    Modify "iwtAuthMembership " in the above xml file with "iwtAuth[NewModule] "and import the
    "iwtAuth[NewModule] .xml" using
    # ipsadmin -import iwtAuthNewLogin.xml
    and restart the server.

  • Sun java system application server 8 custom realm lock the admin console up

    Hi:
    I implemented a custome realm. After I installed the custom realm to Sun App server 8 PE, I can get into the admin console any more. According to the log, the user is authenticated. However, this user isn't in write group to access the admin console. What would be the user group in a custom realm to access admin console?
    In version 7, even you set up custom realm the admin console still not affected by the custom realm. Why is the admin console in version 8 picking up custom realm?
    Thanks.

    Previous reply was quite misleading - there is no such thing as default admin password for standalone installation of Application Server. Default values only apply to Application Server installation installed through Creator or NetBeans installer.
    Otherwise, you have to specify admin user name and password at installation time. Admin username value is defaulted to "admin" so unless you changed it in your installation that should still apply. You had to enter explicit password values.
    If you forgot those, you can either uninstall and reinstall or you can take a look at Troubleshooting Guide for instructions on reseting admin authentication:
    http://docs.sun.com/source/817-6085/troubleshooting.html#1026910

  • Can I use Apache to Proxy the Admin Console?

    Greetings.
    We are deploying a new Weblogic environment into a network that we treat like a DMZ. Basically we treat all of our Production networks like DMZs, let's not debate the intelligence or stupidity of this please. We are running on RHEL 5.3 x86_64, with Apache 2.2, with Weblogic 10.3.1 32bit.
    One security flaw we are trying to correct is not having secure access to the Weblogic Admin Console. In this secure environment we intended to use the Firewall, Apache Allow/Deny, and SSL to ensure the console is kept secure.
    In our less controlled networks we use an Apache SSL Virtual Host to proxy the Admin Console but it seems that none of our weblogic admins have ever noticed that inside the browser, half the links are not SSL, and include the Admin Console's port number. Just a snippet of the Admin Console's HTML for the banner across the top shows a how some links are / relative and others are fully qualified with protocol, hostname, port and path.
    In order for my Apache Proxy to work properly the Console must be generating / relative links, is there some way to configure the server's root for the Admin Console or something?
    As of now, unless a better idea surfaces, my options seem to be:
    1. Spending my holiday weekend writing a Perl CGI to be the proxy and content filter all of these bad URLs out.
    2. Using ssh to tunnel to the Admin Console's port.
    3. Using mod_proxy_html to do the same thing as #1.
    Here are options not on the Table:
    1. Firewall rules to allow access to the Admin Console port.
    2. Bridging networks with a spare NIC in the server.
    3. Running the Admin Console as Root and binding to port 443.
    Overall, I can't believe I'm the only one to ever think of or try to do such a thing as proxy the Admin Console, but I can not seem to find any blogs, forum posts, or documentation to suggest a good way to accomplish this.
    Thanks for your time and attention.
    Edited by: user1758753 on Sep 4, 2009 2:56 PM

    Hrrm, just changed my forum profile to a better username. Guess it didn't work.
    Edited by: user1758753 on Sep 4, 2009 2:58 PM

  • Custom Single Container not showing up in the Admin console

    I developed a custom single container and deployed the java files and xml's successfully.
    But the container doesnt show up in the admin console as a container channel.
    I am not able to add and delete new channels into this container .Can anyone throw light on this issue..
    raj

    I'm seeing the same thing as Simon, I changed the iOS device name in both places on an iOS device and the name in the Intune console is still "iPhone" which is really unhelpful as I'm sure you can imagine.  Is there some other place
    that we should be going to rename devices so they are more easily identifiable in the Intune console?
    Thanks!

  • How to clean the Admin Console Library of Resources?

    Hi,
    Could anybody point me how to clean the library of books, pages and portlets of the admin console library? It's full of old elements not in use anymore.
    Thanks in advance,
    leandro

    With reference to steps in
    Oracle® Business Intelligence Applications Installation Guide for Informatica PowerCenter Users Version 7.9.6 Part Number E14217-01
    Chapter 4, "Installing and Setting Up Oracle BI Applications."
    http://download.oracle.com/docs/cd/E14223_01/index.htm
    I think I had a similar error at step
    "4.6.3 Creating the Informatica Repository Service"
    "The repository code page [106: UTF-8 encoding of Unicode]
    does not match the code page specified for the corresponding
    Repository Service in the Administration Console
    [2252: MS Windows Latin 1 (ANSI), superset of Latin1]."
    you must create the repository service with a matching code page
    - remember that the code page cannot be changed after the Repository Service is created
    Service Name = RepositoryService
    CodePage = UTF-8 (Unicode)
    later on at step "4.6.4 Creating the Informatica Integration Service"
    it throws
    "LM_36011 Code page mismatch. Service process is running in code page
    [ISO 8859-1 Western European] whereas the service is configured
    in the Admin Console to run in code page [UTF-8 encoding of Unicode]"
    so I had to set the language env variables before starting the service
    export LANG=en_GB.utf-8
    export LC_ALL="en_GB.utf-8"
    export INFA_HOME=/u01/app/oracle/product/8.6.0/etl_1
    $INFA_HOME/server/tomcat/bin/infaservice.sh startup
    Hope that helps.

  • Gateways can't be restarted from the Admin Console

    Hi,
    We have two gateways and two servers setup. We have changed the names of the gateways after we completed the installation. everything works fine except that the gateways can't be restarted from the admin console. The administration guide says that this happens for one of two reasons. I have checked both and non of them applied. I am afraid that this is an indication of more serious issue. Any help ?

    never mind,
    I found out that we had the old gateways names in ips.gateway.host inside /etc/opt/SUNWips/platform.conf on both gateways.
    when i replaced the old name with the new one and restarted the gateways, i could restart them from the admin console
    |<halid

  • Can't access the admin console

    changing from exchange 2010 to exchange 2013 was a very nice step & it work fine for more than 4 month ...
    after a power lose for 2 or 3 time 
    This is what I get when I tray to access the admin console....
    and the web access is not working
    only the outlook access is working fine .... but I have to manage the exchange.   such ( adding a new user )
    it will be nice from any one who can share some idea to fix this
    PS. domain is a windows server 2008r2
    exchange 2013 on windows server 2008r2
    both are on a different machine
    thanks to you all

    Hi,
    Please go to IIS Manager (Switch to Content View) to check the files there:
    Expand Sites > Exchange Back End > 15.0.620.29 (my Exchange server is Exchange 2013 CU1). Please check whether there are any file folders under themes and Scripts folder. If there is no folder there, please copy the whole folders "Scripts"
    and "Themes" or the entire folder of 15.0.620.29 (cu1) folder from Exchange Installation Path /ClientAccess/ ECP/ CU1 folder in a working machine(the same Exchange version) to the update folder on same location.
    Please switch to IIS manager Feature View, go to Exchange Back End > ECP home, open Application Settings in /ecp Home, please check whether the value for “BinSearchFolders” is changed to an invalid value. If so, please change it to:
        C:\Program Files\Microsoft\Exchange Server\V15\bin;C:\Program Files\Microsoft\Exchange Server\V15\bin\CmdletExtensionAgents;C:\Program Files\Microsoft Exchange Server\V15\ClientAccess\Owa\bin.
    Then run IISReset /noforce from a prompted command window to restart IIS services.
    If all above doesn’t work, please collect some error logs for further analysis.
    Regards,
    Winnie Liang
    TechNet Community Support

  • OIM 910: Adding a new menu to the admin console

    Hi,
    I followed the instructions to create a new menugroup/item in the admin console: http://download.oracle.com/docs/cd/E10391_01/doc.910/e10362/custmenu.htm#sthref118, but I see no changes in the console, once redeployed.
    Is there something more in addition to the things described from the manual?
    Env: OIM 910 on Solaris 10, JBOSS
    Thanks in advance.
    Regards.

    Never mind, there was a deployment problem with JBOSS.
    Now everything works, fine, even though the step I followed are slightly different from what the guide describes.
    Thanks a lot.

  • Just downloaded JMS (3.6) and  the admin console is getting an error...

    Upon running the admin console I am getting this error "java.Lang.ClassNotFoundException.javax.help.HelpBroker" for some reason I am not going to be able to get any online help at all???
    what is the problem and how can I fix this?

    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]
    * [[Troubleshooting plugins]]
    If it does work in Safe-mode then disable all extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
    * Use "Disable all add-ons" on the [[Safe mode]] start window to disable all extensions.
    * Close and restart Firefox after each change via "File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit")

  • Creating users via the admin console

    Hi,
    I'm trying to create a user via the admin console. The user will have to
    authenticate via Membership, and will require a username and password.
    However, when creating the user via the admin console it does not allow you
    to specify a default password (or by using the command line 'ipsadmin create
    user /domain/user.xml', unless there is some XML field specified in the file
    to do that? If so, what is it? Specify an attribute in the
    "iwtAuthMembership-password"?) After creating a user via the console, I
    tried logging in using a blank password and a password the same as the
    username, but neither worked. Is this password set as default to something,
    and if so to what?
    Also, is there some existing means for a user who has already created a
    membership account to change their password? If not, then I guess I will
    have to develop some code to modify the "iwtAuthMembership-password"
    attribute.
    Thanks,
    Mark

    Hi,
    After you have created the user via the console, then the user will be added to a particular role.From the console go that particular domain and then to the role under which the user was created.Then select the Users link you can see the users list.From that list select the user for whom a password is needed,then it will lead you to a screen where you can see a link named Authentication.Expand that link and click on the Membership link there you can enter the username and password for the user

  • How to retrieve the admin console password

    hi,
    How to retrieve the password for the admin console. I have forgotten it. I am
    using 8.1
    Thanks
    Ashwani

    Hi,
    I don't know of a way to retrieve the administrators password. Are you sure there
    is one? I know how to change or reset it from the command line. Then you'll
    know what it is :)
    I did the following:
    %JAVA_HOME%\bin\java -cp %WL_HOME%\WLS\server\lib\weblogic.jar weblogic.Admin
    -adminurl localhost:8301 -username system -password patbumpus invoke -mbean Security:Name=myrealmDefaultAuthenticator
    -method changeUserPassword system patbumpus password
    You can also try -method resetUserPassword and you don't have to know the original
    password.
    There is a problem with changing the administrator's password. You need to update
    the boot.properties file in the domain directory as well which you can do in a
    sed script. If you don't, then the server won't boot. Also, there might be issues
    with changing the administrator's password and then being able to start managed
    servers. I had a problem, but didn't investigate enough to rule out user error.
    This is supposed to be all fixed in WLS 9.x.
    I know that I didn't answer your question, but maybe something was useful.
    pat
    "Ashwani Kalra" <[email protected]> wrote:
    >
    hi,
    How to retrieve the password for the admin console. I have forgotten
    it. I am
    using 8.1
    Thanks
    Ashwani

Maybe you are looking for