Customization in KPI  Creation Screen

Hi All,
I saw in a SAP SSM 7.0  document that it is possible to create new fields in SSM screens ( for example a field in the KPI or Objective Creation Screen )
It seemed  not easy to do , but we will need to make it in a customer
Some doubts :
1) Is this possible im version 7.5 ( as described for 7.0 ) ?
2) If possible :
   2.1)  Is it an easy development or involves HTML and Java programming ?
   2.2)  when we apply a SP or Hotfix this kind of customization remains Ok or need to be done again ?
  Regards,
     Alfred

Alfred,
Customization is possible in SSM, the amount of effort and complexity will depend upon what you are looking to add. Especially with Objectives and KPIs there are a number of dependencies that have to be carefully thought out as well, which could mean customizations in several areas to have them properly display in all areas of the application.
I am assuming that you were looking at the How to Guide for customizing SSM for 7.0
http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/2084bbaf-061d-2c10-a896-f828d88cfa06
The customization in this guide was regarding adding an additional Comments field for the KPI details area. This is a relatively simple customization since it would only need to show up in the KPI Details section and the Operational Reviews. It is sort of self-contained, so to speak. Other customizations that would have data associated would need to have a number of other areas in the application - columns in the Scorecard Overview area, as example and thus much more complex.
All customizations would have to be noted and backed up before applying a Service Pack and then reapplied after the installation of the Service Pack.
I would recommend using an experienced consultant for more complex customizations. You'll get to success more quickly.
Regards,
Bob
Edited by: Bob McGlynn on Nov 30, 2010 8:08 AM

