AET for CRM 7 not defaulting in the Package...[RESOLVED]

We introduced a new config/development client several weeks back and now all development/config takes place in client 010 rather than client 100. However, today is the first time that I have needed to use the AET tool to create a new field. When doing this I get to select the object that is affacted (ACCOUNT), but notice that the Package is NOT automatically populated, and, as the field is grayed out does not allow me to populate one. However, I obviously can't continue any further without a Package having been defined.
As a test, within client 010 I created a new package, thinking that maybe it was because our default package was originally created in client 100, but this did not work and still the no package was defaulted in. Plus, we have developed components and views in clilent 010 without any trouble.
Has anyone seen this particular issue before and know of a solution. I have had a quick look for an OSS note, but to no avail.
Jason
It would seem that we needed to allow the package to be extended.
SPRO ->CRM->UI framework-> UI framework definiton->Application Enhancement Tool ->Define system settings

See post for resolution...

Similar Messages

  • [svn:fx-trunk] 12936: -make sure the bundles directory for airspark is not included in the package fixes bug SDK-24552

    Revision: 12936
    Revision: 12936
    Author:   [email protected]
    Date:     2009-12-14 19:40:23 -0800 (Mon, 14 Dec 2009)
    Log Message:
    -make sure the bundles directory for airspark is not included in the package fixes bug SDK-24552
    -remove (from svn) the en_US/docs directories for textLayout because these directories and dita files are created by asdoc in the doc target
    -updated the main build.xml to not include the playerglobal project
    -updated fat-swc targets in osmf,automation_spark,automation_flashflexkit,automation,airspark, and textlayout to remove the doc directory.
    QE notes: make sure copylocales works properly
    Doc notes: no
    Bugs: SDK-24552
    Reviewer:
    Tests run: checkintests
    Is noteworthy for integration: no
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24552
        http://bugs.adobe.com/jira/browse/SDK-24552
    Modified Paths:
        flex/sdk/trunk/build.xml
        flex/sdk/trunk/frameworks/projects/airspark/build.xml
        flex/sdk/trunk/frameworks/projects/automation/build.xml
        flex/sdk/trunk/frameworks/projects/automation_flashflexkit/build.xml
        flex/sdk/trunk/frameworks/projects/automation_spark/build.xml
        flex/sdk/trunk/frameworks/projects/osmf/build.xml
        flex/sdk/trunk/frameworks/projects/textLayout/build.xml
    Removed Paths:
        flex/sdk/trunk/frameworks/projects/airframework/bundles/en_US/docs/
        flex/sdk/trunk/frameworks/projects/automation/bundles/en_US/docs/
        flex/sdk/trunk/frameworks/projects/automation_flashflexkit/bundles/en_US/docs/
        flex/sdk/trunk/frameworks/projects/automation_spark/bundles/en_US/docs/
        flex/sdk/trunk/frameworks/projects/framework/bundles/en_US/docs/
        flex/sdk/trunk/frameworks/projects/rpc/bundles/en_US/docs/
        flex/sdk/trunk/frameworks/projects/textLayout/bundles/en_US/docs/

    Well, I've tried compiling a package and I have modified the PKGBUILD file to look like this now. (Keeping it as simple as possible)
    pkgname=dvbcut-svn
    pkgver=16
    pkgrel=1
    pkgdesc="DVBCUT-svn is an application that allows you to
    edit MPEG files. ie: Remove TV ads. (SVN version: Fri, 01 Dec 2006)."
    url="http://dvbcut.sourceforge.net"
    depends=('qt' 'libao')
    makedepends=('subversion' 'scons')
    conflicts=('dvbcut' 'ffmpeg')
    provides=('dvbcut')
    source=()
    md5sums=()
    _svntrunk=https://svn.sourceforge.net/svnroot/dvbcut/trunk
    _svnmod=dvbcut
    build() {
    cd $startdir/src
    svn co $_svntrunk --config-dir ./ -r $pkgver $_svnmod
    cd $_svnmod
    msg "SVN checkout done or server timeout"
    msg "Starting make..."
    make || return 1
    # vim:syntax=sh
    I then run makepkg PKGBUILD and let it do its thing
    It ends with this...
    scons: done building targets.
    ==> Removing info/doc files...
    ==> Compressing man pages...
    ==> Stripping debugging symbols from libraries...
    ==> Stripping symbols from binaries...
    ==> Generating .PKGINFO file...
    ==> Generating .FILELIST file...
    tar: *: Cannot stat: No such file or directory
    tar: Error exit delayed from previous errors
    ==> Compressing package...
    tar: *: Cannot stat: No such file or directory
    tar: Error exit delayed from previous errors
    ==> Finished making: dvbcut-svn  (Sun Jan 21 19:08:28 UTC 2007)
    I'm not sure what's causing this error message.
    tar: *: Cannot stat: No such file or directory
    tar: Error exit delayed from previous errors
    I'll try installing it and see how it goes.

  • Short key for copy does not work all the time now.

    After I have installed the latest OSX - Yosemite, my short key for copy does not work all the time.  It is infrequent how it works. I'm using the same keyboard that I have always used, my wireless logitech keyboard for mac.  Please help.

    I've plugged in my default mac keyboard and the short key copy still does not work.

  • The ELResolvers for JSF were not registered with the JSP container

    I'm trying to configure mojarra on tomcat6 (because I want to use Elastic Beanstalk). tomcat complains:
    Feb 8, 2011 10:24:17 AM com.sun.faces.lifecycle.ELResolverInitPhaseListener populateFacesELResolverForJsp
    INFO: JSF1027: [null] The ELResolvers for JSF were not registered with the JSP container.
    I have tried all sorts of combinations of replacing EL2.2 libs in tomcat/lib, putting the libs in WEB-INF/lib, and the context param:
    <context-param>
    <param-name>com.sun.faces.expressionFactory</param-name>
    <param-value>com.sun.el.ExpressionFactoryImpl</param-value>
    </context-param>
    JSF pages seem to work but I'd rather have a clean startup. Please assist. Thx in advance.

    Thx for replying.
    I have jstl-1.2.jar:
         <dependency>
                   <groupId>javax.servlet</groupId>
                   <artifactId>jstl</artifactId>
                   <version>1.2</version>
    <scope>provided</scope>
              </dependency>
    Which version numbers are you referring to in *.xml? The following?
    <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns="http://java.sun.com/xml/ns/javaee"
    xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
    xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
    version="2.5">
    <faces-config xmlns="http://java.sun.com/xml/ns/javaee"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
    http://java.sun.com/xml/ns/javaee/web-facesconfig_2_0.xsd"
    version="2.0">

  • TS1702 The app game that I bought for iphone is not available in the itunes store anymore. How can I get it back on my iphone 4

    The app game that I bought for iphone is not available in the itunes store anymore. How can I get it back on my iphone 4

    If it's no longer in the store then you won't be able to re-download it - do you have a copy of it on your computer's iTunes (or on a backup) that you could sync back to your phone ?

  • For CRM 5.0 what is the ECC version supported

    Hi,
    Can any one help on this
    For CRM 5.0 what is the ECC version supported?

    ECC 5.0 onwards,
    lower versions can also be integrated using some plug-ins
    hope this helps
    additional info:
    SAP ECC 6.0 and subsequent releases will automatically contain all integration interfaces that so far have been contained in the SAP R/3 Plug-In and that ensured the technical integration with other SAP Components.
    Customers who run SAP R/3 4.6C, SAP R/3 Enterprise 47x100 and 47x200, and SAP ECC 5.0 will receive additional integration interfaces in a Support Package for PI 2004.1. The delivery of this Support Package will be synchronized with that of mySAP Business Suite. The 2005 delivery is in November as part of Support Package 10. Information about the delievery from 2006 onwards are take place here
    This rule applies only for customers with a SAP R/3 Plug-In release PI 2004.1. Customers with PI 2003.1 or older must first upgrade to PI 2004.1 or SAP ECC 6.0.
    No new interfaces will be provided for integration between new SAP component releases and SAP R/3 3.1I to 4.6B.
    Message was edited by: RH

  • I am new to Muse so I am following the tutorial for Katie's Cafe.  I downloaded the sample files.  The problem is not all the files are in the folder as are on the tutorial.  The colour sample for instance is not there.  The CC Getting Started Katies.muli

    I am new to Muse so I am following the tutorial for Katie's Cafe.  I downloaded the sample files.  The problem is not all the files are in the folder as are on the tutorial.  The colour sample for instance is not there.  The CC Getting Started Katies.mulib file is also not there so you cannot automatically download all the necessary library files.  Can anyone help?

    found it in another area
    Where do I find the cc getting started Katies.mulib File ?

  • Call logs for August are not accessible until the 22nd when my bill is ready but I need this info today

    Call logs for August are not accessible until the 22nd when my bill is ready. I need them before the 22nd and Verizon chat operator was unable to access these files. Is there anyway to obtain this before the 22nd?

    Log onto your account at verizonwireless.com and click on the bar that shows the minutes. Then select the line and you can download it to a spreadsheet.

  • Why is the decline button for phone calls not available when the phone is locked? I need that button and it shows only when the phone is not locked on iOS 7

    Why is the decline button for phone calls not available when the phone is locked? I need that button and it shows only when the phone is not locked on iOS 7

    Yep. You need to touch the sleep/power button once to silence the ring, and twice in order for the call to go directly to Voicemail.
    Personally, I dont understand why Apple eliminated this. If you wish to give Apple feedback, do it here:
    www.apple.com/feedback

  • [svn:fx-trunk] 8190: make sure the HaloClassic theme is not copied into the package b/ c it is no longer supported in flex 4

    Revision: 8190
    Author:   [email protected]
    Date:     2009-06-24 12:26:02 -0700 (Wed, 24 Jun 2009)
    Log Message:
    make sure the HaloClassic theme is not copied into the package b/c it is no longer supported in flex 4
    bug: https://bugs.adobe.com/jira/browse/SDK-20729
    qa: no
    doc:
    checkintests: pass
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-20729
    Modified Paths:
        flex/sdk/trunk/build.xml

    Gordon, it looks like its been a while since you made this post.  Not sure how valid it is now...   I am particularly interested in the LigatureLevel.NONE value.  It seems that it is no longer supported.
    How do I turn of ligatures in the font rendering?
    My flex project involves trying to match the font rendering of Apache's Batik rendering of SVG and ligatures have been turned off in that codebase.  Is there any way (even roundabout) to turn ligatures off in flash?
    Thanks,
    Om

  • AET Issue-Zfields are not available in the list of Reusable ZFields List

    Hi Experts
    I created and added Z fields using AET for Incident (SRQM_INCIDENT_H/IncidentHeaderEF VIEW).
    Same Z fields I want use in Incident_SLA (SRQM_SLAPRO\ SLASRVCTRVIEW), I make utilize of Add Reusable Field button to choose the existing Zfields. But Zfields are not available in the list of existing ZFields  for SRQM_SLAPRO\ SLASRVCTRVIEW.
    Please help me in this scenario.
    Thanks
    Chand

    This is almost same issue which makes me to reply here..
    In Extension Object MKTPL_MPL, MKTPL_MPT I could reuse the fields which were defined in MKTPL_CPT.
    And in Extension Object MKTPL_CPG, I could also reuse "some" fileds in MKTPL_CPT.
    But some of fileds of MKTPL_CPT which were already reused in MKTPL_MPL, MKTPL_MPT were not displayed in the reusable fields list for MKTPL_CPG.
    In AXTREG, The BOP and Extention location is same like below.
    Can you please explain to me why I cannot see the fields in the list? or, what should I check in the system?
    [in AXTREG]
    BO : MKTPL_CPT
    Reference BO : MKTPL_CP
    BOP : Header
    Extension Location : INCL_EEW_MKTPL_HEADER
    BO : MKTPL_CPG
    Reference BO : MKTPL_CP
    BOP : Header
    Extension Location : INCL_EEW_MKTPL_HEADER
    BO : MKTPL_MPL
    Reference BO : MKTPL_MP
    BOP : Header
    Extension Location : INCL_EEW_MKTPL_HEADER
    BO : MKTPL_MPL
    Reference BO : MKTPL_MP
    BOP : Header
    Extension Location : INCL_EEW_MKTPL_HEADER
    Many thanks and regards,
    Soyeon

  • Unit of Measure is not defaulting on the SC

    Hi Gurus,
    I have an issue in SRM 7.01 shopping cart that Unit of measure is blank when the shopping cart is opened... But it defaults the value EA before..
    Can someone tell me what is the issue..

    Hello Sandy,
    Try to maintain the attribute CUR as befault in Org structure at root level and check it..
    and try to debug the BADI: BBP_DOC_CHECK_BADI for more details..
    All the best.
    Regards,
    Sankarbabu

  • Group membership for users is not reflected at the client until full reboot

    Ok, so I am new to this:
    So I created two groups on the server g1 and g2. Created two server users u1 and u1. I have one client with three accounts: System Admin, u1 and u1.
    On the server:
    g1 has one member u1
    g2 has one member u2
    When I swap the membership on the server using Server pref. or Workgroup manager, the users on the client still have access to their original group.
    I tried logging everyone out of the client. I does not work.
    The only way is to reboot the client completely. However, sometimes when I change the membership it does get reflected on the client. Any ideas?
    Equipment:
    One (1) Mac Mini Server 10.6.3, clean install. (defaults to OD)
    One (1) MacBook Pro 17" , 10.6.4
    Is there a way to push?

    Answer!
    UAC (User Account Control) must be set to OFF to disable this message.
    Another error message that really has nothing to do with what's really happening!
    Ugh.

  • For no reason the MMC for WSUS is not connectiing to the server

    All,
    I rebooted the WSUS server after a windows update and now I cannot connect to the WSUS server.  I get error: connection error.  I've reviewed all posts for this issue, but none of them help.  This is ridiculous as I finally got it working
    and once again, right after an update, it screws up!!!  What is going on?
    Here's the details of the error when copied to clipboard:
    The WSUS administration console was unable to connect to the WSUS Server via the remote API.
    Verify that the Update Services service, IIS and SQL are running on the server. If the problem persists, try restarting IIS, SQL, and the Update Services Service.
    The WSUS administration console has encountered an unexpected error. This may be a transient error; try restarting the administration console. If this error persists,
    Try removing the persisted preferences for the console by deleting the wsus file under %appdata%\Microsoft\MMC\.
    System.IO.IOException -- The handshake failed due to an unexpected packet format.
    Source
    System
    Stack Trace:
       at System.Net.Security.SslState.StartReadFrame(Byte[] buffer, Int32 readBytes, AsyncProtocolRequest asyncRequest)
       at System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
       at System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest)
       at System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
       at System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest)
       at System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult)
       at System.Net.TlsStream.CallProcessAuthentication(Object state)
       at System.Threading.ExecutionContext.runTryCode(Object userData)
       at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
       at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
       at System.Net.TlsStream.ProcessAuthentication(LazyAsyncResult result)
       at System.Net.TlsStream.Write(Byte[] buffer, Int32 offset, Int32 size)
       at System.Net.PooledStream.Write(Byte[] buffer, Int32 offset, Int32 size)
       at System.Net.ConnectStream.WriteHeaders(Boolean async)
    ** this exception was nested inside of the following exception **
    System.Net.WebException -- The underlying connection was closed: An unexpected error occurred on a send.
    Source
    Microsoft.UpdateServices.Administration
    Stack Trace:
       at Microsoft.UpdateServices.Administration.AdminProxy.CreateUpdateServer(Object[] args)
       at Microsoft.UpdateServices.Administration.AdminProxy.GetUpdateServer(String serverName, Boolean useSecureConnection, Int32 portNumber)
       at Microsoft.UpdateServices.UI.AdminApiAccess.AdminApiTools.GetUpdateServer(String serverName, Boolean useSecureConnection, Int32 portNumber)
       at Microsoft.UpdateServices.UI.SnapIn.Scope.ServerSummaryScopeNode.GetUpdateServer(PersistedServerSettings settings)
       at Microsoft.UpdateServices.UI.SnapIn.Scope.ServerSummaryScopeNode.ConnectToServer()
       at Microsoft.UpdateServices.UI.SnapIn.Scope.ServerSummaryScopeNode.get_ServerTools()
    It was working perfectly before the update.  Please help!!
    Lee Feldman
    Feldman Consulting Co.
    Lee Feldman SMB Consultant

    Thank you for your input.  At least you're not like Lawrence giving poor information.
    Hmmmm.. having been working with this product for eight years now, while sometimes I make an erroneous statement, it rarely happens these days.
    In this case, it is Yan Li who has given you incomplete information. In addition to the split-server scenario not supporting the
    database on a Terminal Services server (which is the information provided by Yan, but not really relevant to this conversation), it is also true that WSUS has
    never been supported on a Terminal Services server.
    This was posted to the Release Notes, historically, but due to several omissions in the WSUS v3 SP2 Release Notes, does not appear in that document. (That is to say, the SP2 release notes were exclusive to the SP2 feature set, and were not inclusive of the
    RTM and SP1 limitations and issues.)
    Here is the entry from the
    WSUS v3 Service Pack 1 Release Notes:
    WSUS 3.0 SP1 is not supported on servers running Terminal Services
    Although WSUS 3.0 SP1 may still run on servers running Terminal Services, doing so is not supported or recommended. WSUS 3.0 SP1 will not run on a server running Terminal Services in configurations using remote SQL Server implementations. Because all remote
    custom actions (including installation) on a Terminal Services license server will be run as the system account, and the server's system account may not have permissions on the remote SQL Server, the installation may fail.
    Lawrence Garvin, M.S., MCSA, MCITP:EA, MCDBA
    SolarWinds Head Geek
    Microsoft MVP - Software Packaging, Deployment & Servicing (2005-2014)
    My MVP Profile: http://mvp.microsoft.com/en-us/mvp/Lawrence%20R%20Garvin-32101
    http://www.solarwinds.com/gotmicrosoft
    The views expressed on this post are mine and do not necessarily reflect the views of SolarWinds.

  • Why is the battery charger for the magic mouse and wireless keyboard not included in the package when I bought my iMac?

    I was not given a choice or let known that I would receive wireless keyboard and mouse that requires charging. If I had known earlier I would have asked for non-wireless devices or bought the charger on spot.
    The charger should've been a given and not be considered as a separate accessory that requires to be bought. This is the same as having bought an iPhone but not given the charger.
    I am very disappointed with Apple regarding this matter. I hope it'll be resolved soon.

    Oh, okay now I see where you're coming from. Sorry, I didn't know that they provided us with non-rechargeable batteries instead.
    Well in that case, they should've provided us with rechargeable batteries instead of the alkaline ones. I mean, the sole purpose of having wireless mouse/keyboard is the purpose of convenience. Having to replace the batteries (that don't last very long from my experience) does not seem convenient to me.
    What's more, by providing users with non-rechargeable batteries is not an environmentally friendly choice as this results in an increase in disposal of hazardous waste. I'm bringing this environmental issue up because they have an environmental policy in their company, and on their website they talk about their environmental resposibilities which is quite contradicting as shown in their actions, don't you think?

Maybe you are looking for