Reg: Display ID Incident created in Siebel on OPA

Hi all

I have a requirement where we capture a certain incident (say a person reports an incident) takeover.
Once the user submits the OPA interview where incidents details are captured, a web service call is made and these values are passed to Siebel and Incident is created in Siebel with an ID of corresponding Incident.

Now Siebel will go back this Incident ID to the OPA, but my concern here is how to display this in OPA?

Would appreciate input on this.


Kind regards
Shyam

user12397567 wrote:
Thank you all for your contributions.

We do not use OPA connector for Siebel for this.

The interview takes place in the Web Center portal (OPA Web as prescribed is a Web Center structure).

Once the user clicks on send, process BEPL pushes data and creates an Incident in Siebel.
The Id of the corresponding Incident must appear on the OPA.

OPA for Siebel connector help serve this purpose? should we be tried in this approach?

Thank you
Shyam

The OPA for Siebel connector is a piece of technology that integrates communication of data and mapping between OPA and Siebel, giving you the ability to run interviews seeded with Siebel data and record the interview in Siebel.

There is no reason you can't do the same thing through BPEL. You want probably to do as a result of the recording of Siebel's pass in return the value you want to display as the "caseID". This above-mentioned approach should work for you, in this case.

I guess that you implement the backup using an Apdator of custom data, save the data Apdator mode can return a string that is the registered cases caseID.

Incidentally, in OPA 10.4, we either have a Portlet Interview designed to work easily with Web Center, you might want to look at.

Tags: Oracle Applications

