ActionDescriptor Automation plugin return value

Hello.

I create a bunch of plugins that work together, and I'm creating a Panel to control all this. The group currently has a single button that triggers the call of an event that is the event of the execution of my automation plugin. I can send parameters to the side js side C++ using an ActionDescriptor, and works very well.

The executeAction return value must be the result, which is also an ActionDescriptor according to documentation - I would use it to return data to the plugin in order to establish a two-way communication between the user interface and my central plugin. My question is this: how you can set the ActionDescriptor on the C++ side must be returned by executeAction? There is no reference to this in the kit of development or forums.

Thank you

Barna

For the filter, see Dissolve.cpp (DoFinish()) and DissolveScripting.cpp, (WriteScriptParameters())

For automation, see Listener.cpp (Execute()) and ListenerScripting.cpp (WriteScriptParams())

Tags: Photoshop

Similar Questions

  • OSM: COM som automation plugin

    Hello

    I'm new with the OSM (7.2.2) and try to build a CEP. I created two cartridges (one for the COM) and the other for SOM.

    I've created rules of recognition and I can inject an order in COM cartridge with CreateOrder WebService method. It works very well.

    Now what I want to accomplish is to invoke the cartridge SOM in a task automated cartridge of COM. In COM cartridge, I did the following:

    1. Created a task automated with Automation XQuery sender - inner. My default ordering process use this automated task.
    2. The sender of XQuery uses an XQuery query that returns the following:
        <soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
                          xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" 
                          xmlns:ord="http://xmlns.oracle.com/communications/ordermanagement"
                          xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
            <soapenv:Header>
                <wsse:Security>
                    <wsse:UsernameToken>
                        <wsse:Username>admin</wsse:Username>
                        <wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">Oracle001</wsse:Password>
                    </wsse:UsernameToken>
                </wsse:Security>
            </soapenv:Header>
            <soapenv:Body>
                <ord:CreateOrder>
                    <co:customerOrder xmlns:co="http://xmlns.cgi.com/CustomerOrder" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                        <co:order>
                           <co:summary>
                              <co:orderNumber>{ $orderNumber }</co:orderNumber>
                           </co:summary>
                        </co:order>
                     </co:customerOrder>
                </ord:CreateOrder>
            </soapenv:Body>
        </soapenv:Envelope>
    

    3. the tab "Routing" XQuery Sender 'To' use the JNDI name 'oracle, communications, ordermanagement, WebServiceQueue' and 'Reply To' JNDI name, oracle, communications, ordermanagement, WebServiceResponseQueue

    I get the following exception and I can not understand why... Any help would be appreciated!

    # < October 1, 2013 20:04:45 CEST > < error > < SGD > < OSM1 > < AdminServer > < ExecuteThread: "14" for queue: 'oms.automation' > < SGD-automation > < BEA1 108CE2EBFBEE3057A4BD > < aaa1e3e54fdb4a71:-13852a1c:1416f0bddc3:-8000-000000000001724e > < 1380650685374 > < BEA-000000 > < automation. [AutomationDispatcher: cannot run plugin[/automation/plugin/internal/task/CGI_COM_Base/1.0.0.0.0/SomProvisionOrderTask/do] because of the com.mslv.oms.automation.AutomationException: Exception thrown during execution of the Script resource [osmmodel:///CGI_COM_Base/1.0.0.0.0/resources/ComponentInteraction/CreateProvisioningOrderRequest_do.xquery]; exceptional location: null

    com.mslv.oms.automation.AutomationException: com.mslv.oms.automation.AutomationException: Exception thrown during execution of the Script resource [osmmodel:///CGI_COM_Base/1.0.0.0.0/resources/ComponentInteraction/CreateProvisioningOrderRequest_do.xquery]; exceptional location: null

    at com.mslv.oms.automation.plugin.AutomationEventHandlerImpl.a (unknown Source)

    at com.mslv.oms.automation.plugin.AutomationEventHandlerImpl.processMessage (unknown Source)

    at com.mslv.oms.automation.AutomationDispatcher.onLocalMessage (unknown Source)

    at oracle.communications.ordermanagement.cluster.message.a.a (unknown Source)

    at oracle.communications.ordermanagement.cluster.message.impl.a.a (unknown Source)

    at oracle.communications.ordermanagement.cluster.message.impl.a.a (unknown Source)

    at oracle.communications.ordermanagement.cluster.impl.a.a (unknown Source)

    at oracle.communications.ordermanagement.cluster.message.ClusterMessageHandlerBean.onMessage (unknown Source)

    at weblogic.ejb.container.internal.MDListener.execute(MDListener.java:583)

    at weblogic.ejb.container.internal.MDListener.transactionalOnMessage(MDListener.java:486)

    at weblogic.ejb.container.internal.MDListener.onMessage(MDListener.java:388)

    at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:4659)

    at weblogic.jms.client.JMSSession.execute(JMSSession.java:4345)

    at weblogic.jms.client.JMSSession.executeMessage(JMSSession.java:3821)

    to weblogic.jms.client.JMSSession.access$ 000 (JMSSession.java:115)

    to weblogic.jms.client.JMSSession$ UseForRunnable.run (JMSSession.java:5170)

    at weblogic.work.ExecuteRequestAdapter.execute(ExecuteRequestAdapter.java:21)

    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:145)

    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:117)

    Caused by: com.mslv.oms.automation.AutomationException: Exception thrown during execution of the Script resource [osmmodel:///CGI_COM_Base/1.0.0.0.0/resources/ComponentInteraction/CreateProvisioningOrderRequest_do.xquery]; exceptional location: null

    at oracle.communications.ordermanagement.automation.plugin.AbstractScriptPluginImplementation.transform (unknown Source)

    at oracle.communications.ordermanagement.automation.plugin.AbstractScriptPluginImplementation.runCommonFunctionality (unknown Source)

    at oracle.communications.ordermanagement.automation.plugin.ScriptRunnerImpl.runScript (unknown Source)

    at oracle.communications.ordermanagement.automation.plugin.AbstractScriptSendAutomator.run (unknown Source)

    at com.mslv.oms.automation.plugin.AbstractAutomator._runAutomator (unknown Source)

    at com.mslv.oms.automation.AutomationDispatcher.a (unknown Source)

    at com.mslv.oms.automation.plugin.AutomationEventHandlerImpl.processMessage (unknown Source)

    at com.mslv.oms.automation.AutomationDispatcher.onLocalMessage (unknown Source)

    at oracle.communications.ordermanagement.cluster.message.a.a (unknown Source)

    at oracle.communications.ordermanagement.cluster.message.impl.a.a (unknown Source)

    at oracle.communications.ordermanagement.cluster.message.impl.a.a (unknown Source)

    at oracle.communications.ordermanagement.cluster.impl.a.a (unknown Source)

    at oracle.communications.ordermanagement.cluster.message.ClusterMessageHandlerBean.onMessage (unknown Source)

    at weblogic.ejb.container.internal.MDListener.execute(MDListener.java:583)

    at weblogic.ejb.container.internal.MDListener.transactionalOnMessage(MDListener.java:486)

    at weblogic.ejb.container.internal.MDListener.onMessage(MDListener.java:388)

    at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:4659)

    at weblogic.jms.client.JMSSession.execute(JMSSession.java:4345)

    at weblogic.jms.client.JMSSession.executeMessage(JMSSession.java:3821)

    to weblogic.jms.client.JMSSession.access$ 000 (JMSSession.java:115)

    to weblogic.jms.client.JMSSession$ UseForRunnable.run (JMSSession.java:5170)

    at weblogic.work.ExecuteRequestAdapter.execute(ExecuteRequestAdapter.java:21)

    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:145)

    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:117)

    Caused by: javax.xml.transform.TransformerException: org/apache/Commons/httpclient/util/URIUtil

    to oracle.communications.ordermanagement.rule.XQueryHelper$ b.a (unknown Source)

    at oracle.communications.ordermanagement.rule.XQueryHelper.transform (unknown Source)

    at oracle.communications.ordermanagement.rule.XQueryHelper.transform (unknown Source)

    at oracle.communications.ordermanagement.rule.XQueryHelper.transform (unknown Source)

    to oracle.communications.ordermanagement.automation.plugin.XQueryPluginImplementation$ c.transform (unknown Source)

    at oracle.communications.ordermanagement.automation.plugin.AbstractScriptPluginImplementation.transform (unknown Source)

    at oracle.communications.ordermanagement.automation.plugin.AbstractScriptPluginImplementation.runCommonFunctionality (unknown Source)

    at oracle.communications.ordermanagement.automation.plugin.ScriptRunnerImpl.runScript (unknown Source)

    at oracle.communications.ordermanagement.automation.plugin.AbstractScriptSendAutomator.run (unknown Source)

    at com.mslv.oms.automation.plugin.AbstractAutomator._runAutomator (unknown Source)

    at com.mslv.oms.automation.AutomationDispatcher.a (unknown Source)

    at com.mslv.oms.automation.plugin.AutomationEventHandlerImpl.processMessage (unknown Source)

    at com.mslv.oms.automation.AutomationDispatcher.onLocalMessage (unknown Source)

    at oracle.communications.ordermanagement.cluster.message.a.a (unknown Source)

    at oracle.communications.ordermanagement.cluster.message.impl.a.a (unknown Source)

    at oracle.communications.ordermanagement.cluster.message.impl.a.a (unknown Source)

    at oracle.communications.ordermanagement.cluster.impl.a.a (unknown Source)

    at oracle.communications.ordermanagement.cluster.message.ClusterMessageHandlerBean.onMessage (unknown Source)

    at weblogic.ejb.container.internal.MDListener.execute(MDListener.java:583)

    at weblogic.ejb.container.internal.MDListener.transactionalOnMessage(MDListener.java:486)

    at weblogic.ejb.container.internal.MDListener.onMessage(MDListener.java:388)

    at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:4659)

    at weblogic.jms.client.JMSSession.execute(JMSSession.java:4345)

    at weblogic.jms.client.JMSSession.executeMessage(JMSSession.java:3821)

    to weblogic.jms.client.JMSSession.access$ 000 (JMSSession.java:115)

    to weblogic.jms.client.JMSSession$ UseForRunnable.run (JMSSession.java:5170)

    at weblogic.work.ExecuteRequestAdapter.execute(ExecuteRequestAdapter.java:21)

    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:145)

    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:117)

    >

    Just to follow up, I adjusted my XQuery and it works fine now. Problem solved.

  • Cannot create automator Custom Automation Plugin

    Hi all

    I have a little problem with the Plugins of customs automation, I work with a group of developers of the OSM, we use the same installation of the OSM and even the same reference cell, but when we develop a custom Plugin of Automation (Java class that connects to a database and extract information to make an update of order data) my classmates of teams instances OSM work correctly but mine generates an error and is always the same for the various customs Automatios Plugins.

    I looked up this error on Oracle Support and I have found this:
    Bug 14117065 : ERROR SAVING IS INFINITELY GENERATED NOTIFICATION SETTINGS
    It seems that it's my mistake, but it is strange because OSM my team mates as I told before.

    This is the error:

    < error > < SGD > < CO-L-14109ZG > < AdminServer > < ExecuteThread: '13' for the queue: 'oms.automation' > < SGD-automation > < BEA1 43AD8411EF12560E5D6A > < 46645d5ea9e48215:5aa9f334:13ab1fa4b23: - 8000-0000000000000374 > < 1351607306050 > < BEA-000000 > < automation. AutomationDispatcher: Cannot create automator
    javax.naming.NameNotFoundException: while trying to search for "automation.plugin/internal/task/NcaOsmOrquestacionBA_TOIP/1.0.0.0.0/TANotificarCrmEstadosBA_TOIP/do" did not find subcontext 'automation '. Solved "; left name "Automation/plugin/internal/task/NcaOsmOrquestacionBA_TOIP/1/0/0/0/0/TANotificarCrmEstadosBA_TOIP/do.
    at weblogic.jndi.internal.BasicNamingNode.newNameNotFoundException(BasicNamingNode.java:1139)
    at weblogic.jndi.internal.BasicNamingNode.lookupHere(BasicNamingNode.java:247)
    at weblogic.jndi.internal.ServerNamingNode.lookupHere(ServerNamingNode.java:182)
    at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:206)
    at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:214)
    at weblogic.jndi.internal.WLEventContextImpl.lookup(WLEventContextImpl.java:254)
    at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:411)
    at javax.naming.InitialContext.lookup(InitialContext.java:392)
    at com.mslv.oms.automation.AutomationDispatcher.i (unknown Source)
    at com.mslv.oms.automation.AutomationDispatcher.h (unknown Source)
    at com.mslv.oms.automation.AutomationDispatcher.c (unknown Source)
    at com.mslv.oms.automation.plugin.AutomationEventHandlerImpl.c (unknown Source)
    at com.mslv.oms.automation.AutomationDispatcher.d (unknown Source)
    at com.mslv.oms.automation.AutomationDispatcher.a (unknown Source)
    at com.mslv.oms.automation.plugin.AutomationEventHandlerImpl.a (unknown Source)
    at com.mslv.oms.automation.plugin.AutomationEventHandlerImpl.c (unknown Source)
    at com.mslv.oms.automation.plugin.AutomationEventHandlerImpl.processMessage (unknown Source)
    at com.mslv.oms.automation.AutomationDispatcher.onLocalMessage (unknown Source)
    at oracle.communications.ordermanagement.cluster.message.e.a (unknown Source)
    at oracle.communications.ordermanagement.cluster.message.impl.c.a (unknown Source)
    at oracle.communications.ordermanagement.cluster.message.impl.c.a (unknown Source)
    at oracle.communications.ordermanagement.cluster.impl.a.a (unknown Source)
    at oracle.communications.ordermanagement.cluster.message.ClusterMessageHandlerBean.onMessage (unknown Source)
    at weblogic.ejb.container.internal.MDListener.execute(MDListener.java:574)
    at weblogic.ejb.container.internal.MDListener.transactionalOnMessage(MDListener.java:477)
    at weblogic.ejb.container.internal.MDListener.onMessage(MDListener.java:379)
    at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:4659)
    at weblogic.jms.client.JMSSession.execute(JMSSession.java:4345)
    at weblogic.jms.client.JMSSession.executeMessage(JMSSession.java:3821)
    to weblogic.jms.client.JMSSession.access$ 000 (JMSSession.java:115)
    to weblogic.jms.client.JMSSession$ UseForRunnable.run (JMSSession.java:5170)
    at weblogic.work.ExecuteRequestAdapter.execute(ExecuteRequestAdapter.java:21)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:145)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:117)

    To avoid the error happening much, set the redelivery JMS on all queues of the OSM to a reasonable value (for development, it is generally 1 restitution try max with 5000ms between attempts, for the production of these values are generally higher in 15-20 attempts with 7000-15000ms between attempts).

    As to why he can not find the plugin, it looks like a problem with the plugin ear file deployment. I'd say comparing your list of deployments with your colleagues in the wls console.

    Brian.

  • Apex 4 Cascading LOV s how to define a child LOV back to the null return value

    Hello

    My problem is that I use the new dynamic action to implement features of LOV cascading to the Apex 4 which means not having to submit the page to update child LOVs after parent LOV changes.

    What I find, is that when you change the value LOV parent, then the child LOV (which has a return value of zero) is not or by default in the return value zero (in my case no selection should return-1) if the list is filtered to a different set of values, which is not a selection valid. The LOV child is left without a choice when I need its default value to the return value zero (-1, which represents all values).

    Also, I expected to do before the page is sent and filtering to the bottom of the hierarchy of LOVs can work when the child is zero (-1, which means that all values) and in turn her child LOV (s) will also the child null filter.

    Any help would be appreciated.

    Thank you

    Hi 804641,

    I don't know if I get your problem and I tried to reproduce.

    http://Apex.Oracle.com/pls/Apex/f?p=2672:6 is my example with a LOV cascading where I also defined a dynamic action that is triggered when P6_EMPNO changes and it shows the current selection.

    Maybe it helps if install you an example on apex.oracle.com and provide space to work/user/pwd, so that I can have a look. I'm not sure about your sentence "help for a new dynamic to implement cascading LOV feature", because dynamic actions are not necessary for LOVs cascading. It is a characteristic of the types of items themselves where you just set the attribute "Cascading LOV Parent éléments".

    Concerning
    Patrick
    -----------
    My Blog: http://www.inside-oracle-apex.com
    APEX 4.0 Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • How to use the return value of TestComplete (using COM) as a variable in the conditional statement (for example loops) TestStand

    Hello

    I have setup a COM interface for TestStand (TS) to run some scripts in TestComplete (TC).  Normally, when TestComplete has finished executing the script, it returns a 0 or 1 to designate the success/failure during the TestStand step (step test for example String value).  It worked well.

    However, now I need TestComplete to regain a vaule (e.g. 32) TS and TS need to assess this value in a while statement. So if the TC value is 32, I would have some statement in TS ike:

    While (return value! = 30)

    Do something...

    Thank you

    Jigg,

    No, the program does not have a new thread.  It's just a single sequential thread. She called other sequential files, and that's all.

    I think I'll have some luck with the StationGlobal.  It seems to work (for example by setting the StationGlobal a single sequence file automatically updates the Stationglobal in another movie file, sort of like passing the reference value)

    Thank you!

  • Use the return value to do step digital multiple success or failure

    Hello

    I use a multiple digital step to check several measurements by an external DMM through a function created in CVI.  I would like to use the return value of the function to replace the global status of the step. The reason is that the return value indicates a communication error, while steps are being taken, and which would lead to a "fake" fake or false 'Pass '.

    What I would do is more or less this >

    If the return value is 0, then check if the measuremets are between the limits

    If return value! 0 = there was a communication error so step continues to operate independently of the measure.

    I tried combining multiple digital step with a step of pass/fail, but it does not work.

    I also trie to change the expression of the status of the multiple digital steps but basically ignores him.

    Any ideas?

    Thank you

    Javier

    Why don't you just make that return the value limits for multiple numerical limit stage.  Comparison of the EQ value and the low limit to 0.

    That would make the most sense.

  • How to return values in calls to subsequence?

    I want to call a sous-suite. I pass parameters to this subsequence but I want too return values. Is it possible to return values other than using globals?

    -Pat

    Hello

    You can set the parameter as "pass by reference". Right mouse click on the setting you are interested in and you will find this setting.

    Concerning
    Ray Farmer

  • Return value of DLL LabVIEW Build to the Prototype of the function

    Hi all

    I know LabVIEW can generate a DLL with return value with a function like prototype

    Sub nomfonction (arguments);

    We could define the return value to arguments.

    However, LabVIEW build a DLL with return value instead of "null" in the United States

    int nomfonction (arguments);

    In fact, I could achieve this when my part of connector VI has a 1 linked indicator.

    I could get my prototype of function dll in the application as Builder

    Double functioname (void); or well functioname (void); or some

    Although I could do above, this applies only when my VI has 1 single output.  If the VI

    1 more arguments, I still get

    Sub nomfonction (arguments);

    So I missed something? Or is this a limit of LabVIEW?

    Please don't get angry if this question has been asked before, I'm lack of subject

    LabVIEW to communicate with other languages.

    Thank you

    Jean Cyril

    You can.  In the construction specifications, under source files, go to set your prototype.  on the right, there is a drop down 'Output VI' which is what you want.  Note that I only saw him able to return numeric values.

  • Executed as user: domain\username. The return value is unknown. The process exit code was 128. The step failed.

    I have a job with 20 steps. This error occurs for any stage of perticular. It produces randomally at any stage.

    "The return value is unknown.  The process exit code was 128.  The step failed. »

    This is not the right forum for SQL database issues.

    Please repost your question in the MSDN SQL forum
    http://social.msdn.Microsoft.com/forums/en-us/sqldatabaseengine/threads

    Sincerely,

    Marilyn

  • Get the .exe with LaunchExecutable() return value

    Hello

    I try to get the return value from an .exe file started with LaunchExecutable(). Do you think it is possible or am I wrong?

    Thank you!

    Adrien T.

    Adrien:

    If you run the CreateProcess() executable, you can then use GetExitCodeProcess() to read the results.

    See more details here: http://digital.ni.com/public.nsf/allkb/E250246D65A6A18D8625659F0065F310

    Note that you must have the Windows SDK (aka Win32 API) installed to use CreateProcess/GetExitCodeProcess.  The SDK is provided with CVI, but is not installed by default.  If you have not installed, reinstall CVI, selecting only SDK or Win32API (depending on the version of the CVI you).

  • return value of customAskAsync()?

    Then... How are we supposed to get the return value of a customAskAsync() dialog box? The docs suggest you use a dialogCallBack() function, and that's fine, except that after the launch of the async obviously continues to run app dialog box of the code without waiting for the result of the dialog box (which is normal for a modal async/no dialogue). It would not be a problem if the Synchronization dialog box / modal was not obsolete. What Miss me? Thank you.

    Alternatively, you can complete the code of this function in the dialogue, and then the function callback to continue the code. Not perfect, but it allows you to wait on this dialog box user input then continue once you have.

    Edit:

    Added an example:

    function get_user_input(){
    var buttons = ["Yes", "No"];var ops = {title : "Continue?", size : blackberry.ui.dialog.SIZE_MEDIUM, position : blackberry.ui.dialog.LOC_CENTER};blackberry.ui.dialog.customAskAsync("Would you like to continue what you are doing??', buttons, continue_answer, ops);}
    
    function continue_answer(index){
    //index 0 is yes, index 1 is no
    if(index == 0){
    console.log('User wants to continue');
    }else if (index == 1){
    console.log('User does not want to continue');
    }
    }
    

    Hope that helps

  • Possibility to get a popup to display the display value "" and not the "return value".

    Version - Application Express 3.2.1.00.11

    I have a list of values that exceed 1500 files and am so impossible to use a Select list.

    When you use a popup lov after choosing the recording, apex displays the return value (in my case a number). Is it possible to let him use the display value (in my case, a text string).

    Concerning

    Ben

    Benton says:

    Version - Application Express 3.2.1.00.11

    I have a list of values that exceed 1500 files and am so impossible to use a Select list.

    When you use a popup lov after choosing the recording, apex displays the return value (in my case a number). Is it possible to let him use the display value (in my case, a text string).

    See limiting the number of values in a LOV

    If it comes to a page element, and then change the type of Popup LOV key.

    If there is a control in a table, it's another reason to upgrade to a supported version, or the tabular form will need to be converted to be manually generated and processed in order to allow the appropriate control be returned using the apex_item.popupkey_from_lov method

  • The list of values - return value identical to the display value

    I fill a selection list with the names of the members with a lov sql like the following

    < tt > select memberName d, r FROM whateverTable < /tt > memberId

    The problem is that in the database, the stored value is the Member ID. I really want the real memberName stored in the database instead I want to use this name of Member elsewhere in my application.

    When the integrated trigger executes its code

    < tt >

       if NVL (:old. CONTACT_PERSON,'0') ! = NVL (:new. CONTACT_PERSON,'0'( ) then

    Insert into eba_ca_history ()table_name component_rowkey COMPONENT_ID column_name old_value new_value) values

           ('EVENTS', :new.row_key, :new.event_id, 'EVENT_OWNER',:old. CONTACT_PERSON,:new. CONTACT_PERSON()

       end if ;

    < /tt >


    I get the following text shows on my apps update page-"owner of an event has changed from 457879885611315631565 to 2546454654546546546546..."

    lov.PNG

    I want the value of the actual display to display for an update instead of the return value.


    I tried to convert the value to help

    lov2.PNG


    But which causes the following error


    lov3.PNG


    How can I make sure that the return value of the lov being stored in the database matches the display value for the lov?

    Hi Richie,

    If I understand your request, simply set your LOV query with the same column like screen and return:

    select memberName as display_value, memberName as return_value FROM whateverTable
    

    If this isn't what you're asking, I apologize for the misunderstanding.

    Thank you

    Erick

  • Event just after obtaining return value of lov inline search page

    Hi all

    I created a lov inline search, my page looks like this:

    page.png

    When I search and select the result I want.

    page1.png

    I get this result selected as back to my point of return of my page:

    page 3.png

    What I want is:

    At the time when the page is displayed to show me the value selected, I want to show him something else on this return value. For this I need to know what the event or the setting I need to take to whether or not the selection is made.

    I hope I made clear what I need

    Thank you very much for your help

    Kind regards

    Afaf

    Not really sure what you are after. You can try this.

    If (PageContext.isLovEvent ())

    {

    String lovInputSourceId = pageContext.getParameter (SOURCE_PARAM);

    If ("".equals (lovInputSourceId))

    {

    }

    }

    See you soon

    AJ

  • LOV and return value

    Hello

    I have a lov and the return value of this lov is assigned to a formval. I have a Viewobject VO1 which is attributed to the return values of point LOV. After selecting a value from the lov, I am tring to get the return value later of the viewobject Vo1 but he still presents as null.

    Don't know how to get the return value. Any help is appreciated.

    Thank you

    KK

    KK,

    That's what I understood.

    You have a LOV which has 2 lovMaps, it returns the field of LOV and 2 returns the value for the FormValue field.

    The formValue field is mapped to an attribute of the VO.

    After you select the value from the LOV, you try to get the value returned to the FormValue using the VO attribute attached to the value of the shape.

    How are you trying to access the value and where?

    See you soon

    AJ

Maybe you are looking for

  • My Apple TV 2nd generation keeps saying cannot connect to iTunes Store

    IM trying to put my ATV 2nd generation it work fine then just stopped now it says it can't connect to itunes help please

  • I can create RAID 0 with the Satellite A200-23 s

    Hello!-----I have Toshiba Satellite A200-23 s.This laptop has two (200 GB) HARD drives.Can I create RAID 0 with this HARD drive?-----P.S. Sorry for my bad English

  • X 1 random behavior of yoga fingerprint reader

    It is the second major problem with my X 1 Yoga. Not only the crash of driver touch screen "all the time" but the fingerprint reader does not about 30% of the time. Not sure what the cause/effect is because it is not consistent. For example, the ligh

  • Iconia W510 no option to add Wireless Display

    Hi, it does not seem possible to use Miracast with my W510 Iconia.  I have updated Windows 8 to 8.1 as soon as he was released and apply automatic updates.   I have checked and have all the updated drivers. However, when you open the Panel of charms,

  • How can I remove backup drive E?

    They gave me a computer that my friend had problems with. He did an entire system upward on E. The problem is that the system was full of viruses, malware, and adware when he made it back to the top. I created a new user and delete all records of C.