Cannot sort on custom object

We have developed a plugin for the vSphere web client using SDK published in 10/09/2012. We found that we cannot address one of our newly created objects. We fix the native objects of VMWare. Do we need new patches or updates to make it work?

Thank you!!

Your ColumnContainer must contain a sortProperty to be able to sort by clicking the heading colunm.

Here's what it should look like in the sample of chassis-ui (it wasn't there in version 5.1)

          

exportProperty = 'name' sortProperty = "name" / >

<>

headerText = "{getString ('name')}" "

dataField = "name" / >

Tags: VMware

Similar Questions

  • Cannot return the custom object method in the module of the application

    Hi all

    I use Jdeveloper 11 g R2 (11.1.2.3) & Weblogic 10.3.5.0

    I need to add a method with a custom object as return in my application module sometingh like this:

    public MyObject-myMethod (line myRow) {}
    my code...
    }

    After add request module is not displayed in the Client interface, so I'm not able to expose to view projects

    But if I change it to:

    public Long myMethod (line myRow) {}
    my code...
    }

    so it's OK

    Can someone tell me I expect much? or a bad thing?
    Is that more than a service of class of the interface?

    Thank you
    Mohsen

    Your custom class must be serialized, otherwise it will not be displayed as a client method.

    Timo

  • E10: Cannot delete contact custom columns because it is used in other objects 0.

    With Eloqua 10 applications I added columns customized to the Contact object successfully, however cannot delete custom columns, I added, a dependency Viewer dialog box is shown but no object is listed.

    2014-09-13_0957.png

    Fixed, had similar problem with deleting of custom objects, I have corrected it by deleting the data card and all exports in bulk created. applying a similar approach without deleting data in Contact entries will do everything as well and difficulty below the question. As a result of the removal of all exports, I could delete the created custom columns.

    Use the below the end point to remove BulkExport

    ..... API/Bulk/2.0/contacts/exports/exportid.

    In the event of major exports created, automate the removal of export in bulk will suffice.

  • Cannot add functions to new areas created in 5 custom object

    Hello

    I come from the custom object 5 activated by the customer service.
    Trying to create a new field in it, but do not get the button to add functions to the field.

    Wanted to know if it is a characteristic of the 5 custom object or is it a mistake to their end.

    Any thoughts?

    Hi, object custom 4 & above does not support management capabilities of the advanced field as the field validation, broken etc. In addition to this there are other limitations such as workflow support, books etc.

    -John CRMIT

  • Are there any restrictions for custom object records?

    Hello

    Are there any restrictions for custom object records?

    Thank you

    Hello

    Registration of custom object data cannot be used:

    • with Hypersite field mergers;
    • with the research data on the data in the field, only the number of overall;
    • on off key Dynamic Content in the emails

    edynamic expert Eloqua

  • API bulk: creating custom objects, fields, and lists?

    Hi all

    I have searched and passed through the ticket of support for routing, but have not yet managed to find an answer to this question, so I thought that maybe the people who write the API would be the best ones to talk to

    Anyway, in summary, my question is:-

    Is it possible to create lists of contacts, the Contact fields and items customized by using the bulk API 1.0?

    I know, it is possible to create new contacts and add them to an existing list, but I want to create a new list with the bulk API and then add my contacts on this new list.

    Same kind of thing for the Contact fields. I want to be able to check if there is a Contact field and if not create one and then fill in the import.

    Once again, even for custom objects. I know I can do a GET for all currently available Custom objects, but can I create a new using the API as a whole?

    Any help would be most appreciated.

    Thank you

    Hi Chris,

    You cannot create contact fields, shared lists or the custom objects through the bulk API (which in fact is a RESTful API), they must exist already.

    You can use the REST or lists The SOAP API to create only shared the REST API to create the contact fields, but SOAP or REST currently supports the creation of custom data objects.

    If you don't have it already, please take a look here, building on The Eloqua Platform - A Resource Guide and there REST API - Documentation for kernel objects that will hopefully more questions.

    T.J.

  • Creating a new workspace of object for a custom object

    Hello

    I have a problem with creating workspace object for my custom in the plugin object. I am trying to create something similar to 'chassis-rack' example that comes with the SDK. I added a new category of app and I want to display lists of the inventory of the various objects custom under him. For each custom object, I can see it has objects and its own properties. So I did everything as in the sample "chassis-rack". I am able to display lists of custom my objects. However, when I click on a specific object in the list, its workspace does not appear (although it is defined in plugin.xml), I get a blank screen with a message: "you don't have privileges to view this object, or there is not." I added two custom objects, and both behave the same way.

    I checked the newspaper and there is nothing interesting. I also have it debugged and discovered that "getData" function of the object DataAdapter recorded for these objects is not called when I click on the object in question, so I guess that the problem is linked to the workspace object, but I can not find or understand how I can find it.

    I'll be very grateful for the help.

    Here's my plugin.xml:

    <? XML version = "1.0" encoding = "UTF-8"? >

    < id = "com.emc.ecs.scaleioPlugin plugin"

    moduleUri = "Scaleiopluginui.swf" defaultBundle = "ScaleiopluginuiResources" > "

    < resources >

    < local resources = "en_US" >

    <! - relative path of the .swf resource generated by the build script - >

    < uri="locales/scaleio-plugin-ui-resources-en_US.swf"/ module >

    < / resource >

    < / resource >

    <!--==========================================================================

    ================================== General ===================================

    ==============================================================================-->

    <!-add "ScaleIO ECS' node in the view of the Virtual Infrastructure of the object

    Navigator. This category node is used below for the MDM group collection. ->

    < id = "com.emc.ecs.scaleioAppCategory extension" >

    < extendedPoint > vise.navigator.nodespecs < / extendedPoint >

    < object >

    < title > #{scaleioAppCategory} < /title >

    < parentUid > vsphere.core.navigator.virtualInfrastructure < / parentUid >

    < / object >

    < / extension >

    <!--==========================================================================

    ==================================== MDM =====================================

    ==============================================================================-->

    < id = "com.emc.ecs.mdm.objectType extension" >

    < extendedPoint > vsphere.core.objectTypes < / extendedPoint >

    < object >

    < types >

    < string > ecs:Mdm < / String >

    < / types >

    < label > #{mdmLabel} < / label >

    < labelPlural > #{mdmLabelPlural} < / labelPlural >

    icon <>#{mdmIcon} < / icon >

    < / object >

    < / extension >

    < templateInstance id = "com.emc.ecs.mdm.viewTemplateInstance" >

    < templateId > vsphere.core.inventory.objectViewTemplate < / templateId >

    < variable name = "namespace" value="com.emc.ecs.mdm"/ >

    < variable name = "objectType" value = "ecs:Mdm" / >

    < / templateInstance >

    < templateInstance id = "com.emc.ecs.lists.allMdm" >

    < templateId > vsphere.core.inventorylist.objectCollectionTemplate < / templateId >

    < variable name = "namespace" value="com.emc.ecs.mdmCollection"/ >

    < variable name = "title" value = "#{mdmLabel}" / >

    < variable name = "icon" value = "#{mdmIcon}" / >

    < variable name = "objectType" value = "ecs:Mdm" / >

    < variable name = value="com.emc.ecs.mdm.list"/ "listViewId" >

    < variable name = value="com.emc.ecs.scaleioAppCategory"/ "parentUid" >

    < / templateInstance >

    < id = "com.emc.ecs.mdm.list.sampleColumns extension" >

    < extendedPoint > com.emc.ecs.mdm.list.columns < / extendedPoint >

    < object >

    elements <>

    < com.vmware.ui.lists.ColumnContainer >

    com.EMC.ECS.MDM.column.IP < uid > < / uid >

    < dataInfo >

    < com.vmware.ui.lists.ColumnDataSourceInfo >

    < requestedProperties >

    < string > ip < / String >

    < / requestedProperties >

    intellectual property < sortProperty > < / sortProperty >

    < exportProperty > ip < / exportProperty >

    < /com.vmware.ui.lists.ColumnDataSourceInfo >

    < / dataInfo >

    < item >

    < mx.controls.advancedDataGridClasses.AdvancedDataGridColumn >

    Ip address < headerText > < / headerText >

    intellectual property < dataField > < / dataField >

    < /mx.controls.advancedDataGridClasses.AdvancedDataGridColumn >

    < / component >

    < /com.vmware.ui.lists.ColumnContainer >

    < com.vmware.ui.lists.ColumnContainer >

    com.EMC.ECS.MDM.column.Type < uid > < / uid >

    < dataInfo >

    < com.vmware.ui.lists.ColumnDataSourceInfo >

    < requestedProperties >

    Type < string > < / String >

    < / requestedProperties >

    Type < exportProperty > < / exportProperty >

    < /com.vmware.ui.lists.ColumnDataSourceInfo >

    < / dataInfo >

    < item >

    < mx.controls.advancedDataGridClasses.AdvancedDataGridColumn >

    < headerText > MDM Type < / headerText >

    Type < dataField > < / dataField >

    < /mx.controls.advancedDataGridClasses.AdvancedDataGridColumn >

    < / component >

    < /com.vmware.ui.lists.ColumnContainer >

    < / object >

    < / object >

    < / extension >

    <!--==========================================================================

    ================================ MDM Cluster =================================

    ==============================================================================-->

    < templateInstance id = "com.emc.ecs.mdmCluster.viewTemplate" >

    < templateId > vsphere.core.inventory.objectViewTemplate < / templateId >

    < variable name = "namespace" value="com.emc.ecs.mdmCluster"/ >

    < variable name = "objectType" value = "ecs:MdmCluster" / >

    < / templateInstance >

    < templateInstance id = "com.emc.ecs.lists.allMdmCluster" >

    < templateId > vsphere.core.inventorylist.objectCollectionTemplate < / templateId >

    < variable name = "namespace" value="com.emc.ecs.mdmClusterCollection"/ >

    < variable name = "title" value = "#{mdmClusterLabel}" / >

    < variable name = "icon" value = "#{mdmClusterIcon}" / >

    < variable name = "objectType" value = "ecs:MdmCluster" / >

    < variable name = value="com.emc.ecs.mdmCluster.list"/ "listViewId" >

    < variable name = value="com.emc.ecs.scaleioAppCategory"/ "parentUid" >

    < / templateInstance >

    < id = "com.emc.ecs.mdmCluster.list.sampleColumns extension" >

    < extendedPoint > com.emc.ecs.mdmCluster.list.columns < / extendedPoint >

    < object >

    elements <>

    < com.vmware.ui.lists.ColumnContainer >

    com.emc.ecs.mdmCluster.column.name < uid > < / uid >

    < dataInfo >

    < com.vmware.ui.lists.ColumnDataSourceInfo >

    < requestedProperties >

    < string > name < / String >

    < / requestedProperties >

    < sortProperty > name < / sortProperty >

    name of < exportProperty > < / exportProperty >

    < /com.vmware.ui.lists.ColumnDataSourceInfo >

    < / dataInfo >

    < item >

    < mx.controls.advancedDataGridClasses.AdvancedDataGridColumn >

    < headerText > name < / headerText >

    < dataField > name < / dataField >

    < /mx.controls.advancedDataGridClasses.AdvancedDataGridColumn >

    < / component >

    < /com.vmware.ui.lists.ColumnContainer >

    < com.vmware.ui.lists.ColumnContainer >

    com.emc.ecs.mdmCluster.column.mode < uid > < / uid >

    < dataInfo >

    < com.vmware.ui.lists.ColumnDataSourceInfo >

    < requestedProperties >

    mode of < string > < / String >

    < / requestedProperties >

    mode of < exportProperty > < / exportProperty >

    < /com.vmware.ui.lists.ColumnDataSourceInfo >

    < / dataInfo >

    < item >

    < mx.controls.advancedDataGridClasses.AdvancedDataGridColumn >

    < headerText > Mode < / headerText >

    mode of < dataField > < / dataField >

    < /mx.controls.advancedDataGridClasses.AdvancedDataGridColumn >

    < / component >

    < /com.vmware.ui.lists.ColumnContainer >

    < / object >

    < / object >

    < / extension >

    < id = "com.emc.ecs.mdmCluster.objectType extension" >

    < extendedPoint > vsphere.core.objectTypes < / extendedPoint >

    < object >

    < types >

    < string > ecs:MdmCluster < / String >

    < / types >

    < label > #{mdmClusterLabel} < / label >

    < labelPlural > #{mdmClusterLabelPlural} < / labelPlural >

    icon <>#{mdmClusterIcon} < / icon >

    < / object >

    < / extension >

    < / plugin >

    Thanks for your help, laurentsd. I think that I managed to find the problem (actually, it looks like some sort of bug).

    I think there is a problem when the word "cluster" appears in the object type, because when I changed the type of the object to "ecs:mdmCluster" to "ecs: something ' in all places where it appears, everything started working. I'm sure that if collect you chassis and change the type "samples: chassis ' in ' samples: Cluster ', you will get the same problem I experienced. In any case, my problem is already solved.

  • Problem with sleep, cannot identify the customer in ALF

    Hello!
    I have primary and standby DB (10.2.0.1, OEL5.3 x 64 primer, sleep on OEL5.3 itanium)
    Almost everything is fine, but sometimes I have this problem:

    FAL [Server]: cannot identify the customer in ALF, null string provided

    [ORA-07445: exception encountered: core dump [< 0x3f4b370560 >] [SIGSEGV] [address not mapped to object] [0x403FE6D3A60] []]


    Piece of newspaper of primary alerts:

    Wed Mar 25 15:00:30 2010
    Thread 1 cannot allot of new newspapers, sequence 30980
    Private stream flush is not complete
    Currently Journal # 4, seq # 30979 mem # 0: /sdd/oradata/a10/redo04a.log
    Currently Journal # 4, seq # 30979 mem # 1: /sdc/oradata/a10/redo04b.log
    Thread 1 Advanced to record the sequence 30980
    Currently journal # 5 seq # 30980 mem # 0: /sdd/oradata/a10/redo05a.log
    Currently journal # 5 seq # 30980 mem # 1: /sdc/oradata/a10/redo05b.log
    Wed Mar 25 15:00:37 2010
    FAL [Server]: cannot identify the customer in ALF, null string provided
    Wed Mar 25 15:00:37 2010
    Errors in the /app/oracle/admin/a10/udump/a10_fal_957.trc file:
    [ORA-07445: exception encountered: core dump [< 0x3f4b370560 >] [SIGSEGV] [address not mapped to object] [0x403FE6D3A60] []]
    Wed Mar 25 15:00:47 2010
    ARC3: Standby redo log file selected for thread 1 sequence 30979 for destination LOG_ARCHIVE_DEST_3


    Piece of a10_fal_957.trc:

    ALF Redo shipping Client does not have a network connection
    Exception signal: 11 (SIGSEGV), code: 1 (address not mapped to the object), ADR: 0x403fe6d3a60 PC: [0x3f4b370560, cannot find s$]
    < 0x3f4b370560 >]


    The primary settings:

    VALUE OF TYPE NAME
    ------------------------------------ ----------- ------------------------------
    fal_client string a10sb
    fal_server
    log_archive_config string
    string log_archive_dest_3 = a10sb service
    log_archive_dest_state_3 string ENABLE
    log_archive_format string %t_%s_%r.dbf


    Piece of standby alert log:

    Media, recovery waiting for thread 1 sequence 30979
    Wed Mar 25 15:03:03 2010
    Pick up the empty sequence in thread 1, sequence gap 30979-30979
    FAL [client, MRP0]: error recovery 3113 archived redo log of the a10
    Wed Mar 25 15:03:04 2010
    Errors in the /app/oracle/admin/a10sb/bdump/a10sb_mrp0_15411.trc file:
    ORA-03113: end of file on communication channel
    Wed Mar 25 15:03:13 2010
    RFS [6]: Eve successfully opened journal 1: ' / sdd/oradata/a10sb/redo01a.log'
    Wed Mar 25 15:03:34 2010
    Online Redo Log recovery: thread 1 mem Group 1 Seq 30979 reading 0
    Mem # 0 0 error: /sdd/oradata/a10sb/redo01a.log
    # 1 MEM Err 0: /sda/a10sb/redologs/redo01b.log
    Wed Mar 25 15:05:03 2010
    Media, recovery waiting for thread 1 sequence 30980

    Sleep settings:
    VALUE OF TYPE NAME
    ------------------------------------ ----------- ------------------------------
    fal_client
    fal_server string a10

    What is going on?
    Why "ALF redo shipping Client not establish Network Login" does it happen?
    And how I can fix without path?

    A big thank you!

    Dmitry

    FAL_CLIENT is an entry of tns for the current instance
    FAL_SERVER is an entry of tns for example where RSF fetch missing archive logs.

    Please provide both side sleep. Make sure you have them in file tnsnames.ora pending

  • Custom object field validation (account name IS NOT NULL)

    Hello world

    It makes me crazy...

    I have a custom object, and I try to apply a simple informal rule. I have an account associated my custom object, and I want to make sure that when the Type field is 'account' account domain cannot be NULL.

    The type field and forget that this isn't a problem, I can't just post if there is an account or not, I think it's because it's a choice field. I tried some of the syntax is:

    [< AccountName >] IS NOT NULL
    '< AccountName >' IS NOT NULL
    Len ([< AccountName >]) > 0

    Any ideas?

    Thank you Oli @ Innoveer

    Hi Oli,

    Try this validation on your field name:

    = IIf([]='Account' AND [] = 'No Match Row Id','ERROR-AAAAAAAAAAAAABBBBBBBBBCCCCCCCCC',[])

    concerning

    Min

  • Delete batch on custom objects

    I just noticed that there is no deletion in batches on custom objects. I read about the release of R16 notes and I cannot regard this as an improvement, is anyone able to confirm if this feature is actually included in R16.

    Because it is only a few weeks prior to upgrading.

    Hi, I have an R16 account and I see not the batch delete the feature available for the custom :-(object

    -John CRMIT

  • I want to send an email manually with the fields email drives custom object? Is this possible?

    I want to send an email manually with the fields email drives custom object? Is this possible?

    Hey,.

    Yes, however, the object record Email custom fields only fill with default values. For the custom field object Record is filled, it must be sent via the event Actions or a generating program so that he knows in which case it is associated.

    Thank you...

  • Related custom object records the Segment export view

    Hello

    I have records history of purchases in Eloqua-specific custom objects.

    These records are related to contacts.

    When I create a segment, I have the ability to filter the contacts based on the data stored on these custom objects.

    I want to export all the records in the custom objects related to all the contacts in the segment view, I can do?

    Hi Ofir,

    There is no way to do it directly from Eloqua. Segments will allow you only to view Contact data, and there is no equivalent way to custom segment object stores the data. To generate this list, you will need to export all history of purchase of your custom object records and then cross the two lists to identify records of custom object related to the Contacts in your industry to export all the contacts from your Segment view.

  • Custom object of the quantities Record Field (best practices)

    Hello

    I've been searching but can't seem to find the best practices or recommendations on how many fields to the max may or must be in a single record from custom object. Is there someone out there who could give some information on this? or perhaps point me to some documents or articles on the subject?

    Thank you!

    You can take the class effective Marketing with the custom object class to better understand.  An excerpt from the guide of the student with the limitations thereon:

  • How to create the data control to a custom object of sale cloud using web service.

    Hi all

    I'm working on a requirement I need to display the common custom object data and their children object. After the display of the data user will be able to select multiple records by using the check box and then update the State to close.

    So basically, I need to create a table in which the data will fill with the checkboxs and when the user clicks on the button update then I need to update a field in the parent object.

    Any help would be appreciated.

    Thank you

    You must follow the steps below

    1. right click on the template project, select the new option

    2 Select the data control in the left hand side of the tab "All Technologies"

    4 Select "control of data from the Web Service" in the right side panel

    3. Enter the name of the data control (custom name)

    4. provide your WSDL to the URL https://crm-domain.oracleoutsourcing.com/foundationCustExtn/CrmCommonReferenceService?wsdl

    5. click Next, next if all methods to winow than wsdl, mix to the right and click Finish button

    6 refresh "data control" in your right side panel to request

    7 expand control of data and select only control data that you have already given

    8. then you can see the methods that comes from your wsdl.

    9. Select the method and expand it, you will get the return values

    10. drag and drop the return as a table value, you will get the af:table on the page

    11. don't want to operatet this table.

  • How can I update the custom object data card?

    Hello world

    We maintain a field check box on one of our custom objects data sheets.  I took a quick glance at the Eloqua REST API of Fred Sakr and found c# library class "customobjectdata", but there are only methods to get data cards and create new maps.  Someone at - it an example of updating an existing data card?

    I also took a glance to the bulk API but this would bring additional complexity to our development effort.  It seems that there must be a way to do this with a single call.

    I am open to the use of the SOAP API if this action is not possible using REST.

    Thank you

    Hey Austin Christmas Yes, you can update CDO via the REST API. We found this material useful for the performance of the access/mutation operations for CDOS: REST API - the custom metadata object

Maybe you are looking for