Is it possible to add columns/attributes in an Extended EO?

Hi all,
I need to add new updateable columns-attributes to an standard VO. (oportunities in sales module).
The problem is that this columns are not in the EO, so my question is how to add this columns to the Extended EO, so I can use them in an extended VO.
Any help would be appreciated, because I have not seen anything related to this in the developers guide.
Thanks in advance.
Juanje
Message was edited by:
[email protected]
Message was edited by:
[email protected]
Message was edited by:
[email protected]

If the columns belong to the same table as in your existing EOs but not included then you can directly add them in the EO. If you are trying to derive the columns from a different table then you can join the new table and add the columns in your extended VO.

Similar Messages

  • Is it possible to add columns to segmentation wizzard

    Hi,
    I'd like to know if there would be any way that when i generate a segment with segmantation wizzard and i could add some columns that i need and that the segmentation wizzard populates it. For instance i'd like to add a column for account, to see to what accout belongs the contact, is that possible?
    thanks

    Modify the code behind segmentation wizard and you can get the columns you want.

  • MSS - OADP - possibility to add columns in navigation area

    Dear SDN members,
    I would like to know if there is a way to add a column in the navigation area (column tree) for object navigation like Organization.
    In standard only the text (char 40) is displayed.
    Thanks for your answers
    Regards,

    well the column can be added using data views IMG under OADP
    But i m not sure this can be used to add in navigation area, it ll require modification there
    function modules: HRWPC_ RFC_OADP_EVAL_DATAVIEW and
    HRWPC_OADP_GET_DATAVIEW_COLDT

  • Possible to Add Columns (E. g., Size) to Search Results?

    When I use Spotlight and Show All, the list of results I get does
    not include the file size.  Is there a way to add that?  If not, any
    idea why?  Seems like an oversight.
    Ideas?

    Hi Raffy,
    I am currently dealing with this exact problem. I have extended a standard VO and successfully substituted it with my own VO. I added a new item to the Results table I wanted to modify and that works 100%. My issue is with the Search functionality. I have created a Message LOV input item in the Search Region and linked my own external LOV to it. The LOV works fine, however I cannot seem to make a SimpleSearchMapping to link my Message LOV Input item and the new Item I created on the Results Table.
    I have tried specifying the relevant VO and Attribute on the Message LOV Input item. This doesn't seem to work either.
    Do you have any ideas? Please help?
    David

  • How can i add custom attributes to a new Class Object using the API ?

    Hello everyone,
    Here is my problem. I just created a subclass of Document using the API (not XML), by creating a ClassObjectDefinition and a ClassObject. Here is the code :
    // doc is an instance of Document
    ClassObject co = doc.getClassObject();
    ClassObjectDefinition cod = new ClassObjectDefinition(ifsSession);
    cod.setSuperclass(co);
    cod.setSuperclassName(co.getName());
    cod.setName("MYDocument");
    ClassObject c = (ClassObject)ifsSession.createSchemaObject(cod);
    Everything seems to be OK since i can see the new class when i use ifsmgr. But my question is : how can i add custom attributes to this new class ? Here is what i tried :
    AttributeDefinition value = new AttributeDefinition(ifsSession);
    value.setAttribute("FOO", AttributeValue.newAttributeValue("bar"));
    c.addAttribute(value);
    But i got the following error message :
    oracle.ifs.common.IfsException: IFS-30002: Unable to create new LibraryObject
    java.sql.SQLException: ORA-01400: impossible d'insirer NULL dans ("IFSSYS"."ODM_ATTRIBUTE"."DATATYPE")
    oracle.ifs.server.S_LibraryObjectData oracle.ifs.beans.LibrarySession.DMNewSchemaObject(oracle.ifs.server.S_LibraryObjectDefinition)
    oracle.ifs.beans.SchemaObject oracle.ifs.beans.LibrarySession.NewSchemaObject(oracle.ifs.beans.SchemaObjectDefinition)
    oracle.ifs.beans.SchemaObject oracle.ifs.beans.LibrarySession.createSchemaObject(oracle.ifs.beans.SchemaObjectDefinition)
    void fr.sword.ifs.GestionDocument.IFSDocument.createDocument(java.lang.String)
    void fr.sword.ifs.GestionDocument.IFSDocument.main(java.lang.String[])
    So, what am i doing wrong ?
    More generally, are we restricted in the types of the attributes ? (for example, would it be possible to add an attribute that would be an inputStream ? Or an object that i have already created ?).
    Any help would be appreciated. Thanks in advance.
    Guillaume
    PS : i'm using Oracle iFS 1.1.9 on NT4 SP6 and Oracle 8.1.7
    null

    Hi Guillaume,
    you're welcome. Don't know exactly, but assume that ATTRIBUTEDATATYPE_UNKNOWN
    is used to check for erronous cases only
    and it shouldn't be used otherwise.
    Creating your own objects could be simply done via
    ClassObject ifsClassObject;
    DocumentDefinition ifsDocDef = new DocumentDefinition(ifsSession);
    // get class object for my very own document
    ifsClassObject = ClassObject.getClassObjectFromLabel(ifsSession, "MYDOCUMENT");
    // set the class for the document i'd like to create
    ifsDocDef.setClassObject(ifsClassObject);
    // set attributes and content for the document...
    ifsDocDef.setAttribute("MYFOO_ATTRIBUTE",....);
    ifsDocDef.setContent("This is the content of my document");
    // create the document...
    PublicObject doc = ifsSession.createPublicObject(ifsDocDef);
    null

  • Add Additional Attributes/Metadata to a Question to Enable Deeper Segmentation Analysis?

    In Captivate, is it possible to add additional attributes/metadata to a quiz question, to allow for more flexible and effective reporting?  For example, I want to categorize questions in two different buckets: Difficulty (Easy, Medium and Difficult) and Concept/Subject (Math, Verbal and Science etc..).
    That way, I can analyze a students performance by not only their aggregate score, but also where their strenghts and weaknesses lie - if I see that a student is struggling with all Easy Math questions, I'll know what to focus on during our next lesson?
    Any assistance would be much appreciated.

    Hi,
    We can create Question Pools with Questions of different difficulty level called directly to the slides.
    But this would not give the advantage on LMS end, this would simply filter questions and would present them in the order you like, attaching meta data to a specific question would not be possible from Captivate, neither would you be able to call it on LMS report directly. You can assign a unique Interaction ID to each question item though capture the questions corresponding to the ids. If you LMS can refine the resuklts based upon the pre-assigned id, that should be great.
    Meanwhile, this would be in a different line, but have you checked the pre-test quiz, can that fit somehow, in you requirements?
    http://help.adobe.com/en_US/captivate/cp/using/WS6029a80579ffffcd5a87e66f135bd55f8cc-7ffc. html
    Thanks,
    Anjaneai

  • Is it possible to change an attribute of image using VB?

    hello everyone!,
    I just want to ask if it's possible to add an attribute to a image using Visual basic. and the image will save as jpeg file together with the add attribute to the properties?
    by the way, I am john. freshman college student from phil. thanks in advanced
    chow..

    Hi acamar,
    Below is the error I've encounter modify the codes under exifwork
    a = WindowsApplication.exifwork.Rational cannot be converted tp 1-dimensional array of windowsApplication.exifwork.rational
    Public
    Function ToRational(ByVal
    value As
    Double)
    As Rational()
    Dim N
    As
    Double = value
    Dim D
    As
    Double = 0
    Dim S
    As
    Double = 1
    If N = N \ 1
    Then
    Return
    New Rational(Convert.ToInt32(N), 1) <--a
    End
    If
    If N < 0
    Then
                N *= -1
                S = -1
    End
    If
    Do
    Until N / 1 = N \ 1
                N *= 10
                D += 1      
    Loop
            D = 10 ^ D
    Dim divisor
    As
    Integer = gcd(N, D)
            N /= divisor
            D /= divisor
            Convert.ToInt32(N)
    Dim R
    As
    New Rational(Convert.ToInt32(N), Convert.ToInt32(D))
    Return R <--a
    End
    Function
    also in the function setpropertyrational3 the method(PutInt32 is not declare).. what is the declaration type of that and where do i put the declaration?
    We're close.. i really appreciated your Help.. :)
    Jonel

  • Add Division Attribute to Service Senario.

    Hi
    I am beginner and practicing CRM, I am creating a ORG Struct ( service type). I wanted to know if it possible to add Division Attribute to the service scenario. Division attribute is displayed only when i select sales scenario.
    Please let me know how do i add this attribute in the service scenario.
    Thank you

    hi There,
    Once the service is made Productive you can not make any changes.
    So first change it to non productive.
    Then add the attributes and again set it to productive.
    Hope this helps.
    Regards,
    Suchita

  • Is it possible to add Attribute(column) to entity via Excel addin?

    I can create an entity via the excel addin and update data in it but i cannot add additional columns (attributes)  to it via the excel addin once its created. am i missing something or is it just not possible?

    Winston, is this still an issue?
    Thanks!
    Ed Price, Azure & Power BI Customer Program Manager (Blog,
    Small Basic,
    Wiki Ninjas,
    Wiki)
    Answer an interesting question?
    Create a wiki article about it!
    I worked around it using the excel addin, but the question is to see if its possible to do this in teh MDS web UI, without using excel, as its not very good design to have to jump from the browser based designer to excel and back in order to manage an MDS model.

  • Is it possible to add a newline to a column?

    Hi,
    So I am wondering if it is possible to add a newline to a column in a SQL report? For example I have 4 columns I am selecting. I want the first two columns to be on one line then have a <br> then the next two columns
    to be on the next line. Is something like this possible?
    I have tried things like
    select column1, column2, '<br/>' || column3, column4but that doesnt seem to work.
    Any help would be appreciated
    Thanks in advance!
    Edited by: goochable on Jul 17, 2011 8:38 PM

    Hi Austin,
    Thanks for your help! Neither of those options seem to work. What am I doing wrong?
    I have a Reports Region form a SQL Query
    SELECT e.evaluation_note_id, l.description, u.FIRST_NAME || ' ' || u.LAST_NAME || ' <br/>' debriefer, e.evaluation_note,
    '<b><a href="javascript:OpenPopup(6,' || chr(39) || 'P6_EVALUATION_NOTE_ID' || chr(39) || ',' || e.evaluation_note_id || ');">Notes</a>' "Notes"
      FROM evaluation_notes e, users u, lookups l
    WHERE u.user_id = e.created_by
       AND e.evaluation_id = :P2_EVALUATION_ID
       AND UPPER(l.lookup_type) = 'EVALUATION_TYPE'
    ORDER BY e.evaluation_note_idI have all of the columns set to "Standard Report Column"
    I have "Strip HTML" set to No
    I have tried using the HTML Expression as you have suggested below. I have tried putting the
    ' <br/>'in the query. But none of these options seem to create a newline for each row.
    Do I need to create a Custom Region to get this functionality?
    Thanks again

  • Is it possible to add a column to the Item matrix in the ItemLookup form (C

    Hi,
    Is it possible to add a column to the Item matrix in the ItemLookup form (CFL or Find Lookup).
    I need to display a value in the newly added column if the itemgroup in that row matches a certain value , how can I achieve this.
    Thanks

    Hi,
    You may check this: Can we add CFL to the  system/form defined textbox?
    Please close your previous open thread.
    Thanks,
    Gordon

  • Is it possible to add new columns with format "Text" once a table is linked to a form

    Is it possible to add new columns with format "Text" once a table is linked to a form in Numbers for iPhone or is it impossible and thus a serious bug?(Rating stars and numeric vales seem to work.)
    Those bugs happen both for new speadsheets as well as existing onces, like the demo. When you are in the form only the numeric keyboard shows up.
    Pat from the Apple Store Rosenstrasse/Germany approved that it looks like a Bug during the Numbers Workshop I was in: It is not possible to add new columns with format "Text". I reported the error for Version 1.4 but there is no update nor do I get statement of understanding the issue.

    Hi Knochenhort,
    I see what you are talking about now. Without knowing how the program actually works, I think this is what's going on:
    When you add a new column to an already existing table (with already existing formats), the new cells come already formatted like the previous column. So when you add a column to the end of the demo table, the cells are already formatted like stars, and when you add a column to the beginning, they're already formatted like number.
    I think this is why it's different when if you add columns to a table with blank (unformatted) columns. In that case, the new cells aren't already "tainted" with a set format, so you can change to text format without issue.
    It seems like the problem is that you can't format cells that are already formatted as "number" as "text" format (even if it doesn't look like they are, because they are blank). IMO, this is a bug! This is why you don't see this issue when adding columns to a new table, because the new cells don't already come with a format.
    To workaround, you can highlight the body cells after adding the new column, and delete the cells. This will "clear" the formatting, so you can then go in the inspector, format them as text, and the correct keyboard will pop up.
    Hope that helps!

  • Hi.is it possible to add 2 columns and put it in the third calumn thru sqll

    Hi.is it possible to add 2 columns and put it in the third calumn thru sqll
    Hi i have 3 columns
    callstart,duration and callrelease
    In the extract i get values only for callstart and duration.
    Is possible thru sqlldr to output the sum of callstart and duration into callrelease.

    May This Can Help You..
    SQL> select * from table_a;
            ID SCHEDULED  MARK             PRID
             5 07-NOV-10  T05                 7
             6 18-SEP-10  T06                 8
             4 31-JAN-11  T02                 2
             1 18-JAN-11  T01                 2
             2 18-JAN-11  T02                10
             3 18-JAN-11  T03                 1
    6 rows selected.
    SQL> alter table table_a add mix varchar(50);
    Table altered.
    SQL> select * from table_a;
            ID SCHEDULED  MARK       PRID MIX
             5 07-NOV-10  T05           7
             6 18-SEP-10  T06           8
             4 31-JAN-11  T02           2
             1 18-JAN-11  T01           2
             2 18-JAN-11  T02          10
             3 18-JAN-11  T03           1
    6 rows selected.
    SQL> update table_a
      2  set mix=mark||to_char(id);
    6 rows updated.
    SQL> commit;
    Commit complete.
    SQL> select * from table_a;
            ID SCHEDULED  MARK       PRID MIX
             5 07-NOV-10  T05           7 T055
             6 18-SEP-10  T06           8 T066
             4 31-JAN-11  T02           2 T024
             1 18-JAN-11  T01           2 T011
             2 18-JAN-11  T02          10 T022
             3 18-JAN-11  T03           1 T033
    6 rows selected.
    SQL> Regards
    Umesh

  • Report Attributes: Add column link and derived column

    On the Report Attributes page (4000:420), under the Tasks list on the right side of the page, there are 2 links, "Add column link" and "Add derived column". This is the first time I am noticing them.
    The usage is clear, they add columns to the report to function either as a drill-thru link column or just a read-only derived field.
    Doing it this way does NOT modify the source query for the report region.
    Is there any benefit to using this feature versus adding a "null column_link" or "null derived_col" columns to my source query then setting attributes for those columns?
    Thanks

    Well, one disadvantage I can see of using the 'Add Column link' is that if I have more than 1 of such columns, they all show up as '[column link]' on the Report Attributes page with no way to tell what the underlying links are. Instead, if I were to manually add these dummy columns to my query itself, I would give them meaningful column aliases that indicated where they link to.
    Suggestion: Maybe a tooltip could be added to the Report Attributes page for such columns which indicate what the underlying link is without actually going to the Edit page for that column.
    Thanks

  • Is combining of attributes possible in add user by attribute section

    The business users have identified when creating user groups they need to identify a specific set of users to
    place in the user groups. The idea was to take custom attribute as a filtering
    method. It appears that when using the "ADD BY ATTRIBUTE" feature in Ilearning
    it treats the attributes with the condition of "OR" and not "AND" i.e ( see
    supporting document) we two attributes city code and job code. We need to be
    able for ilearning to say , include all users that have a city code 'X' AND and
    job code 'Y'. Currently we are experiencing the application utilizing an OR
    statment city code 'X' OR job code 'Y'.
    Is this intended functionality?
    If so is there a upgrade realease to include an AND statement?
    Is there a current solution to this issue , if not has there been a proposed one or what have
    other companies done as well?

    User Group and Enrollment conditions currently only support OR conditions and this is intended functionality. There is an existing enhancement request to support AND functionality.
    One typical workaround today is to create a single custom attribute that stores the combinations

Maybe you are looking for

  • Is MBP a good choice here?

    My son is looking at getting a MacBook pro, after several years of pc laptops (lenovo, etc). He is not a gamer, but is inclined to have a lot of tabs open at once, download music, maybe movies. His previous laptops have died at about the four year po

  • Is there a good free spreadsheet software for macbook pro?

    Any advice or recommendations for an "exel like" spreadsheet software or App for Macbook pro?

  • Mp4 videos on external harddrive in front row

    Hi I wanted to se my movies on my new mac mini, so I had bought 2 750 GB external harddrive. I have used handbreak to convert my dvd to mp4. I had made a alias, so Front row can find the movie on my external drive, but I can't get it to made a art wo

  • Script to Save Path/File Name/login user information

    Hi all, Could anyone tell me how to solve this below problem. ·        Here i  Need to write a script which does the following             In Adobe Illustrator CS2, when i run script then the path information of the current open file, Filename of the

  • Updating UI from outside SwingWorker-doInBackground() method

    Good day! I've a problem using SwingWorker class. I need to update user interface but not directly from doInBackground() method (a method is called from doInBackground() and this method should be able to update my UI). However, the only method offere