Get the value of the title field

My question is simple. Here's my scenario.

I have a check for profile, with an editable title field and a list of options. The user selects a value in the option list and entered a title. When he submits the form, the title of the content check-in must be derived from the value of the option list + the value of the field title. The derivative title must be the concatenation of the value of the option list, and the value of the field title.

My question is how to get the value of the field title using the script of the OIDC? I have a rule with the field of dDocTitle and its derivative field, I have an idoc script that displays the value of the option list in the spin-off title field. I only need to concatenate the value of the editable field title entered by the user.

Thank you. I use UCM 10 g.

This can be done with rules and profiles of the school boards and derived values.

If the user enters a title in the field of dDocTitle (this is mandatory) and if you have another field of metadata with a menu drop-down (as conceptual dDocType) you can use the Configuration Manager (rules and profiles) take the value of dDocTitle and dDocType and when checked (it not shown to the user after logging) she'll concatenate.

in the custom box (you may need to do this because of the wrong inserts quotes with our variables) make sure that it looks like this
<$dprDerivedValue=dDocTitle &="" ddoctype$="">

Notes that may be of interest
How can define you a value derived in a rule using Idoc Script to call a service? (Doc ID 833953.1)
Who wins: rule or a set of default metadata about a file? (Doc ID 798653.1)

Tags: Fusion Middleware

