WebCenter Spaces – Extend User Profile Page

Hi All,
We have a requirement to modify the default user profile page in WCS.
We have to remove most of the fields and add additional fields that are specific for the customer. According to the extending the WCS white paper you can only get / set the data in existing fields based on creating a customProfileattribute.
Is this possible at the current stage of evolution of WCS?
Cheers
Bob

In my current project, we have similar requirement.
To Remove existing attributes:-
You can hide profile fields after customizing User/My Profile Pages from WCS -->Administration --> Pages-->System Pages. See following guides:-
7.3 Working with System Pages: http://download.oracle.com/docs/cd/E21764_01/webcenter.1111/e10149/admin_pages.htm#CJABBBCE
30.5 Viewing and Editing Personal Profiles: http://download.oracle.com/docs/cd/E21764_01/webcenter.1111/e10149/profile.htm#CHDDIHJG
To Add new attributes:
You can add new fields in profile page of WebCenter Spaces by using SampleWebCenterSpacesExtensions application. You can take instructions from following guide:-
http://www.oracle.com/technetwork/middleware/webcenter/owcs-ps3-wcs-ext-samples-wp-308576.pdf. There are following two class files in ProfileAttribute project
a. ExtendedProfileAttributes (You need to add new LDAP attributes in this class)
b. CustomProfileImpl (You can override existing attribute by using this class)
Once you done adding new attributes in ExtendedProfileAttributes, deploy this project as a shared-lib. Then you have to follow following guide in order to see your changes in WebCenter Spaces:-
53 Extending WebCenter Spaces Using JDeveloper: http://download.oracle.com/docs/cd/E21764_01/webcenter.1111/e10148/jpsdg_wcsres.htm#CHDEECCE

