Functionality out of the box

We are installing Portal 9ias and the HR & Finance applications from 11i.
Then if we were to install the base Portal Application with no modifications. What would be the functionality of the portal?

Hi Jonathan,
To add to what Laziz has told you...
1. Yes, Mobile Time and Travel is currently available only for laptops.
2. SAP Mobile offers 3 versions of Mobile Sales. Here they are in ascending order of functionality offered:
a) <u>xMSA Online.</u> This application is based on Mobile Web dynpro and will run on Blackberries, Windows-based Pocket PCs and a couple Nokia Communicator models. It requires a connection, as it has no local data store and runs in a browser. Functionality is as follows:
- Accounts (business partners): View, Update, Create and Favorites
- Activity/tasks: View, Update, Create
- Opportunities: View, Update, Create (no line items - associated products)
- Sales Order and Contract: View only
- Analytics reporting: View only
b) <u>xMSA for handhelds</u>. Runs on Windows-based devices (no BB support) and Mobile Infrastructure. xMSA HH is an offline app with an local database. It offers the same functionality as xMSA Online, plus...
- Sales Orders: View, Update, Create
- Service Orders and Complaints: Create
- Follow up documents.
- Opportunities still do not have line items and there are no Contract views.
- Factsheets and Survey management.
c) MSA for Laptop. A .NET-based application with full functionality that includes line items for opportunities, pricing and much more. It pretty much enables most of the CRM sales functionalities on laptops with a local database.
I hope that answers your questions. Let me know if you have any more.
Thanks,
Ted