Similar Messages

  • Tray as appearing in the Portal User Creation screen

    Hi all,
    I am on WAS 6.40 SP15, NWDS 2.0.15 and EP 6.0 SP15.
    When I place 'tray' ui element in my application, I see one vertical line on the left side and horizontal line. I have to remove these lines.
    Can anyone suggest how to modify the 'tray' ui element so that I get a tray as appearing in the Portal User Creation screen.
    Regards
    Srinivasan T

    Hi,
    Then you will have to modify the standard UWL configuration file.
    If your task looks like a standard task (maybe you copied a standard task and modified it slightly), you have to find the ItemType corresponding to the standard task in the UWL configuration file then copy this ItemType and adjust it for you custom task. Please take a look at my last post in another thread : Re: UWL - how to approve purchase requisitions
    If your task is 100% custom then you'll have to find out what is behind the Approve and Reject buttons in the Business Workflow and modify the UWL configuration file accordingly. For instance if a function module is used to approve or reject the request you can define your approve and reject actions using the FunctionModuleActionHandler. You can find more information in the documentation : [Task Launch Customization|http://help.sap.com/saphelp_nw70/helpdata/en/36/dd4ad73c86412e81e9ce66eeb147e7/frameset.htm].
    Regards,
    Pierre

  • How to add new fields in message creation screen

    Hi All,
        My requirement is to add another 2 fields in the message creation screen.
        Also I found this link is bit useful.
    Add custom fields to Support Message
    Can anyone share the detailed procedure to add a field in the message screen.
    Thanks in Advance.
    Regards
    Narasingam. B

    Hello,
    I think of something like:
    First, you create extension, with transaction WE30.
    Then, reduce your idoc, your extension should also be proposed.
    Do not forget to add this extension in outbound we82, and/or we57 in inbound, and WE20, and find BTE or exit to populate extension.
    regards.
    F.S.

  • Challan creation screen(J1if01)

    Hi,
    if the user click the material document in the report it should take user to challan creation screen(J1if01)
    i am capturing the values of Material Document & Material Document year but not capturing the Exercise Group.
    below i am attaching the code.
           SELECT SINGLE *
           from J_1IEXGRPS
           into J_1IEXGRPS WHERE J_1IWERKS = wa_final-werks.
           exgroup = J_1IEXGRPS-J_1IEXCGRP.
           SET PARAMETER ID 'J2I' FIELD exgroup.
           SET PARAMETER ID 'MBN' FIELD WA_FINAL-MBLNR .
           SET PARAMETER ID 'MJA' FIELD WA_FINAL-MJAHR .
           CALL TRANSACTION 'J1IF01' AND SKIP FIRST SCREEN.

    Hi,
    What i understood with your question!!
    Is it giving you error in that transaction of challan.
    If it is a mandatory field without which you cannot move ahead than pass other group field
    and check again.
    Please specify the exact problem you are dealing with..
    Regards,
    Mayank

  • Relationship b/w the PO number field in the SO creation screen(va01) and th

    Hi All,
    What is the relationship b/w the PO number field in the SO creation screen(va01) and the sales order .
    Can we maintain a specific number range for the PO Number??
    If yes where do we maintain the setting?
    Cheerzz..
    Subbz..

    Hello,
    This is nothing to do with a SAP purchase order, and you can't maintain any number range for the same as it is not a system proposed one.
    Imagine, the customer is sending a purchase order to you, and you are creating a sales order. We can give a reference to the customers PO number in this filed. It doesn't have any effect.
    It is widely used in reporting.
    Prase

  • Vendor creation screen ends in withholding data

    My Vendor creation screen ends in withholding data,and the screen having no control.Only way to exit.Now we are unable to create vendor codes,please suggest.

    Hi,
    When you create vendor has 3 section .1) General 2) company code and 3) Purchasing Org .
    IF you want to create all three segment then you need to use Xk01 and you need to enter 3 Mandatory information .
    Vendor number if external , comapny code and purchasing oorg .
    Please see below screen Each of heading under each segment has tab and screen like General segment has tabs address and control etc
    if you are unable to creat then please let us know the error.

  • Error in KPI Monitoring Screen

    Hi All,
    I am new to KPI Monitoring. Is that any example I can get for configuring it.
    I follwed this docment "http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/1061e1c5-e25b-3010-aaae-bca7eb47837e?overridelayout=t…"
    I tried with pointing normal Tag query into the "BaseKPI". And tried to run from the KPI monitoring screen. But it throws error as below.
    Unable to run selected search template for the KPI MII_Samples/MIIOBJ/BaseKPI
    [EXCEPTION]
    com.sap.xmii.kpi.core.KPIMonitorRuntimeException: Unable to parse timestamp value for property DateTime at index 1 with format MM/dd/yyyy HH:mm:ss
    at com.sap.xmii.Illuminator.templates.DBQuery.setParameter(DBQuery.java:855)
    at com.sap.xmii.Illuminator.templates.DBQuery.prepareStatement(DBQuery.java:634)
    at com.sap.xmii.Illuminator.templates.DBQuery.executeQuery(DBQuery.java:281)
    at com.sap.xmii.kpi.core.KPIMonitorManager.queryKPIValue(KPIMonitorManager.java:762)
    at com.sap.xmii.kpi.core.KPIMonitorManager.populateDynamicDetails(KPIMonitorManager.java:602)
    at com.sap.xmii.kpi.core.KPIMonitorManager.runSearchTemplate(KPIMonitorManager.java:347)
    at com.sap.xmii.ejb.alerts.KPIMonitorBean.runSearchTemplate(KPIMonitorBean.java:206)
    at sun.reflect.GeneratedMethodAccessor446.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.sap.engine.services.ejb3.runtime.impl.RequestInvocationContext.proceedFinal(RequestInvocationContext.java:47)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:166)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext$InvocationContextImpl.proceed(AbstractInvocationContext.java:131)
    at com.sap.xmii.ejb.common.AdministrationInterceptor.wrapRuntimeExceptions(AdministrationInterceptor.java:50)
    at com.sap.xmii.ejb.common.AdministrationInterceptor.assertHasPermission(AdministrationInterceptor.java:38)
    at sun.reflect.GeneratedMethodAccessor371.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Application.invoke(Interceptors_Application.java:53)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:179)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatesTransition.invoke(Interceptors_StatesTransition.java:19)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:179)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Resource.invoke(Interceptors_Resource.java:50)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:179)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Transaction.doWorkWithAttribute(Interceptors_Transaction.java:37)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Transaction.invoke(Interceptors_Transaction.java:21)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:179)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_MethodRetry.invoke(Interceptors_MethodRetry.java:46)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:179)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:191)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatelessInstanceGetter.invoke(Interceptors_StatelessInstanceGetter.java:23)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:179)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_SecurityCheck.invoke(Interceptors_SecurityCheck.java:25)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:179)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_ExceptionTracer.invoke(Interceptors_ExceptionTracer.java:17)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:179)
    at com.sap.engine.services.ejb3.runtime.impl.DefaultInvocationChainsManager.startChain(DefaultInvocationChainsManager.java:138)
    at com.sap.engine.services.ejb3.runtime.impl.DefaultEJBProxyInvocationHandler.invoke(DefaultEJBProxyInvocationHandler.java:164)
    at com.sun.proxy.$Proxy658.runSearchTemplate(Unknown Source)
    at com.sap.xapps.xmii.ui.admin.alert.wd.comp.kpimonitor.KPIMonitor.populateMasterKPINode(KPIMonitor.java:822)
    at com.sap.xapps.xmii.ui.admin.alert.wd.comp.kpimonitor.wdp.InternalKPIMonitor.populateMasterKPINode(InternalKPIMonitor.java:423)
    at com.sap.xapps.xmii.ui.admin.alert.wd.comp.kpimonitor.KPIMonitorView.onActionRunTemplate(KPIMonitorView.java:918)
    at com.sap.xapps.xmii.ui.admin.alert.wd.comp.kpimonitor.wdp.InternalKPIMonitorView.wdInvokeEventHandler(InternalKPIMonitorView.java:800)
    at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:142)
    at com.sap.tc.webdynpro.progmodel.controller.Action.fire(Action.java:75)
    at com.sap.tc.webdynpro.clientserver.phases.ProcessingEventPhase.doHandleActionEvent(ProcessingEventPhase.java:159)
    at com.sap.tc.webdynpro.clientserver.phases.ProcessingEventPhase.execute(ProcessingEventPhase.java:94)
    at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequestPartly(WindowPhaseModel.java:162)
    at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doProcessRequest(WindowPhaseModel.java:110)
    at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:97)
    at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:515)
    at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:58)
    at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.doExecute(ClientApplication.java:1671)
    at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.doProcessing(ClientApplication.java:1485)
    at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doApplicationProcessingStandalone(ApplicationSession.java:908)
    at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doApplicationProcessing(ApplicationSession.java:880)
    at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:357)
    at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:326)
    at com.sap.tc.webdynpro.serverimpl.core.AbstractDispatcherServlet.doContent(AbstractDispatcherServlet.java:87)
    at com.sap.tc.webdynpro.serverimpl.wdc.DispatcherServlet.doContent(DispatcherServlet.java:89)
    at com.sap.tc.webdynpro.serverimpl.core.AbstractDispatcherServlet.doPost(AbstractDispatcherServlet.java:62)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:754)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
    at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:152)
    at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.doWork(RequestDispatcherImpl.java:373)
    at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:499)
    at com.sap.tc.webdynpro.serverimpl.wdc.ForwardServlet.doPost(ForwardServlet.java:77)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:754)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
    at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:152)
    at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:38)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:466)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:210)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:441)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:430)
    at com.sap.engine.services.servlets_jsp.filters.DSRWebContainerFilter.process(DSRWebContainerFilter.java:38)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.servlets_jsp.filters.ServletSelector.process(ServletSelector.java:81)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.servlets_jsp.filters.ApplicationSelector.process(ApplicationSelector.java:278)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.WebContainerInvoker.process(WebContainerInvoker.java:81)
    at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.ResponseLogWriter.process(ResponseLogWriter.java:60)
    at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.DefineHostFilter.process(DefineHostFilter.java:27)
    at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.MonitoringFilter.process(MonitoringFilter.java:29)
    at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.SessionSizeFilter.process(SessionSizeFilter.java:26)
    at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.MemoryStatisticFilter.process(MemoryStatisticFilter.java:57)
    at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.DSRHttpFilter.process(DSRHttpFilter.java:43)
    at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.server.Processor.chainedRequest(Processor.java:475)
    at com.sap.engine.services.httpserver.server.Processor$FCAProcessorThread.process(Processor.java:269)
    at com.sap.engine.services.httpserver.server.rcm.RequestProcessorThread.run(RequestProcessorThread.java:56)
    at com.sap.engine.core.thread.execution.Executable.run(Executable.java:122)
    at com.sap.engine.core.thread.execution.Executable.run(Executable.java:101)
    at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:328)
    Can any one tell me where I can get the simple example?
    Regards
    R.Prakash

    Hi Ria,
    As I already said :
    I follwed this docment "http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/1061e1c5-e25b-3010-aaae-bca7eb47837e?overridelayout=t…
    This is the same document. The problem is I am getting the error while pointing a simple tag query in "BaseKPI". Is their anything like demo kit for KPI Monitoring like "SAP_BM". Please let me know?
    Regards
    R.P"

  • Customize your Boot-up Screen - ditch that Aurora.jpg

    In previous versions of Mac OS X it was possible to customize the boot-up screen you see prior to logging-on. This is very useful, as its possible to have a picture with text that identifies your laptop as your property, with contact information and a reward message. Previously this start-up screen was a .jpg image located on hardrive ---> library ---> *desktop pictures* ---> *Aqua Blue.jpg*.
    With the release of Mac OS X 10.5 the location and name of this file has changed. You'd think it would simply be called aurora.jpg - it isn't! You can now find the start-up image in hardrive ---> system ---> library ---> coreservices ---> DefaultDesktop.jpg. The new start-up screen must be saved as a .jpg file. After you create the jpg image you wish to see on boot-up, rename it DefaultDesktop.jpg, and drop it into your coreservices folder.
    You'll need to be the computer administrator to authorize permissions to replace the DefaultDesktop.jpg file. After authentication, you'll be told an older file with the same name exists. Simply replace the older file with the newly created DefaultDesktop.jpg.
    Upon log-out, your new desktop image and identification will appear under the user/password log-on box. Make sure you wrap any text around the log-on box. Good-luck!

    Check out:
    http://www.macmod.com/content/view/1092/
    and
    Forum user mk2ja's AppleScript/Application (http://www.mediafire.com/?81107gd33n9) will change it to your current desktop back ground. You can also edit the preference file in Terminal to use a different picture altogether.

  • Customize BW Web Logon Screens and Functions

    Dear Guru's
    I have been told to 'Customize BW Web Logon Screens and Functions', can any one please provide me documentation relared for this. I would be great if some explain me what this stuff is?
    Thank in advance
    Dev
    please guru's give me some idea regarding it..
    Edited by: Srinivas dev on Apr 25, 2008 2:47 PM
    Edited by: Srinivas dev on Apr 25, 2008 3:08 PM

    Hi,
    Here its.
    How to…Customize SAP BW Web logon screens and functions
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/aaa1a890-0201-0010-eb93-ae3d2bb74a78
    Thanks,
    JituK

  • Mail customize toolbar in full screen

    I can't customize my toolbar in full screen. If I click on 'view' the option to choose 'customize toolbar' isn't availalbe. That means, I can't add the address book to 'compose new message'.
    Again, I only have this problem in full screen.
    Appreciate any input.
    Thanks!
    Message was edited by: Peli

    Right- mouse click in the top part of the toolbar:
    Hope you can get it!

  • BCC || unable to find linkable item on SKU creation screen

    Hi,
    I am trying to create a SKU and link its associated items under the "Advanced" tab on SKU creation page. We have derived few SKU-types and associated them with each other; which is working fine. But there are two item-types which are not derived from OOTB SKU types and those are custom defined, are not getting displayed (already created ones) when we click on "Select" and throwing error "Invalid Query Parameters - Please give query parameters" (on Screen) and the error on console is pasted below. When I click on the "+" sign and create new, it works fine. But when I try selecting from the already created ones it throws the already mentioned error. I am attaching the customCatalog.xml which we are using here..
    <item-descriptor name="sku" sub-type-property="type" sub-type-value="sku" xml-combine="append">
    <table name="dcs_sku" type="primary" id-column-name="sku_id">
    <property name="type" data-type="enumerated" column-name="sku_type" expert="true">
    <attribute name="useCodeForValue" value="false"/>
    <option value="cdmaPhoneSku" code="101"/>
    <option value="gsmPhoneSku" code="102"/>
    <option value="postpaidPlanSku" code="103"/>
    <option value="prepaidPlanSku" code="104"/>
    </property>
    </table>
    <table name="overview_list" type="multi" id-column-name="sku_id" multi-column-name="overview_seq_num">
    <property name="listOfOverview" column-name="overview_id" data-type="list" component-item-type="overviews" expert="false" readable="true" display-name="Overview List" writable="true" queryable="true" />
    </table>
    <table name="ntel_featurevalue_list" type="multi" id-column-name="sku_id" multi-column-name="sequence_num">
    <property name="listOfFeaturesValues" data-type="list" component-item-type="featureValue" column-name="featureValue_id"/>
    </table>
    </item-descriptor>
    <item-descriptor name="overviews" display-name="Overviews" cache-mode="simple" query-cache-size="1000" item-cache-size="1000">
    <table name="ntel_overview" type="primary" id-column-name="overview_id">
    <property name="images" item-type="media" column-name="overview_image" expert="false" readable="true" display-name="overview image" writable="true" queryable="true" />
    <property name="description" data-type="string" column-name="overview_desc" expert="false" readable="true" display-name="overview description" writable="true" queryable="true" />
    </table>
    </item-descriptor>
    <item-descriptor name="cdmaPhoneSku" super-type="sku" sub-type-value="cdmaPhoneSku" display-name-resource="CDMA Phone" >
    <table name="ntel_cdma_phone" type="auxiliary" id-column-name="sku_id">
    <property name="sim" data-type="string" column-name="phone_sim" expert="true"/>
    <property name="sequence_num" data-type="int" column-name="cdmaphone_seq_num"/>
    </table>
    <table name="cdma_postplan_list" type="multi" id-column-name="sku_id" multi-column-name="postplan_seq_num">
    <property name="cdmaPostPlanList" component-item-type="postpaidPlanSku" data-type="list" column-name="post_plan_id"/>
    </table>
    <table name="cdma_preplan_list" type="multi" id-column-name="sku_id" multi-column-name="preplan_seq_num">
    <property name="cdmaPrePlanList" component-item-type="prepaidPlanSku" data-type="list" column-name="pre_plan_id"/>
    </table>
    </item-descriptor>
    </gsa-template>
    For example, when I try creating a SKU type of "cdmaPhoneSku", I am able to associate "cdma_postplan_list" and "cdma_preplan_list" - be it creating new ones or selecting from the already created ones. But when I try associating "listOfOverview" or "listOfFeaturesValues", I am able to create new ones but not able to select from the created ones; the list never comes up; the moment I click on "Select" -> "Find", the errors are coming.
    ERROR on CONSOLE
    13:16:33,807 ERROR [FindService]
    flex.messaging.MessageException: java.lang.NullPointerException : null
    at flex.messaging.services.remoting.adapters.JavaAdapter.invoke(JavaAdapter.java:447)
    at atg.flex.messaging.services.TransactionalJavaAdapter.invoke(TransactionalJavaAdapter.java:140)
    at flex.messaging.services.RemotingService.serviceMessage(RemotingService.java:183)
    at flex.messaging.MessageBroker.routeMessageToService(MessageBroker.java:1503)
    at flex.messaging.endpoints.AbstractEndpoint.serviceMessage(AbstractEndpoint.java:884)
    at flex.messaging.endpoints.amf.MessageBrokerFilter.invoke(MessageBrokerFilter.java:121)
    at flex.messaging.endpoints.amf.LegacyFilter.invoke(LegacyFilter.java:158)
    at flex.messaging.endpoints.amf.SessionFilter.invoke(SessionFilter.java:44)
    at flex.messaging.endpoints.amf.BatchProcessFilter.invoke(BatchProcessFilter.java:67)
    at flex.messaging.endpoints.amf.SerializationFilter.invoke(SerializationFilter.java:146)
    at flex.messaging.endpoints.BaseHTTPEndpoint.service(BaseHTTPEndpoint.java:278)
    at flex.messaging.MessageBrokerServlet.service(MessageBrokerServlet.java:322)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at atg.servlet.pipeline.TailPipelineServlet.service(TailPipelineServlet.java:161)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.servlet.pipeline.DispatcherPipelineServletImpl.service(DispatcherPipelineServletImpl.java:253)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.servlet.http.CookieBufferServlet.service(CookieBufferServlet.java:97)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.userprofiling.ExpiredPasswordServlet.service(ExpiredPasswordServlet.java:356)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.servlet.pipeline.MimeTyperPipelineServlet.service(MimeTyperPipelineServlet.java:206)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.droplet.DropletEventServlet.service(DropletEventServlet.java:565)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.epub.servlet.LocaleServlet.service(LocaleServlet.java:63)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.epub.servlet.ProjectServlet.service(ProjectServlet.java:87)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.epub.servlet.PublishingSecurityServlet.service(PublishingSecurityServlet.java:58)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.commerce.order.CommerceCommandServlet.service(CommerceCommandServlet.java:128)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.commerce.promotion.PromotionServlet.service(PromotionServlet.java:191)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.userprofiling.AccessControlServlet.service(AccessControlServlet.java:655)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.servlet.sessionsaver.SessionSaverServlet.service(SessionSaverServlet.java:2425)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.userprofiling.PageEventTriggerPipelineServlet.service(PageEventTriggerPipelineServlet.java:169)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.multisite.SiteSessionEventTriggerPipelineServlet.service(SiteSessionEventTriggerPipelineServlet.java:139)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.userprofiling.SessionEventTrigger.service(SessionEventTrigger.java:477)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.userprofiling.ProfilePropertyServlet.service(ProfilePropertyServlet.java:208)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.search.servlet.SearchClickThroughServlet.service(SearchClickThroughServlet.java:415)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.userprofiling.ProfileRequestServlet.service(ProfileRequestServlet.java:437)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.servlet.pipeline.CachePreventionServlet.service(CachePreventionServlet.java:119)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.projects.store.servlet.pipeline.ProtocolSwitchServlet.service(ProtocolSwitchServlet.java:287)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.servlet.pipeline.DynamoPipelineServlet.service(DynamoPipelineServlet.java:469)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.servlet.pipeline.URLArgumentPipelineServlet.service(URLArgumentPipelineServlet.java:280)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.servlet.pipeline.PathAuthenticationPipelineServlet.service(PathAuthenticationPipelineServlet.java:370)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.userprofiling.sso.PassportServlet.service(PassportServlet.java:554)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.servlet.security.ThreadUserBinderServlet.service(ThreadUserBinderServlet.java:91)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.dtm.TransactionPipelineServlet.service(TransactionPipelineServlet.java:212)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.multisite.SiteContextPipelineServlet.service(SiteContextPipelineServlet.java:302)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.servlet.pipeline.HeadPipelineServlet.passRequest(HeadPipelineServlet.java:1174)
    at atg.servlet.pipeline.HeadPipelineServlet.service(HeadPipelineServlet.java:857)
    at atg.servlet.pipeline.PipelineableServletImpl.service(PipelineableServletImpl.java:250)
    at atg.filter.dspjsp.PageFilter.doFilter(PageFilter.java:263)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:235)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
    at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:190)
    at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:92)
    at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126)
    at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
    at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330)
    at org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.java:905)
    at org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:592)
    at org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:2036)
    at java.lang.Thread.run(Thread.java:619)
    Caused by: java.lang.NullPointerException
    at atg.remote.assetmanager.find.service.FindContext.getPreloadPropertyNames(FindContext.java:1485)
    at atg.remote.assetmanager.find.service.FindContext.findItems(FindContext.java:1226)
    at atg.remote.assetmanager.find.service.FindContext.findItems(FindContext.java:1140)
    at atg.remote.assetmanager.find.service.FindService.findItems(FindService.java:286)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at flex.messaging.services.remoting.adapters.JavaAdapter.invoke(JavaAdapter.java:421)
    ... 94 more
    13:16:33,821 INFO [STDOUT] [BlazeDS][ERROR] [Message.General] Exception when invoking service 'remoting-service': flex.messaging.MessageException: flex.messaging.MessageException: java.lang.NullPointerException : null
    incomingMessage: Flex Message (flex.messaging.messages.RemotingMessage)
    operation = findItems
    clientId = BB73BE56-BB09-5963-567F-E4584D240980
    destination = /atg/remote/assetmanager/find/service/FindService
    messageId = 5B9159CD-F436-66A6-B64F-A4D829D8CBB3
    timestamp = 1347090393579
    timeToLive = 0
    body = null
    hdr(DSId) = BB6F7780-690F-A0E0-201D-7BBC5F54EE3E
    hdr(DSEndpoint) = atg-amf
    Exception: flex.messaging.MessageException: flex.messaging.MessageException: java.lang.NullPointerException : null
    at flex.messaging.services.RemotingService.serviceMessage(RemotingService.java:225)
    at flex.messaging.MessageBroker.routeMessageToService(MessageBroker.java:1503)
    at flex.messaging.endpoints.AbstractEndpoint.serviceMessage(AbstractEndpoint.java:884)
    at flex.messaging.endpoints.amf.MessageBrokerFilter.invoke(MessageBrokerFilter.java:121)
    at flex.messaging.endpoints.amf.LegacyFilter.invoke(LegacyFilter.java:158)
    at flex.messaging.endpoints.amf.SessionFilter.invoke(SessionFilter.java:44)
    at flex.messaging.endpoints.amf.BatchProcessFilter.invoke(BatchProcessFilter.java:67)
    at flex.messaging.endpoints.amf.SerializationFilter.invoke(SerializationFilter.java:146)
    at flex.messaging.endpoints.BaseHTTPEndpoint.service(BaseHTTPEndpoint.java:278)
    at flex.messaging.MessageBrokerServlet.service(MessageBrokerServlet.java:322)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at atg.servlet.pipeline.TailPipelineServlet.service(TailPipelineServlet.java:161)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.servlet.pipeline.DispatcherPipelineServletImpl.service(DispatcherPipelineServletImpl.java:253)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.servlet.http.CookieBufferServlet.service(CookieBufferServlet.java:97)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.userprofiling.ExpiredPasswordServlet.service(ExpiredPasswordServlet.java:356)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.servlet.pipeline.MimeTyperPipelineServlet.service(MimeTyperPipelineServlet.java:206)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.droplet.DropletEventServlet.service(DropletEventServlet.java:565)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.epub.servlet.LocaleServlet.service(LocaleServlet.java:63)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.epub.servlet.ProjectServlet.service(ProjectServlet.java:87)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.epub.servlet.PublishingSecurityServlet.service(PublishingSecurityServlet.java:58)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.commerce.order.CommerceCommandServlet.service(CommerceCommandServlet.java:128)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.commerce.promotion.PromotionServlet.service(PromotionServlet.java:191)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.userprofiling.AccessControlServlet.service(AccessControlServlet.java:655)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.servlet.sessionsaver.SessionSaverServlet.service(SessionSaverServlet.java:2425)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.userprofiling.PageEventTriggerPipelineServlet.service(PageEventTriggerPipelineServlet.java:169)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.multisite.SiteSessionEventTriggerPipelineServlet.service(SiteSessionEventTriggerPipelineServlet.java:139)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.userprofiling.SessionEventTrigger.service(SessionEventTrigger.java:477)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.userprofiling.ProfilePropertyServlet.service(ProfilePropertyServlet.java:208)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.search.servlet.SearchClickThroughServlet.service(SearchClickThroughServlet.java:415)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.userprofiling.ProfileRequestServlet.service(ProfileRequestServlet.java:437)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.servlet.pipeline.CachePreventionServlet.service(CachePreventionServlet.java:119)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.projects.store.servlet.pipeline.ProtocolSwitchServlet.service(ProtocolSwitchServlet.java:287)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.servlet.pipeline.DynamoPipelineServlet.service(DynamoPipelineServlet.java:469)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.servlet.pipeline.URLArgumentPipelineServlet.service(URLArgumentPipelineServlet.java:280)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.servlet.pipeline.PathAuthenticationPipelineServlet.service(PathAuthenticationPipelineServlet.java:370)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.userprofiling.sso.PassportServlet.service(PassportServlet.java:554)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.servlet.security.ThreadUserBinderServlet.service(ThreadUserBinderServlet.java:91)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.dtm.TransactionPipelineServlet.service(TransactionPipelineServlet.java:212)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.multisite.SiteContextPipelineServlet.service(SiteContextPipelineServlet.java:302)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.servlet.pipeline.HeadPipelineServlet.passRequest(HeadPipelineServlet.java:1174)
    at atg.servlet.pipeline.HeadPipelineServlet.service(HeadPipelineServlet.java:857)
    at atg.servlet.pipeline.PipelineableServletImpl.service(PipelineableServletImpl.java:250)
    at atg.filter.dspjsp.PageFilter.doFilter(PageFilter.java:263)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:235)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
    at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:190)
    at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:92)
    at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126)
    at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
    at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330)
    at org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.java:905)
    at org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:592)
    at org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:2036)
    at java.lang.Thread.run(Thread.java:619)
    Caused by: atg.flex.service.RemoteOperationException: flex.messaging.MessageException: java.lang.NullPointerException : null
    at atg.flex.messaging.services.TransactionalJavaAdapter.invoke(TransactionalJavaAdapter.java:157)
    at flex.messaging.services.RemotingService.serviceMessage(RemotingService.java:183)
    ... 92 more
    Caused by: flex.messaging.MessageException: java.lang.NullPointerException : null
    at flex.messaging.services.remoting.adapters.JavaAdapter.invoke(JavaAdapter.java:447)
    at atg.flex.messaging.services.TransactionalJavaAdapter.invoke(TransactionalJavaAdapter.java:140)
    ... 93 more
    Caused by: java.lang.NullPointerException
    at atg.remote.assetmanager.find.service.FindContext.getPreloadPropertyNames(FindContext.java:1485)
    at atg.remote.assetmanager.find.service.FindContext.findItems(FindContext.java:1226)
    at atg.remote.assetmanager.find.service.FindContext.findItems(FindContext.java:1140)
    at atg.remote.assetmanager.find.service.FindService.findItems(FindService.java:286)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at flex.messaging.services.remoting.adapters.JavaAdapter.invoke(JavaAdapter.java:421)
    ... 94 more
    Please help. This is very critical at the moment. Thanks soooooooo much in advance.

    Please configure display-property to item in definition xml.

  • Customize from portlet full-screen

    I am calling a portlet in full-screen view ('STARS3.TEACHERS_CLASS_ROSTER.show'). I would like to give the user the option of customizing the parameters (row order, break etc.). What can I do to give them the option to 'cutomize' these options in full_screen mode.

    Hi,
    You can call the customization form of the component like this 'STARS3.TEACHERS_CLASS_ROSTER.show_parms'. The user should have customize privilege on the component.
    Thanks,
    Sharmila

  • Customize Windows 8 start screen for sysprepped image deployment.

    I am attempting to customize the start screen of a windows 8 Pro image for deployment. I have been searching and reading different threads well as technet articles but I have not found anything that works or is not completely documented.
    I have tried the three methods outlined in the technet about customizing the start screen with no luck. http://technet.microsoft.com/en-us/library/jj134269.aspx
    The CopyProfile option does not work. Even after enabling the administrator account in audit mode the start screen tiles are not saved after sysprepping.
    Copying the AppFolderLayout.bin file or appsFolder.itemdata-ms to the default user profile does not work. The file is overwritten during the oobe process. I have added these files after sysprepping the image. They are overwritten in the default user
    profile during oobe before the new user is created.
    Using the StartTiles section of unattend would be the best option that will require fewer manual steps but only seems to be able to add new tiles. I cannot remove tiles or change order with StartTiles.
    My unattend.xml file is here: https://dl.dropboxusercontent.com/u/10327232/unattend.xml
    If anyone has a method that works for them please let me know. Especially if this can be automated using unattend.xml

    Copying the AppFolderLayout.bin file or appsFolder.itemdata-ms to the default user profile does not work.
    I think Niall's procedure sounds a bit more complicated than that.   ; )
    http://www.windows-noob.com/forums/index.php?/topic/8101-using-system-center-2012-configuration-manager-part-13-deploying-windows-8-x64-with-custom-start-screen/
    Also, regarding removal specifically, did you see Antony Mann's reference to the PowerShell DISM module?
    http://social.technet.microsoft.com/Forums/en-US/w8itproinstall/thread/cbe566f9-fe40-4344-9e7d-1dbf72178429#a59888a6-5196-47b9-91c0-9ddba6a26384
    Other good references available then via
    (Bing search for
        RemoveAppxProvisionedPackage
    HTH
    Robert Aldwinckle

  • Which tools to customize the EBS Web Screen

    Hi,
    I have implement EBS R12 but I would like to know which tools to customize the Web Screen. I know that the Oracle Developer can customize the Form Screen.
    Or have anyone else please recommend which Oracle course training that should learn to customize Web Screen.
    Thank in advance,
    Chuyot

    Hi;
    I suggest check forms&reports course:
    Oracle Forms & Reports Developer 10g: Move to the Web
    http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getCourseDesc?dc=D17362GC10&p_org_id=12&lang=US
    Also see:
    http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=16&group_id=1154&p_org_id=1001&lang=US
    Regard
    Helios

  • Customize SAP GUI Logon screen

    Hi,
    I have seen that some logon screens (where you enter client, user, password, language) has additional written information, like "needing a user for this system, please call xxx". My question is how and where can i define this additonal information on the SAP GUI logon screen?
    Best regards,
    Martin

    Hello, it means the system creators (for example if is IDES or trial SAP systems) or system administrators creates this information, try read how --> Note 205487 - Own text on SAPGui logon screen
    Regards.

Maybe you are looking for