Similar Questions

  • Get the title of the browser of a part 3 application page

    I have a menuitem custom browser which records a bookmark in a dedicated web site

    How can I get the title of the current page of the browser programmatically?

    When you run your custom menu item, there is a current url passed as a custom menu context object.

    Use this url to open an HttpConnection, get the data stream and parse html head/title tags.

    It should be simple.

  • How to get the title of a table with FDK?

    How to get the title of a table with ad FDK C++?

    I did people. I get objects table paragraph and later the textual elements for each of them.

  • I'm new to CC.  I discovered that I had to download first CS6 inorder to get it. (May not yet know how to get the title templates, etc. cannot understand instructions; but I spread) I see that it still says trial.  How can I get the

    I'm new to CC.  I discovered that I had to download first CS6 in@order to get it. (May not yet know how to get the title templates, etc. cannot understand instructions; but I spread) I see that it still says trial.  How can I get the full thing.  I am a Subscriber complete cc

    I don't know what you've done, but here are the instructions to install the PProCS6 and the callback with a cloud account

    Yet the instructions http://helpx.adobe.com/encore/kb/encore-cs6-installed-cc.html if you have a subscription

    - and the difference in the Cloud application manager 2015 https://forums.adobe.com/thread/1906752

    Still will not run as a trial, it is enabled when you install and activate PProCS6

  • Get the title of the page definition

    Hi, if I have the wording of the definition of the page, how can I get the title of the page from the page class or java jsp? Thank you

    If the jsp is on a portlet on this page, use
    http://download.Oracle.com/docs/CD/E13155_01/WLP/docs103/Javadoc/com/BEA/netuix/servlets/controls/page/PagePresentationContext.html

    If you want to know about another page (i.e. the current page is different from the page that you want the title of) then use
    http://download.Oracle.com/docs/CD/E13155_01/WLP/docs103/Javadoc/com/BEA/netuix/servlets/controls/application/DesktopPresentationContext.html
    getPagePresentationContextRecursive...

  • Getting the text field value?

    How can I get the value entered into the field of action tf_1?

    Let's say I'm going to number 5 in the text field tf_1, how can I receive it for use in the code?five.png

    I would like to store that value in the variable, so that I can work with him in a function.

    Can someone help me? I am already grateful!

    var num:Number;

    calcular.addEventListener (MouseEvent.CLICK, resolver);

    function resolver(Event:MouseEvent): void {}

    NUM = Number (tf_1.text);

    If (num/400 = 0) {}

    trace ("Yes!");

    }

    }

  • Query to get the flex field values description.

    Hello

    Entering invoices-> all the Distributions screen 'Special Mentions for the India' is here. Here we enter the value for the field TDS - tax. I want to get the list of values for TDS - tax in a query.

    Can you please help me.

    Thank you

    Nanga.

    where 'jtc.tax_type =' TDS

    and jtc.section_type = 'TDS_SECTION. '

    and org_id =: inv_sum_folder.org_id

    and jtc.section_code in

    (

    Select section_code

    of jai_ap_tds_th_vsite_v

    where vendor_id =: inv_sum_folder.vendor_id

    and vendor_site_id =: inv_sum_folder.vendor_site_id

    )

    order of jtc.tax_id

  • Delete the title field

    I don't want the line separating the title from the rest area of the screen.
    I tried to use setTitle ((Field) null) on a screen or used a full screen, but the line seperator is always displayed.

    How can I remove it?

    I don't get the line when I remove the title.  Are you sure that you do not have a SeparatorField somewhere?

  • Script to move the description metadata information in the title field

    I tried for 2 days (market) to try to get Bridge CS6 to copy the information in the Description field for the field title in the metadata. I can get it in the menu, but nothing happens when I change other scripts. Any suggestions would be greatly appreciated.

    If you want a good laugh, I can post my previous attempts.

    It is a way to copy the information...

    #target bridge
     if( BridgeTalk.appName == "bridge" ) {
    descToTitle = MenuElement.create("command", "Description to Title", "at the end of Tools");
    }
    descToTitle.onSelect = function () {
     if (ExternalObject.AdobeXMPScript == undefined) ExternalObject.AdobeXMPScript = new ExternalObject("lib:AdobeXMPScript");
     var thumb = app.document.selections;
        for(var s in thumb){
     if(thumb[s].hasMetadata){
            var selectedFile = thumb[s].spec;
      var myXmpFile = new XMPFile( selectedFile.fsName, XMPConst.UNKNOWN, XMPConst.OPEN_FOR_UPDATE);
      var myXmp = myXmpFile.getXMP();
             var Description =  getArrayItems(XMPConst.NS_DC, "description");
            myXmp.deleteProperty(XMPConst.NS_DC, "title");
            myXmp.appendArrayItem(XMPConst.NS_DC, "title", Description, 0, XMPConst.ALIAS_TO_ALT_TEXT);
            myXmp.setQualifier(XMPConst.NS_DC, "title[1]", "http://www.w3.org/XML/1998/namespace", "lang", "x-default");
        }
    function getArrayItems(ns, prop){
    var arrItem=[];
    try{
    var items = myXmp.countArrayItems(ns, prop);
     for(var i = 1;i <= items;i++){
     arrItem.push(myXmp.getArrayItem(ns, prop, i));
         }
    return arrItem;
    }catch(e){alert(e +" Line: "+ e.line);}
    }
            if (myXmpFile.canPutXMP(myXmp)) {
            myXmpFile.putXMP(myXmp);
            myXmpFile.closeFile(XMPConst.CLOSE_UPDATE_SAFELY);
             } else {
      xmpFile.closeFile();
            }
        }
    }
    
  • Get the title or the content of the an element selected in the list view?

    Hello guys, I made a list view and I need to get the content of the selected item (item Ontriggerd)

    onTriggered: {}
    lable. Text =?
    navigationPane.push (bPage);
    }

    Thank you

    dataModel.data (row) returns a QVariant. To call ".someProperty", you will need to know the type of the object (int, string, etc.) and call the appropriate function (toInt, toString, etc.). For example, if your QVariant has elements of the string:

    lable. Text = dataModel.data (row) m:System.NET.SocketAddress.ToString ();

    An example aside, if she has a StandardListItem object:

    Label.Text = dataModel.data (row) .title ();

  • Get the titles of XML instances

    Hello world!

    I'm trying to get titles of XML instances.

    I have table with column X_PARAMS (XMLTYPE) which consist of

    < body >

    < param_number > 3 < / param_number >

    < Params >

    < d_date_from > 01.01.2014 < / d_date_from >

    < d_date_to > 01.06.2014 < / d_date_to >

    < / Params >

    < / body >

    I need to get the names of the nodes that are children of body\params.

    The result should be:

    ____________

    d_date_from

    d_date_to

    ____________

    I hope to get help with my problem.

    Best regards.

    Artem.

    This should do it:

    Select x.node_name

    from my_table t

    , xmltable ('/ body/Params / *')

    in passing t.x_params

    path of columns node_name varchar2 (30) "local - name (.)".

    ) x

    ;

  • How to get the titles on the playlist of transfer when burning a disc

    A problem with iTunes and CD burning help (my operating system is Windows 10 and my iTunes version is 12.3.2). I make a compilation CD of my CD collection from and downloaded the entire collection in iTunes. The problem I encountered is that sometimes when I burn a playlist I made, the track listing of the individual songs on the burned CD shows the name of the song and the band, but sometimes it shows a list of the track numbers and the message "iTunes cannot find that these track names on the internet." All the files in my iTunes library have a complete follow-up of the lists. There seems to be no difference between the playlists where securities are transferred, and those where they don't. All of the ideas is what is the problem and how to solve? A lot of deep gratitude

    Maplagem,

    The titles are not actually on the CD.  However, under certain conditions, iTunes on the same computer will recognize the CD:

    "How iTunes remembers audio CD.

    http://support.Apple.com/kb/HT3814

    If you want to than another computer iTunes recognize it, you must submit the information to Gracenote as follows: with the CD burned again in the player and the names of the tracks properly displayed, use the command Options > submit CD track names.

    Gracenote may take a day or two to digest the info, but after that all iTunes in the world will recognize the traces on your compiling.

  • How do you get the titles to save to a specific location?

    Is there a way to force the titles to save in a specific directory?  My system has been experiencing in the last open tray and it's to be a tad irritable to always find where my credentials when I'm stolen a caffeine induced change frenzy.

    First, select location, then create the title, this is how it works.

    https://www.Adobe.com/cfusion/mmForm/index.cfm?name=wishform

  • Get the merge fields in the printed documentation

    I print my help from Robohelp 11 on Word document and I get what looks like merge fields in the text, usually in the topics.

    I think they can be keywords index.

    How can I get these fields out of my document?

    They do not remove if I select and press Ctrl F9 keys.

    Thank you.

    Looks like you have display fields enabled in Word. Turn that off and it should be OK. If the paragraph marks are also displayed, their deactivation may be sufficient.

    See www.grainge.org for creating tips and RoboHelp

    @petergrainge

  • Get the unwanted fields - inappropriate length - Table

    Hello Experts,

    SELECT     COUNT ( * ) FROM mtl_system_items_b; 
    -> 664072 records
     
    In fact, the value of the segment1 should be 9. But there a few unwanted characters and a few extra characters.

    If I use the following query to get all the error values of the segment.

    Please confirm is this rite of query?
    SELECT     segment1
    FROM          mtl_system_items_b
    WHERE      LENGTH (segment1)  != 9;
     
    If there is no other better query thanks to...

    Thank you...

    In this case, the! = or <> must be correct. that is how you formed the query.

    Kind regards
    P.

Maybe you are looking for