Similar Messages

  • User profile page very slow to load

    Hello,
    the page that displays information about a user's profile loads very slowly. I occasionally try to visit the profile page of OTN forum users, to know the little they wish to disclose about their name, job, area,... an it's not unusual to wait for a good 30s for this page, when most of the forum page (topics listing, thread,...) display in under 10 seconds.
    Of course I prefer it that way than the other way round, but 30s is around the limit of usability, whereas the info displayed there seems to deserve no complex query (ah, the points total, maybe...).
    J.
    Edited by: jduprez on Feb 24, 2011 3:03 PM
    It seems the profile page is not very well served indeed, I also pointed out this bug in the forum markup: {thread:id=2129240}

    I think it's something to do with the single sign on for the site, and the fact that the profile details are all stored in a central server somewhere rather than with the forum server itself.Ah, yes, that's likely, since indeed one can freely browse the forums listing, topics, etc... but in order to view a profile page one has to be logged in.
    And maybe the profile page are even served by another server, if the same profile page is used in other areas enrolled in the same SSO domain.
    Regards,
    J.

  • Customizing View in Manage User Profiles page in CA

    Is there a way to add additional fields to the Manage User Profiles section in Central Administration? It is defaulted to Account Name, Preferred Name, and Email. I would like to add one of my custom columns front an center so that when I search for someone
    I see that custom field up front.
    Thanks,
    Brandon

    It is possible. Please refer to:
    http://technet.microsoft.com/en-us/library/cc262327(v=office.14).aspx#create
    Just like any other custom search property you could use for User profiles too:
    http://blogs.technet.com/b/meamcs/archive/2010/12/23/using-a-custom-user-profile-property-for-people-search-results-scopes.aspx
    If you are using Term sets:
    http://www.sharepointsteve.com/2010/10/making-custom-user-profile-properties-searchable-in-sharepoint-2010/ 

  • WebCenter Spaces (PS2) - Surfacing User Profile Attributes

    I'm a relative 'newbie' to WebCenter Spaces. We have PS2 (Bundle 3) installed, configured and running. I believe I have thoroughly examined the WebCenter Spaces 11g User Guide and tried various EL techniques to no avail, but I cannot determine if and how to surface the attributes contained in a user's profile. For example, can I put a user's profile photo on a group space page using the Image Layout Component? Can I surface a user's email address in a group space page using the Text Layout Component. I see that these attributes for example are used in various OOTB task flows, but I'm wondering if and how they can be used dynamically in other components specified at design in Composer.
    Hope this makes sense. Any assistance you can provide would be appreciated.

    Hi,
    I am not quite sure if this is what you want by I managed to expose the user's email by:
    *1)* Entering composer mode for a page
    *2)* Clicking "Add Content"
    *3)* Searching for and adding a "HTML Markup" component
    *4)* Clicking the "Edit" (spanner) icon for the HTML Markup component
    *5)* Entering the following for the "Value" field:
    +#{webCenterProfile[securityContext.userName].businessEmail}+
    I hope this helps
    EDIT: The way I found this was by clicking the little 'down carrot' next to any field on the edit menu of a component, then selecting "Expresion Builder". From the subsequent popup, you can choose "User Info" from the "Choose a value" drop down, then select the relevant user property in the second drop down, this will populate the text field underneath with the appropriate EL expression
    Edited by: Scott Robertson on 03-Mar-2011 19:46

  • Automatically create a profile page when user registers?

    Hi everyone,
    I am building a site along with other people and I am the main web designer. I need to know how to have my site automatically create a users profile page when the said user registers on the site. Something very similar to YouTube or MySpace. Example: If a user where to create an account with the username bob678 the site/code would automatically create and directory called examplesite.com/userid/bob678 (like I said before very similar to YouTube). I cant seem to find the answer to this anywhere but I know it is possible. Any and all help is very appreciated!
    PS. I already know how to allow people to register, I just need it to create a page for them.
    Thanks

    If you want to actually create a physical directory, then you would call your server side scripting's file system functions. FWIW, many of the site's you've seen probably do not use physical directories. In many cases, the data is saved in a database and the server uses the rewrite engine to make the location more human readable.

  • Auto create profile page for users that register? Please help!

    Hi everyone,
    I am building a site along with other people and I am the main web designer. I need to know how to have my site automatically create a users profile page when the said user registers on the site. Something very similar to YouTube or MySpace. Example: If a user where to create an account with the username bob678 the site/code would a page called examplesite.com/userid/bob678 (like I said before very similar to YouTube). I cant seem to find the answer to this anywhere but I know it is possible. Any and all help is very appreciated!
    PS. I already know how to allow people to register, I just need it to create a page for them.

    Ok here it is. How to create the profile page automatic after registering. I'm assuming you have created a "register.php" page and a "login.php" page. Both pages have a relationship with your database tables using PHPMySQL as well. When you created the login.php page a session variable was created. You can find it on the login page only when viewing the page in code view. The session variable will be named "MM_Username"  this is case sensitive. Remember this variable.
    Step 1-
            Create a new blank.php page. and save it as myprofile.php
    Step 2-
            In the bindings menu under applications on the side click the + and choose "Recordset Query". Then stay in the Simple Mode and choose the database connection. Then choose the table containg the columns that you created for your register.php page. Keep the all radio button too. Then choose the database column you designated to be used for storing the username and proceed to:
                                                                                         Filter: "username"              =
                                                                                                   "Session Variable"    "MM_Username"
                                                                                                   "Sort"                       "None"
    Step 3-
           In the Server Behaviors menu click +, User Authentication- Restrict Access to Page. Set "If access denied, go to: login.php". Then click + again, User Authentication- Log Out User.
    Step 4- Insert a table on the page body. Then In the Bindings menu open the + sign of your created recordset. This will display all the columns in your database table. Place the cursur inside the page body table. Then highlight the "username" column from the Bindings menu and click the insert button. This will display the username. Repeat with all columns you wish to be displayed. Save this page.
    (Remeber to edit your login.php page by setting "If login succeeds, go to: myprofile.php)
    Step 5-  "Synchronize Sitewide".
    Step 6- Now test the function you just created by starting from the top:
    Register as a new user. Once you have submitted your user information go to your login page and login with your new username and password. And if login succeeds, you will go to: myprofile.php. Once the myprofile.php page loads, your username and all the columns you inserted will be displayed. Try registering a second user and see the automatic profile page create.
    The secrete in this process is the recordset query being:
                                                      Filter: "username column" = "SESSION VARIABLE" "MM_Username"
    Setting up th recordset to be filtered by username tells the page to only display the records of the username that is logged in. If you were to keep the recordset query filter to "None" then every user records will be displayed on the page creating like a directory/phone book page.
    To sum things up make sure to save the page as a .php first thing. Then create the recordset query. Then restrict access to the page. Then add the log out to the page. This must be done in that order before anything else.

  • How to create a portlet in Jdeveloper and consume it in webcenter spaces

    Hello all,
    I need to create a portlet in which i will be passing the parameterized url and it will go on hit the third party application.After doing that i have to consume it in webcenter spaces where user can directly add that porlet and can do all his work of third party from webcenter spaces itself.
    Can anyone tell me how to make portlets and what all we need in Jdeveloper for creating the portlet.As well as i need some reference guide which let me help to create the portlets as well as consuming in webcenter spaces.
    Please Help !!!
    Thanks...

    Are you trying to expose an existing system inside of WCS?
    If this is the case, you should investigate "External Applications":
    http://download.oracle.com/docs/cd/E17904_01/webcenter.1111/e10149/config_svcs_prod_extapp.htm#WCSUG6698
    This is an out of the box way of embedding external systems, with seperate login pages etc. I think this will achieve what you are trying to do yourself. It even allows for parameterised URLs

  • User Profile Pictures not deleting / replacing

    Hello,
    I have been struggling with this issue for a couple of weeks and think I may need some help.  I have a user profile sync application which works fine, it syncs several attributes from AD into SharePoint, it also exports user profile pictures back to
    AD for Exchange and Lync to use, this all works fine.
    I was asked to replace a picture for a user, which I did using the 'Manage User Profiles' page in Central Admin.  I didn't realise there was an issue until I was asked again a week later, it seems the update had not worked.  I tried again, and
    lo and behold the picture managed to revert back to the old one again.
    After a lot of messing around deleting the picture, syncing, adding the new picture, syncing again etc I could not get the new picture to stay, the old one kept coming back. I do not think the issue is related to the sync, but more with SharePoint itself,
    here is a symptom I believe is related:-
    I delete a user's picture from 'Manage User Profiles', the picture is gone and the user's mysite page shows the placeholder pic.
    Looking in the mysites site collection in User%20Photos/Forms/AllItems.aspx the 3 pictures for the user have disappeared.  However if I browse to the url of the picture - User%20Photos/Profile%20Pictures/*username*_SThumb.jpg (or mthumb or lthumb) the
    picture appears in my browser.
    Next if I add a new picture for the same user through central admin, I then see the new picture in their mysite, I can also see 3 thumbnails of the user's photo under the mysites site collection in User%20Photos/Forms/AllItems.aspx
    So far so good, however, if I browse to the url of the picture (including the filename as above) then I am shown the old picture :S
    So it appears that the pictures in User%20Photos/Profile%20Pictures/_w and User%20Photos/Profile%20Pictures/_t are updating with the new picture, but the pictures in User%20Photos/Profile%20Pictures/ do not get updated, or even deleted properly when they
    are removed.
    Hope somebody can shed some light on this as it's really annoying me now! Thanks :)

    Hi,
    According to your post, my understanding is that the replacing picture not work properly in MySite.
    I tried to reproduce the issue in my environment(SharePoint server 2013+SP1), it works without any issue.
    Did the issue occur for all the users?
    To narrow down whether the issue is related to the User Profile service, you can use other accounts to check whether it works.
    If that is the case, you can recreate the user profile service application to check whether it works.
    If your environment does not install any updates, you can install SP1 or latest update to check whether it works.
    You can also check the event log and ULS log to see if anything unexpected occurred.
    To check event log, click the Start button and type “Event Viewer” in the Search box.
    For SharePoint 2013, by default, ULS log is at
    C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\LOGS
    Thanks,
    Jason
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Jason Guo
    TechNet Community Support

  • OIM 11g: UDF disappears from User Attributes page

    Hi,
    I was modifying a user defined attribute using the 11.1.1.3 User Attributes configuration page. All I did was change its category to move it to another section of the user profile page. The last remaining field in the category 'disappeared'. It just went from the list of fields in the category. The field still exists on the USR object and still contains all the values. But it's gone from the UI.
    I exported the /file/User.xml from MDS and sure enough the missing attribute is not present in the User.xml file. It is there for the mapping to the back end column, and in another element. But the element that describes the field proper is not there. I've since added the attribute element back in manually and re-imported the metadata using the weblogic environment manager, but the field still does not appear.
    So, my question is does anybody know where else OIM stores the attribute details? Is it in the DB somewhere and merely mirrored in the MDS? What do I need to do to restore the field? (I can't add it in because it says it already exists.)
    Thanks

    PeachEye,
    I was unable to see the UDF's I had created on the user form until I set up a policy for them. Please check the policy around the UDF's.
    I am hoping this can help you.
    From Oracle documentation:
    User's Guide for Oracle Identity Manager
    11g Release 1 (11.1.1)
    E14316-03
    User-defined fields (UDFs) can be added by creating a policy and
    adding attributes in the self service user management
    administration policy in Oracle Identity Administration. To add
    the User defined attributes for view or modification under the
    Attributes tab, these UDFs need to be added to the modify user
    data set for self-service. Also, a custom policy needs to be created
    under self service user management to grant permission to view
    and/or modify these attributes.
    For details on authorization policies, refer "Creating and Managing
    Authorization Policies" on page 15-2.

  • MySites User Profiles and User Hidden List

    I would like to automatically activate all user profiles so I can assign an administrator to update all user information. The environment does have MySites setup but no one has permissions to create their own MySite site. Therefore,
    when a user navigates to their profile page to edit their profile information they visit the URL http://server/MySiteSiteCollection/_layouts/15/start.aspx#/Person.aspx?accountname=domain\user
    Right now, the administrator can only edit user profiles where the user had previously visited their user profile page, thus activating their user profile, which I assume adds an item to the hidden user list. However, the administrator cannot edit
    any user profiles where the user had not yet visited their user profile site, thus generating an error. I would like to enable/activate all user profiles automatically without having to contact each user separately and asking them to visit their
    profile page just to get it enabled for editing.
    Does anyone know if there is a way via PowerShell to activate all user profiles?
    Environment: SharePoint 2013

    That is probably the best, most consistent way. It would be isolated to that particular SA, so there shouldn't be security concerns. Otherwise you'll constantly run into this issue.
    This should work with SharePoint 2013:
    http://blog.bugrapostaci.com/2011/10/03/create-all-users-personal-site-via-powershell-script-sharepoint-2010/
    But you'd need to continually run it to capture new users.
    Another one specifically for 2013 if the above doesn't work:
    http://www.getinthesky.com/2014/04/powershell-create-mysites-users/
    Trevor Seward
    Follow or contact me at...
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Missing user profiles in mysites

    I have a question about missing user profiles in our Mysites. We have an SP2013 environment with a number of site collections and sub-sites and occasionally, we are finding that some users are missing their profile. If we click on their user name, in a link
    on a page or library, we are directed to a plain page with some very basic information, not our typical user profile page that looks more like SP2013 styling.
    Even though the profiles are missing, I find that it is easier to add them from PowerShell, through a script, than to go into the central admin and add them manually, however this brings up a question:
    Is there a quick and easy way to determine if a user has a profile?
    Currently, I run a script that cycles through each user of each group of each web of each site collection, and checks to see whether that account has a profile. The problem here is that this is a very time-consuming process and many accounts get checked
    more than twice if they exist in multiple groups. If the user does not have a profile, I create one.
    Is there a faster way to determine if a user has a valid profile, rather than running a check on each user every time? With thousands of users, this script will take a long time to run and create a higher than desired load on our server.

    In SharePoint 2003 and MOSS 2007 the user profile was created the first time a user accessed the site, but with 2010 that does
    not seem to be the case. It either needs to be created through synchronization, programmatically using the API or PowerShell, or it can be created when the user clicks the profile or mysite the first time
    If you want to auto-provision the MySites for a the missing users in your case you will need to do this with custom code as
    you said you are writing a power shell script more ever it is one time activity so that is good way as well.  You would iterate through the list of users and call either the API, web services, or stsadm if this is a command line script, to create the
    site collections.
    http://technet.microsoft.com/en-us/library/gg188041.aspx#noSync
    https://social.technet.microsoft.com/Forums/en-US/9f266cf6-0990-46e8-9004-bbbc8fe5e0e0/automatic-feature-activation-on-selfservice-site-creation?forum=sharepointdevelopmentlegacy
    Please get back if you have some specific issue related to migration, we would be happy to assist you.
    Krishana Kumar http://www.mosstechnet-kk.com
    Please mark the replies and Proposed as answer if they help and solve your issue

  • User Profile Synchronization not displaying Title field correctly

    Hello,
    I've an issue with User Profile Synchronization (SP 2010). The Title field is displaying correctly for most of the users but still there are few user for them the Title field is blank. However in "User Information List" it displays the Title field
    properly for those users. But in Central Administration when I check the User Profiles it's blank.I have already run Full Profile Synchronization few times in Central Administrations. Every time it's shows as successful but still no luck, still the Title field
    is blank for some profiles.
    Can anybody help on this? Thanks in advance.

    Hi ,
    Firstly , I need to verify the followings:
    Whether the title field of user information list is changed if you type a value in user profile page and perform full sync.
    Whether you have upgraded to SharePoint 2010.
    If you have upgraded to SharePoint 2010, you need to make sure the user information list is mapped or connected to AD directly. More information, please refer to the post below:
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/926abf50-83a0-4e9c-a4cb-4848fcf4f88d/sharepoint-2010-userprofile-title-field-empty?forum=sharepointgeneralprevious
    If this issue still exists, please create a new User Profile Services Application, and compare the result.
    Here are some similar posts for you to take a look at:
    http://social.technet.microsoft.com/Forums/en-US/0b9b5747-80b2-4a2e-8e8e-c918bc9d6cbd/user-profile-synchronization-not-working-correctly?forum=sharepointadmin
    http://blog-sharepoint.blogspot.in/2010/08/user-information-list-not-synchronised.html
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • User Profile Application and Managed Metadata services are missing

    Running SharePoint 2013 servers on a set of 2012 R2 Servers.  One of our farm administrators deleted the Secure Store service account.  They recreated the Secure Store account, but after doing so, the Managed Metadata Service and User Profile Service
    are now unavailable.
    When going to the User Profile Page, there is an error that says "Sorry, something went wrong."
    When going to the Metadata page, there is an error that says "The Managed Metadata Service or Connection is currently not available."
    There is an additional error that says "The Security Token Service is not available."
    How can all three services be brought back online?

    That specific event log error is as follows:
    WebHost failed to process a request.
    Sender Information: System.ServiceModel.ServiceHostingEnvironment+HostingManager/12547953
    Exception: System.ServiceModel.ServiceActivationException: The service '/SecurityTokenServiceApplication/securitytoken.svc' cannot be activated due to an exception during compilation.  The exception message is: Exception has been thrown by the target
    of an invocation.. ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.ArgumentNullException: Value cannot be null.
    Parameter name: certificate
       at System.IdentityModel.Tokens.X509SecurityToken..ctor(X509Certificate2 certificate, String id, Boolean clone, Boolean disposable)
       at System.IdentityModel.Tokens.X509SecurityToken..ctor(X509Certificate2 certificate)
       at Microsoft.SharePoint.Administration.Claims.SPSecurityTokenServiceManager.ConfigureTokenHandlerCollection(SPSecurityTokenServiceManager manager, SecurityTokenHandlerCollectionManager collectionManager, String key, SecurityTokenHandlerCollection&
    tokenHandlerCollection)
       at Microsoft.SharePoint.IdentityModel.SPSecurityTokenServiceConfiguration.ConfigureTokenHandlerCollectionForLocalIssuer(SPSecurityTokenServiceManager manager, SecurityTokenHandlerCollectionManager collectionManager, String key)
       at Microsoft.SharePoint.IdentityModel.SPSecurityTokenServiceConfiguration..ctor()
       --- End of inner exception stack trace ---
       at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck)
       at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
       at System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
       at System.Activator.CreateInstance(Type type, Boolean nonPublic)
       at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, StackCrawlMark& stackMark)
       at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
       at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture)
       at Microsoft.IdentityModel.Protocols.WSTrust.WSTrustServiceHostFactory.CreateSecurityTokenServiceConfiguration(String constructorString)
       at Microsoft.IdentityModel.Protocols.WSTrust.WSTrustServiceHostFactory.CreateServiceHost(String constructorString, Uri[] baseAddresses)
       at Microsoft.SharePoint.IdentityModel.SPSecurityTokenServiceHostFactory.CreateServiceHost(String constructorString, Uri[] baseAddresses)
       at System.ServiceModel.ServiceHostingEnvironment.HostingManager.CreateService(String normalizedVirtualPath, EventTraceActivity eventTraceActivity)
       at System.ServiceModel.ServiceHostingEnvironment.HostingManager.ActivateService(ServiceActivationInfo serviceActivationInfo, EventTraceActivity eventTraceActivity)
       at System.ServiceModel.ServiceHostingEnvironment.HostingManager.EnsureServiceAvailable(String normalizedVirtualPath, EventTraceActivity eventTraceActivity)
       --- End of inner exception stack trace ---
       at System.ServiceModel.ServiceHostingEnvironment.HostingManager.EnsureServiceAvailable(String normalizedVirtualPath, EventTraceActivity eventTraceActivity)
       at System.ServiceModel.ServiceHostingEnvironment.EnsureServiceAvailableFast(String relativeVirtualPath, EventTraceActivity eventTraceActivity)
    Process Name: w3wp
    Process ID: 5504

  • Facebook like profile page in SharePoint 2010/2013

    Hi techies,
    I got a requirement to create a user profile page similar to facebook.
    Please let me know the approach to go about it.
    Any help will be appreciated 

    Getting familiar with the MySites part of SharePoint 2013 might be a good place to start.  This has more enterprise social features than previous versions of the product.
    http://technet.microsoft.com/en-us/library/ff382643(v=office.15).aspx
    This will surface in various parts of the platform.
    Steven Andrews
    SharePoint Business Analyst: LiveNation Entertainment
    Blog: baron72.wordpress.com
    Twitter: Follow @backpackerd00d
    My Wiki Articles:
    CodePlex Corner Series
    Please remember to mark your question as "answered" if this solves (or helps) your problem.

  • OIM Account Profile Page Modification for UDF field

    Hello - I have two custom fields (USR_UDF) added to the OIM User profile page. The fields are available during the user create as well as when the end user try to modify his account. The problem is when a user click on My Account --> Account Profile the fields are not shown. When he click Modify Account Profile button on the Account Profile page the fields are shown, can you please tell me what section of the FormMetaData.xml needs to be updated.
    Just to let you know I have added those fields to the following sections of the file.
    <!-- User Self Registration and User Profile Modification section -->
    <!-- Definition of the form that will be displayed to the user for profile modification -->
    <Form name="ProfileModificationUserForm">
    Thanks,

    Hi,
    You need to updated xlwebAmin_en_us properties as well....
    Let us take example you have created an UDF for Mobile
    Find below steps to show those fields:
    1. under User Self Registration and User Profile Modification section
    <Attribute name="USR_UDF_Mobile" label="global.udf.label.Mobile" displayComponentType="TextField" dataLength="80" map="USR_UDF_Mobile"/>
    2. Under Definition of the form that will be displayed to the user for self registration
    <AttributeReference>USR_UDF_Mobile</AttributeReference>
    3. xlwebAdmin_en_us property file you need define entry like:
    global.udf.label.Mobile = Mobile Phone
    Try these steps and let me know the result....
    Regards
    Alabhya Goel
    Edited by: Alabhya Goel on Jun 8, 2010 3:28 AM

Maybe you are looking for

  • Brand new Ipod touch 5th generation won't charge.

    Hi! So i just got my brand new ipod touch 5th generation in the mail. I went to turn it on but there was no power, so then i plugged it in to charge, but now every time i try to turn it on, the red battery charge symbol shows up, and its been chargin

  • How much HD space should I partician for Windows XP?

    I am upgrading to a new (2010) iMac i5 with 1 TB HD and I was wondering how much disc space I should make for Windows XP? I only have a couple of special apps that I use in Windows and the attending files do not take up much space so other than the O

  • WRT300N signal needs to be extended without wires.

    I am approximately 80 feet from our WRT300N router and receive a 40% signal on my desktop PC using the WUSB300N network adapter.  That is the highest I have ever connected at.  It usually works fine unless someone else is using the wireless network,

  • BPM: Auto Generate Form

    If i create a Human task and attach a FORM to it, then i get in Oracle BPM the following error message: 404 Not Found OracleJSP: java.io.FileNotFoundException: Setzen Sie den Init-Parameter debug_mode auf "true", um die vollständige Exception-Meldung

  • How to stop MacKeeper from opening in safari

    I have recently been having MacKeeper and Get a Faster Mac with TuneupMyMac opening in tabs within safari. How can I stop tho happening?