Similar Messages

  • HP Pavillion Does NOT work Straight Out of the Box after Purchase

    My daughter bought a new HP Pavillion from Office Depot before starting computer classes at the university.  The first one would not work at all and after the tech folks tried all that they could and it would not work, the Office Depot staff exchanged it for another one.  Straight out of the box, it does not work. It crashes constantly.  My daughter has spent HOURS that she needs for assignments on the phone with HP tech support.  Here is where she stands with the situation now:  She bought the extended warranty, but apparently that does not cover computers that don't work.  The HP warranty....does not apparently assure that you get a working computer either, even when it's just days old and won't function.  So....after spending from about 1p to nearly 6p today on the phone with HP tech support, she is not assured that it will work. 
    They are calling back on Friday to see.
    So if it is NOT working, are we just out of luck with a piece of junk that does not function except as a word processor?  That won't connect to the internet without crashing?  We have been given no options or assurances.
    ( Post edited by Moderator)  When you buy a computer, it should work when it's brand new.  If you have a warranty, does that mean that HP stands behind their product and refund the consumer's money when it doesn't?  The new HP Envy printer did not work, due to a defective ink cartridge enclosed with it.  Does any HP product work at all? 

    @Mariellynne 
    I have brought your issue to the attention of an appropriate team within HP. They will likely request information from you in order to look up your case details or product serial number. Please look for a private message from an identified HP contact. Additionally, keep in mind not to publicly post ( serial numbers and case details).
    If you are unfamiliar with how the Forum's private message capability works, you can learn about that here.
    http://h30434.www3.hp.com/t5/First-Time-Here-Learn-How-to-Post-and-More/bd-p/Hello
    I work for HP

  • Out of the box porlets for Content Management with BEA Portal

    I am looking at BEA Portal for a simple Intranet site with some basic content management system capabilities. I would like to implement this without the use of a third party tool and wanted to know if there are any open source or out of the box BEA portlets/web-apps with basic CMS capabilities beyond what has been shown in the Portal tutorials around CMS. From doing the tutorials, I have learned how to manage content, and how to build a site from scratch to access the content using the <cm:> tags. However, without additional third party products such as Documentum or Interwoven, is there any free BEA/open source portlets to:
    - Configure exposure of this content in a runtime framework? (ie content manager can expose new content from the repository by a configurable admin GUI, place where this content is on the page)
    - Allow for a simple approval workflow where content that gets added to the repository by user A has to be approved by user B before automatically exposing?
    Interested to know if custom portal type development is the only way to do these kind of simple functions, or third party product.

    Hi,
    Did you have a chance to look into WebLogic Portal 8.1 SP3? Check out the new Library Services features, which includes versioning and simple approval:
    http://e-docs.bea.com/wlp/docs81/adminportal/help/CM_MAN_LifecycleOV.html
    We also provide a few ootb portlets that allow users to interact with the CM system. Let us know if you have additional questions.
    Best Regards,
    --alex                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Logging in ifs and renderering capabilities out of the box

    Hello there
    Just wondering if anybody could clarify/confirm a few things for me...
    I'm currently trying to use 9ifs as a 'conversion' engine. I have an XML file within a 9ifs repository that I wish to transform using an xslt when I retrieve it.
    Does 9ifs contain out of the box functionality to perform this? If so, how do I use it or do I need to write a custom renderer to perform the tasks that I have specified?
    I have had a play with the SimpleXmlRenderer however have not been able to find any solid examples of how to use it nor do I know whether it is possible to use it to specify the xslt that will perform the transformation.
    I have also heard that 9ifs has an inbuilt 'logging' capability - ie it can keep a record of files that have gone in to 9ifs or gone out. Is this also true and how would I use it?
    Finally, I have heard that one of the capabilities of ifs is that it provides 'transactional' support in either putting files into the repository or taking files out - ie a file is either there or it is not, there is no in between, corrupt file state. Can anybody shed any light on this as to whether it is true or not?
    Jason

    The CMSDK does not include any out-of-the-box XML transformation capabilities, but it is very easy to code XML/XSLT transformations using Java, and I believe Internet Explorer has built-in support for it, so one could consider that built-in functionality. You could write your own servlet to perform any kind of transformation you wish on any file in the CMSDK, and serve up the resulting file via HTTP, for example.
    The CMSDK is extensible and configurable in a way that could allow you to keep track of files uploaded and downloaded into the instance. You can write custom code and plug it into various extensibility points which allow you to modify default behavior or extend it to include custom operations. See the developer's guide and the javadoc for more details.
    The CMSDK is a transactional object store -- it is true that files can be uploaded and modified within a transaction, and completely rolled back in case of failures.

  • 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

  • Can I use the iPhone 5 out of the box as a wifi device?

    Can I buy an Unlocked iPhone 5 from Apple when it is released and use it out of the box as a wifi device without needing unlock codes and sim cards? I do not plan on getting phone service right away and would like for the device to be functional (basically like a real expensive iPod) until i'm ready to get service.

    Meg is correct, unless you activate it using a microSIM if it is a GSM phone (and starting service with a CDMA phone) you will not be able to do anything with your new phone except call 911.
    Why not just wait and buy it when you can afford service?

  • Move document set [out of the box]

    is there a out of the box solution to move document set between libraries?
    I have created site collection using Document Center site template for SP2013 Enterprise. 
    I was really surprised that Doc Set has no functionality to move it from one library to another? 
    Option needs to be available to end user in like 3-4 steps from document set ...
    Any tips?  
     

    Hi
    TUlee ,
    For moving document set between libraries, you can use the Site Content and Structure in the site settings. Using the Site Content and Structure  function we can manage both the content and structure
    of your SharePoint site collection.  To access the Site Content and Structure page, you must have a minimum of Contribute permissions.
    For more information, you can refer to the article:
    http://community.bamboosolutions.com/blogs/sharepoint-2013/archive/2013/07/29/how-to-use-the-site-content-and-structure-manager-in-sharepoint-2013.aspx
    http://office.microsoft.com/en-001/sharepoint-server-help/work-with-site-content-and-structure-HA010131723.aspx
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • Sharepoint Out of the Box as Business Process Management (BPM) Tool

    How Sharepoint  out of the box can be used as Business Process Management  tool? Like we have K2.

    Hi Bharat,
    Thanks for posting your query, 
    All versions of SharePoint support workflows based on windows workflow foundation. SharePoint Server includes some predefined advanced workflows such as Approval, Collect feedback, Collect signatures. WSS 3.0 and SharePoint foundation contains simple "3
    steps workflow".
    But all versions support custom workflows and custom worflow steps created in SharePoint Designer or Visual Studio.
    You can customize forms with SharePoint Designer, Visual Studio or InfoPath.
    Also, check out below mentioned URLs to know more on this functionality in SharePoint 2013
    https://support.office.com/en-sg/article/Overview-of-workflows-included-with-SharePoint-d74fcceb-3a64-40fb-9904-cc33ca49da56
    http://www.actsolution.net/Pages/SharePoint/Business-Process-Management.aspx
    http://www.slideshare.net/SPTechConSanFrancisco/using-sharepoint-for-business-process-management-by-eugene-rosenfeld-sptechcon
    http://www.slideshare.net/AndreasAschauer/sharepoint-2013-as-a-bpm-workflow-management-system
    http://technet.microsoft.com/en-us/library/ee424392(v=office.15).aspx
    I hope this is helpful to you, mark it as Helpful.
    If this works, Please mark it as Answered.
    Regards,
    Dharmendra Singh (MCPD-EA | MCTS)
    Blog : http://sharepoint-community.net/profile/DharmendraSingh

  • Is there any list for out of the box portlets that come with portal installation.

    Is there any list for out of the box portlets that come with portal installation?
    Ramesh

    Yes - it's in the online help, on the Learning About Your Portal : About Portlets page. Here is the content:
    Portlets Created Upon Install
    The following portlets (and their necessary portlet Web services and Remote Servers) are created when you install the portal:
    Folder Expertise:This portlet displays the list of folders for which the user is an expert. It is added to the User Profile page by default.
    General Information:This portlet displays the default Profile Page. It is added to the User Profile page default.
    Managed Communities:This portlet displays the list of communities managed by the user. It is added to the User Profile page by default.
    Portal Login:This portlet allows users to log in to the portal. You probably want to add this to the guest user's home page so that users can log in from the default page displayed when they navigate to your portal.
    Portal Search:This portlet allows users to search your portal and access their saved searches. Users might want to add this to their home page for easy access to their saved searches.
    The following portlet templates (and any necessary portlet web Services and Remote Servers) are created when you install the portal:
    Community Links:This template is used by the portal to create portlets that display the links saved in a Community Knowledge Directory folder. To learn more about Community Links Portlets, see Community Links Portlets.
    Content Snapshot:This template is used by the portal to create portlets that display the results of a Snapshot Query.
    You can also install the following functionality as part of the Optional Enterprise Web Components:
    [url[/url]Stored Content:This portlet template allows you to create portlets that display stored content that is periodically refreshed. You might use this type of portlet to display content that is resource-intensive or takes a long time to generate. To learn more about Stored Content portlets, see Stored Content Portlets.
    [url[/url]XML Source:This portlet template allows you to create portlets that can collect XML content from an external source and display it in the portal as HTML. To learn more about XML Source portlets, see XML Source Portlets.

  • Exposing out of the box web services

    I included DCS.WebServices and in web service registry I see the following screen. I see instance running and registered as false. In the documentation it says that when I execute it both security functional name and instance running and registered will be set.
    Execute it in the sense invoke it from external source? Do I have to register the actor specifically for out of the box components too? Attached you will find screenshot of that too. Documentation was not very clear. In the curl command, there are bunch of options to include to invoke a service. THere is cookies.txt file too. Is there is any sample cookies.txt that I can use?

    Please review the answer to the same question you posted in the MOS Communities at: Exposing out of the box webservices
    Regards,
    George

  • K430-31092​SU new out of the box has no audio.

    K430-31092SU new out of the box has no audio. The real ports for audio (green port on back) headphones and microphone (black and pink ports front or back) when a device is plugged in it does not pop up on the task bar. Under the Manage Audio Devices > Sounds, the level meter indicates sound is playing but nothing comes through the speakers or headphones. The video graphics card is connected to a ViewSonic 1080P LED monitor with built in speakers via the HDMI cable. Sound comes through the monitor speakers when selected but cannot get any sound from the green audio port internal to the motherboard. Tried unplugging the HDMI cable connected the VGA, same results, no sound from the speakers.
    Tech support remotes in and does everything I have already done with settings and drivers so they determine that the motherboard has a hardware failure and the machine will have to be returned. The tech was very easy to communicate with and I was given a case number to talk to the After Purchase Department and they say it will take 4-5 business days for them to contact me to start the process of returning the PC. WHAT? Start the process!
    Every third day I have called Lenovo and every time they say it will be 4-5 days for someone to contact me. The last time I called they told me someone would call that day. Needless to say I have not heard from anyone.
    Will reply later as to when I get instructions on returning the defective K430 and get a replacement. The Lenovo experience so far has been extremely disappointing.
    iDave

    I always wanted a lenovo and got one couple years ago and was very disappointed at their battery.  For a netbook they wanted 178 bucks - still do.  They are looking heavily to their bottom line in my mind.  I bought a desktop shortly after and had pains plus but it wasn't all their fault.  I just bought an all in one and it will definitely be the last unless I seem them turn around soon.  This board is full of people with problems and no solutions.
    Mine, the touch screen is incompatible with windows 8 yet lenovo was pushing upgrading to windows 8.  Not wise in my mind but that is the way they are functioning right now.  I called about another problem and was told three times someone would call within the day - never happened.
    I must say the older two are great machines after I got them running smoothly though little to no help from lenovo.

  • [Beginner] build a calendar app for each team using out of the box calendar app

    Hi all,
    First of all, I'm a beginner in sharepoint and need some advice in the following case:
    We want to to create a calendar for different teams. Each team has it's own calendar to schedule a standby (all day event) for each day. In the overall view we want to see for each team the schedule who's standby (overlay). My preferred solution is to create
    a new site and use the calendar app and customize this a little bit.
    I tried to do this by creating a new calendar app and adding different views for each team. I have set the group calendar option on true so we can add users to each team calendar view. Unfortunately, I have understand that it is not possible to set default
    users for each view. I´m also looking how I can set a default title filled with the name of the view when you add a schedule, I tried to do this with a calculated value but I can´t get that working. An other question is, can I set permissions on each team
    view who can edit the schedule or is it better to create for each team an own list? For example, I want to disable that team members can edit schedules in the past, only schedules in the future is editable.
    I'm not not sure if the out of the box calendar app is suitable for my case or I have to look futher in other solutions. Any advice is welcome!

    Hi,
    According to your description, my understanding is that you want to build a calendar app which can add default users for each calendar view and set default title when adding schedule.
    For adding default users in each group calendar view using custom JavaScript, here is a detailed code demo for your reference:
    SharePoint Group Calendar, Adding default users
    For adding default title when adding schedule, I suggest you can add some Jquery to fill the title textbox when the schedule new form loading. You can add the Jquery under PlaceHolderMain tag of calendar new form page.
    Set Textbox value-using JQuery 
    For setting permission in the each team view, I suggest you can check the schedule end time in the edit form, if the schedule time is before the current date time, then you can set all the fileld read only using Jquery.
    More information:
    Jquery function to compare date with current date
    Jquery set read only
    Thanks
    Best Regards
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Vanilla vs Out of the box implementation ?

    hi all,
    can some one please tell me whats the difference between vanilla implementation and out of the box implementation ?
    regards,
    deepak

    Both are same thing
    Vanilla means cheap, basic and plain. No customization only configuration changes UI related change such as change the color of application user message dialog mesages etc.This means that the product is used strictly in accordance with the way the product vendor intends it to be used
    So Basically you can only configure the product using various parameters provided by the vendor as example you can add your parameters, region codes, user messages, dialog message, change print receipt format , logo changes etc you cannot change any functionality.
    Regards
    Kapil Pant

  • ESOA and Out of the Box services doubts

    Hi,
    I am reading about PI 7.1 and going through eSOA architecture. What I understand is, The eSOA says that we have some out of the box services avalable from SD, for example creating a sales order. This can be exposed as a web service from R3. When this available as a web service, and if the calling application is capable of calling web services, where is the need for PI? Why do we need to use PI for SOAP to SOAP communication?
    How inside out and outside in approaches are different in eSOA architecture as far as PI and R3 are considered? Can some one clear my doubts?

    no, no, just hints and personnal opinion
    eSOA is SOA from sap marketing point of view. It was ESA, but nobody undertood, so, they changed the name to eSOA. Don't mind about the name, it is all about to have services well organized (someone could use "orchestrated") supporting business processes. Different than having function modules published for remote use
    Well, developers has almost nothing to do with soa (but they want it We want (as developers) to make soa, but it does not work. This initiative (as sap really got in its soa name) need to be from enterprise level, and probably do not apply to mid-sized companies, only to the big ones.
    Software architects will be probably disapointed (at least untill PI7.0 that we have here) and start to build their own components and their own soa strategy - very hard working.
    I didn't find any of called "out of the box" sap services that really match our requirements, but found many bapis and standard functinos that do that. So, most of our services are based on using many different standard functions to provide a complete service, using sometimes ccBPM, sometimes abap proxies, sometimes soap to soap, sometimes RFC, even depending on requirements, but all of them centralized at PI to help on the governance of all those services.
    Did you tried to go through ES Workplace and its forum? I think is a good starting point. You can get an user id to try the services there and make some experiences.
    reagards.
    roberti

  • Out-of-the-box document management

    Is there a framework set-up in Webcenter to have a document management lifecycle integrated within webcenter?
    These documents would be fed to a bpel process to enable automatic dossier management and would enable dossier managers to update documents, add content to these documents, generate different formats of these documents, ...
    We would lik to keep the technology stacks' footprint as small as possible regarding this document management and that's why I was wondering if there's an out-of-the-box solution available in webcenter.
    The end-user should be able to administer and manage the different electronic documents that are managed in his electronic dossier.
    We're already integrating with documentum as our documents base but the end-user approach to manage the content of these documents should be enabled through a user interface.
    Kind regards,
    Nathalie

    Hi Nathalie,
    Most of this functionality needs to be implemented on the content management side, Documentum in your case.
    We do support Documentum as the content management system, here is the documentation.
    Hope this helps,
    Peter

Maybe you are looking for