Similar Questions

  • Passing the values in calculated fields / attributes of Siebel to OPA profile

    Hello..

    I'm evaluate OPA for one of my clients in order to replace the authority of Haley integrated Siebel 8.x. As a first step, I would like to know if we can get the values of the profile and "Calculated fields" attributes of Siebel to OPA to be evaluated in the logic of the rules. Second, can we use OPA to run different validations of Siebel BC events such as BC_PreSetFieldValue, BC_SetFieldValue, BC_PreWriteRecord? My concern is that more than once, the values that must be validated are 'in flight' and not stored in the Siebel database yet. How would such be values passed Siebel OPA?

    Are there standard guidelines when migrating to the authorization of Haley to OPA rules, specifically in conjunction with Siebel?

    Thank you...

    In regards to calculated fields - as long as fields are defined on a business component you should be able to include them in the rules of the takeover bid.

    For events such as BC_PreSetFieldValue, BC_SetFieldValue, BC_PreWriteRecord you can define, evaluate the rules against an active business object which will include the changes until they are saved in the database.

  • Cannot display dvd slideshow created in movie maker on dvd player

    Problem with Windows Live Movie Maker

    Why can't I see a video slide show created in Windows Live Movie Maker on my TV via the dvd player when it works perfectly fine on my computer?  Dvd player says there no audio or video data on the disc DVD-R with the other player saying he is a damaged drive.

    Thanks for the info...

    No guarantee... but I suggest you use the
    suite of freeware to burn your DVD... you can have one
    best result.

    (FWIW) It's always a good idea to create a system
    Restore point before installing software or updates)

    DVD Flick
    http://www.videohelp.com/tools/DVD_Flick
    (the download is: "dvdflick_setup_1.3.0.7.exe")
    (Mirror download (direct link) is the fastest)

    Save the file to your desktop or a folder on your
    hard drive and install from there.

    Be sure to read the Guide:
    http://www.dvdflick.NET/Guide.php

    Tutorials:

    Tutorial DVD Flick
    http://beginwithsoftware.com/videoguides/DVD-flick-Guide.html

    Burn any Format video DVD PC
    http://www.freevideoworkshop.com/dvdflicktutorial.htm

    To create a video DVD base that should play in a free
    permanent drive DVD... try the following...

    First... read the DVD Flick Guide to familiarize
    with the program.

    Open DVD Flick and insert a blank DVD in your drive.

    If the window of Autorun from your computer... just close it.

    Click the project settings button and check... Video /.
    Target format... residents United States... Choose... NTSC /.
    Accept.

    The title button left click Add and navigate to your
    Video clips and select the ones you want on the DVD.

    You can have by selecting one and then use
    the up and down buttons.

    Left click on the button create DVD / OK / Yes / Yes.

    Please wait while the DVD is created.

    When the text "Completed successfully" is displayed you
    DVD Flick can close. Now you can eject your DVD
    and play in your DVD player.

    At some point you might want to buy more
    Advanced Cyberlink, Nero, Roxio, software
    Ulead, etc... but at least it is a start.

    Good luck.

  • Reg: Display the Image...

    Hello

    I want to display the image. I use Blackberry JDE 4.1, also I do not have the resource folder...

    Please send me the sample code... in JDE how to add images, please suggest me.

    Add your PNG file for the project, create the bitmap from it, create a Bitmapfield using the Bitmap image and add the domain to the screen.

    Something like that...

    Bitmap img = Bitmap.getBitmapResource ("img.png");

    Bmpf BitmapField = new BitmapField (img);

    Add (BMPf);

    Search BitmapFiueld builders for its uses...

    PS: Is in edit mode.

  • What is the meaning of the OPA session tables in Siebel for OPA? That is to say why they were created when they should be used? and what was the first thought behind the creation of tables of session?

    Hi all

    I wanted to know best practices regarding the use of the tables of session OPA? that is, what was the initial logic of creating tables of session? where we should use them and why? also can you please argue for and against about two approaches mentioned below

    Method 1: Save and reterieve OPA session data tables using session ID and case ID?

    Approach 2: Save data in Siebel database tables and just use reterieve case Id Siebel data and save the back.

    Thanks for your replies.

    Session tables are there to allow easy storage of the results of an interview of the OPA. It can be used to extract data from an interview, but probably more useful as an archive of past interviews. Is it possible to load a previous interview in the determinations of the Web from this table.

    1. This can be very useful to resume a partially completed interview.

    2. it can be used as verification of de facto mechanism to see what has been entered in an interview.

    In general I prefer to approach 2 where there are intercepted the incoming data to an interview in a before handler registration and then save the data you need from the interview in the location that you must save it.

  • Insert new line in VO, engaging, and then call vo.executeQuery () does not display the newly created line.

    Hi guys

    I use jdev 12.1.2.

    I have a question about stale view object and entity data object.  My use case is: I have an af:table bound to data that I use to insert a new row in the database.  I create the line with a call from createWithParams, and everything works fine with it.  I call commit on the application module that contains the view object, and the data is correctly inserted in the database table.  Then, as part of my needs, I call vo.executeQuery () on the view object, however the newly inserted row is not present in the af: table or view object.  The line does not appear until I leave my application and return to it.  Once I do this, the line is in the object view and appears correctly in the table.

    It is not enough that I need the view object to be aware of the new line (s) without having to restart the application.  Y at - it a setting I am missing in my display object?  I guess my entity object contains stale data, but I don't know how to refresh its data.  Thanks for reading.

    Lance

    Hello

    you use a viewCriteria, so the value of this method of execution both (database and memory) in the Panel of viewCriteria

    try it once

    Thank you

  • Displays the automatically created images

    In the last few animations test I created, an image of the poster is created without me wanting! I accidentally checked something that creates an image of the poster for me? Coz I want to turn off! It's a real pain, because once the poster is created it is impossible to get a. OAM starting with a 'white/transparent' initially with actually creating a white transparent .png file.

    Or is it a bug, any thoughts?

    See you soon

    Alistair

    Hey, Alistair.

    Internal deadlines, sorry.  On the top of my head, OAM files require an image of the poster to be displayed to the user if not AutoPlay in the doc, so if you do not, we will create one for you.  However, if you want to discuss this possibility, you can easily decompress the file OAM (it's a ZIP file with a manifest file) and the swap on the image of the poster for your own.  YMMV (your mileage may vary) If you go this route, though.  Caveat emptor.

    Hope that helps.

    -Elaine

  • Why does firefox not display sign to create the icon for email from Yahoo?

    I use Yahoo Email and I want to create a sign at the joint, but it does not appear in Firefox. Is there a way I can get it to show?

    upgrade your browser Firefox 8 and try

  • display the chart created in a Subvi

    In a VI, I'm generating a graph of the data collected.  This graph and data are in a while loop.  My main VI calls this subroutine vi and I want to show you my user results from the graph at each update.  At first, I just connected a terminal to the graph in the sub vi, then created a graphical indicator on the main vi.  But nothing appears.  In the Sub vi, I move the chart outside all loop and leave the terminal connection.  However, it did not work either.  Am I willing to do impossible?

    Thank you for your time and attention,
    Ron


  • display the chart created in primary vi into a Subvi

    Hello world

    I can't see the graphics created in primary vi into a Subvi.

    Help!

    Thank you

    Look at this example...

  • Error code 0 x 81000101 is displayed. -Cannot create a system restore point.

    The computer is a laptop upscale just out of warranty (of course), running 32 bit Vista Ultimate SP2.  I can't manually create a restore point and the last created automatically was over 6 months ago.  The specific error is: "the creation of a shadow copy has expired.  Try this operation again. »

    I've read the previous post and answer a question similar (7-8 January 2010) and tried his recommendations 1 and 3, without success.  I wasn't number 2 because he was is not clear to me.  My computer experience has included the replacement of memory, disks, video cards, etc. and a large number of configuration of the software, but I'm not comfortable to change sensitive PC parameters, unless the procedure is clear.

    After two years of trying everything, I finally fixed my system restore using this WalterBerndlpost: check if you have a program called "XFast USB" usually installed with the provider of the card mother ASRock MoBo.

    When you try to create a restore point, it hangs on "creating a restore point," followed by the error message: "the restore point could not be created for the following reasons: the creation of a shadow copy has expired.". Try this operation again. (0 x 81000101) Please try again. »

    I googled and came across many others who had solved the problem of 0 x 81000101 by uninstalling XFAST USB. I was living the problem with ASRock Xfast USB version 3.0.28.

    I then uninstalled Xfast USB ASRock (xfastusb) and rebooted. This solves the problem of 0 x 81000101.

    NOTE: I tried first to upgrade to ASRock Xfast USB version 3.0.38, but once again received the error message. Remove on the Start Menu does nothing, given that a pilot that settles in your system. Uninstalling removes this driver

    Another example of these programs 'boost' is 'USB 3.0 push"ASUS, but if you don't have that kind of advice, but have any kind of"USB turbo-propellers"installed, you should always delete. They don't get along well with the Volume Shadow Copy service.

  • Unable to display processes newly created in wsdl CPO

    Hi team,

    I have recently installed CPO3.0.0 in my machine and created an example of process.

    When I click on the url of the WSDL in IE, the details of my newly created sample process does not appear. I tried with "Refresh Web service" and restarting the POC service but still no luck.

    Could you please provide information to perform this? If we are able to process the details helps me a lot to integrate with Cisco portal.

    Kind regards

    Vignesh.

    Make sure that your process has a trigger to allow him to be "started by Web Service".

  • Windows displays a Message 'Create a new, full backup'

    Original title: backup

    Hello! If I backup my files today and a week later I have backup once again, will not be the same files windows backup he saved last week? and my windows shows the 1 message: 'Create a new, full backup' why? * E-mail address is removed from the privacy *

    Hello

    Windows backs up only the files that are changed after a recent backup of windows process. This kind of backup is called incremental backup where only the changed files are saved.

    The full backup is a combination of incremental backup as well as the changes made to the computer after the incremental backup.

    For reference:

    Backup and restore

    http://Windows.Microsoft.com/en-us/Windows7/products/features/backup-and-restore

    Back up and restore: frequently asked questions

    http://Windows.Microsoft.com/en-us/Windows7/back-up-and-restore-frequently-asked-questions

  • No VMs are displayed in the create a Protection Group Wizard

    Hello

    I want to test a recovery plan and I (hopefully) set up correctly.

    The two sites are connected and I set up the Mappngs, the records, the Placehoders and networks etc.

    I had a failure with a Protection Group who had no VMs in it.

    And that is the problem.

    When I go to create a Protection Group (with RSV) I don't see any virtual machines listed.

    My VMs are sitting on a Lun on the production side and this Lun is mapped to a logical unit on the recovering Site number.

    The LUNS are Openfilers

    Can someone tell me why I can't see the virtual machines or elsewhere the Lun?

    Is it because the logical unit number is Openfiler?

    This is my first time out of MRS so don't have a lot of experience with that.

    See attached PS

    Thank you very much

    Patsfan

    Have a look here for the installation of the replication of vSphere step by step and configuration with SRM: installation 5.1.1 SRM & amp; vSphere replication & #8211; Part 2 | VMFocus

  • Network paths are not displayed when you create a new reservation, but due to storage

    I want to create a new reserve of vsphere with a new endpoint vCenter that I just added (our 2nd point endpoint vCenter).  Storage of the paths appear fine in the "resources" tab, but on the tab network shows the network paths.  I have validated that there are 3 groups of ports distributed that appear in vSphere client to web, so I know they exist.

    Has anyone seen this behavior?

    Hey Sean!

    Happy new year!!  My question ended having to do with storage cluster and DTS not activated.  Of the 103 times I've torn down and rebuilt, I recommend again. When things are going well, the installation will really well in all areas.  Safe yourself a bit of time and hassle and start again

    Steve

Maybe you are looking for