Question about AXF Task List Web Tool

On the Task List Web Tool, i want to display the comments oan each task on this page as another column. I'm running the 10g version on the AXF application. I looked at the configuration guide for the 10g and i dont see any details on how to do this. However the Comments are display on the bottom of the TasViewer Web Tool page.
This is slowing down the processing of invoice for customers. So i reviewed the 11g it looks like a possiblilty to do this just by configurations in the AXF metdata table but in the 10g version that i;m running i dont have this table. Can you me in a display on how to configure the comments to show on the Task List Web Tool

Hi Dexter,
IPM Task List is accessible for different tasks. InvoiceProcessing, SupplierMaintenance etc. In order to access this task list, you have use the following links
http://host:16000/imaging/faces/CommandExecutor.jspx?sol=InvoiceProcessing&cmd=StartInvoiceProcessing
Thanks,
Lakshmi

Similar Messages

  • Task List Web Tool in IPM11g

    Hi all,
    Can any one tell me how to view task list in ipm11g,
    I mean what is the url for viewing task list...just as we have url for BPM worklist..like <source>:8001/integration/worklistapp.
    Thanks in advance.

    Hi Dexter,
    IPM Task List is accessible for different tasks. InvoiceProcessing, SupplierMaintenance etc. In order to access this task list, you have use the following links
    http://host:16000/imaging/faces/CommandExecutor.jspx?sol=InvoiceProcessing&cmd=StartInvoiceProcessing
    Thanks,
    Lakshmi

  • Question about Scheduled Task

    Question about Scheduled Task
    RequestCenter 2008.3
    Oracle 10g
    Websphere 6.1.27
    IE 7
    Hi:
    I have tried to get a scheduled task to work without any luck.  I am referencing a date/time field on the form and the task goes to "Scheduled", but never moves to "Ongoing".
    I've opened a case with support, but was wondering if anyone has gotten this to work.
    Thank you
    Daniel
    Safeway Inc.

    We just went through this too. If the plan is fairly complex, and has allot of conditional tasks you will have difficulty.
    The explanation I got from Shweta is that the calculation that determines the OLAs before my scheduled task was to start looks at ALL the potential tasks and combines them, essentially saying the duration is much longer than what you think it should be, ie the sum of all potential task OLAs, not just the tasks that became active.
    Bottom line if your scheduled date is with

  • WLI 7.0 Question about Set Task due date action

    Hi,
    I am trying to manage time out issue efficiently and, as described in the
    WLI documentation, the
    timeout has to be design with a dedicated path with, as the first task, a
    set task due date action.
    I was wondering about the timeout of this task due date...
    How can I stop this action before the end of the 'due date' without deleting
    the instance associated to my workflow ?
    Do you have any advice ?
    Thanks
    Alexandre

    HI,
    Customizing the Task List
    You can customize the column headers or search for required tasks by clicking on Customize Table Header. The option allows you to specify the columns to be showed in the list table, to provide the sorting order, and to set the page size. The sorting order could be complex with option to provide multiple columns for sorting and the order (ascending/descending) for each of them.
    To create a custom query and search for tasks:
    1.In the Task List page, click Customize Table Header.
    In the Construct a Custom Query form, specify the search criteria by specifying any of the following values.
    2.Enter the task name. You can use the * character at the start or the end of the name.
    3.Enter the task ID. Separate multiple values using comma.
    4.Select the check box against the Administration and Working state of the task.
    5.Enter any comment. You can use regular expression.
    6.Enter the priority range.
    7.Enter the Assignee, Owner, or Claimant names.
    8.Specify the completion due date range.
    9.If required, select the Include tasks with no completion due date check box.
    10.Click Apply.
    All tasks that match the specified criteria are displayed in the Task List page.
    To customize the table header:
    1.In the Task List page, click Customize Table Header. The Construct a Custom Query form appears.
    2.In the View form, select the columns that you want to view in the Task List page.
    3.Select the Preserve Search Criteria check box to retain these details for the current session.
    4.Select the maximum number of search results that should be displayed on the page.
    5.Select the number of rows that should be displayed in the page.
    6.Click Apply.
    The view in the Task List page is updated based on the current settings.
    Using this option you can set the completion due date
    Hope this information will help you solve the issue.
    Regards,
    Kal.

  • Solman Change Request Management Issue - about create task list

    Dears,
        We are now using Solman ChangeRM. I have created a maintainance project and maintained its logical component and IMG project. when I want to create a task list for this project, a message"The project is not released. Hence cycle can not be created" poped. The message no. is /TMWFLOW/CONFIG_UI017. Where can I release the project?
    Thanks
    Roger

    Hi,
    Pls click the check button(next to activate button)
    see the SLG1 log generated remove the errors shown in red.
    One it is done u press the refresh button & thn u cn create the task list
    chk
    https://websmp202.sap-ag.de/~sapdownload/011000358700000657692007E/ECTS_CHARM_SP12.PDF
    /people/dolores.correa/blog/2008/07/26/first-steps-to-work-with-change-request-management-scenario
    http://help.sap.com/saphelp_sm32/helpdata/en/0c/5b2160f6fa4b83a3674a210b1cdeb0/content.htm
    Regards
    Prakhar

  • Question about show task's info

    hi
    i try to implement netweaver ce ehp1's bpm amd had some question.
    how to access tables of bpm's data base? because i want to show the history or info about the process, such like who sign, how long the task spand or how many job should do.
    if i should create another db, such like caf systom, to record the message, how to sync data when i have to close end the process from database(back)?
    thank you.

    Hi Vic,
    I am sorry to say but its not possible to extract data out of BPM internal tables to generate a custom report (KPI) in the current version. This functionality is limited to the Process list viewer and the data is stored internally and there are no APIs available to access the same. You will be able to see some new features related to this in the upcoming Netweaver 7.2.
    If you want to achieve the said functionality, then you have to go for creating a custom EJB functon to record details at each step and then use this for creating the report.
    Regards,
    Arafat

  • A few questions about signing JARs for Web start

    I'm still a bit new to all this, so just want to clear a few things up.
    I'm currently trying to publish an application using Web start, so i know I have to sign all the JARs, as it needs to do some writing to the hard drive.
    1. I have my main JAR file, and then two "third party" JAR files in the /lib subfolder, I take it I need to sign those two as well, does it matter that I don't have the .class file for those two, as I didn't write them?
    2. I'm running the JARSIGNER program with exactly the same command line apart from the filename of the .jar file, is that correct? or do I need a different certificate for each .jar file?
    Just can't seem to get all three signed, Web start says one different one isn't signed each time I try it out.
    3. When signing, does it add something to the end of the JAR file itself? as I can't see any extra files created.

    Signing adds entries in the mainifest, not in the main file list in the jar file.
    You can sign third party jar files, but it is not advisable. An alternative is to put third party jars in a seperate extension jnlp file, if they need all-permissions, you can get the third party jars already signed by whoever supplied them. If not, you do not need to request all-permissions in the extension jnlp file, and that part of the code will be run in the secure sandbox.
    /Andy

  • Question about meta-data of Web Dynpro ABAP / Web Dynpro Java

    Hello together,
    everywhere I can read, that Web Dynpro meta-data is platform independent.
    I´ve read into a book, that the meta-data of Web Dynpro Java is saved as XML and
    that Web-Dynpro Java Runtime generates runnable classes and sourcecode out of this...
    - What about Web-Dynpro ABAP? Is Meta-code in ABAP is saved in XML too?
    - just for theory: is ist possible to take the meta-data of a Web-Dynpro ABAP component and
      generate a Web-Dynpro Java Component out of this?
    I tried to find it out but i failed... In table WDR_RR_LOAD (is this the right one?) I found only the
    field data. But this is a RAWSTRING and I don´t know how to make I "readable".
    I must know this for my thesis for my studies, not for work.
    Thank you very much !!!!
    Greetings,
    Oliver

    Me again,
    I am not sure if I understood it right...
    The meta-data which describes the visual part of a view is saved as XML and
    would be rendered i.e. in the webbrowser... Right?
    What about the meta-data of the Web Dynpro application?
    Is this meta-code into an other structure or XML too?
    Thank you very much.
    Many Greetings,
    Oliver

  • A question about Arch package search web interface

    If a dependency or a 'Required By' package is in [testing] or [community-testing] it's marked as such e.g. 'foo (testing)'.
    pygtk 2.24.0-3 is in [extra] and should depend on packages in [extra]. One if its dependencies, pygobject2-devel, is both in [extra] and in [testing] http://www.archlinux.org/packages/?sort … =&limit=50
    pygtk should depend on the one in extra and pacman pulls it all right, but according to the web interface http://www.archlinux.org/packages/extra/i686/pygtk/ it depends on the one in testing. When you click (or mouse over) on 'pygobject (python2-gobject2)' you go to http://www.archlinux.org/packages/testi … -gobject2/ even though it's not marked as a [testing] package.
    Why is it so? Is it a bug?

    It may be a glitch related to package foo providing bar, like systemd providing libsystemd.
    Another example of a package in [extra] depending on a package in [testing] instead of the one in non-testing repo: http://www.archlinux.org/packages/extra … tsservice/
    accountsservice 0.6.25-1 depends on systemd 194-4 instead of systemd 194-3.
    Bug reported: https://bugs.archlinux.org/task/32018

  • Question about data extraction from web forms

    I am developing a simple web form in DreamWeaver MX for
    increased accesibility for users who utilize screen reader
    software, as navigating PDF forms is still currently very difficult
    for most of the screen readers to navigate. I was wondering if
    there is a way to take an .asp webform that a user fills out and
    when they hit a print button it would extract the data from the
    form and open an Adobe PDF form and populate the data they entered
    into specific fields within the PDF form which would allow them to
    print an official copy of the form they used the web version to
    complete. Any insight into this possibility is greatly appreciated!
    Thanks,
    AU PSD

    Regex? Lots of indexOf? Parsing...

  • Question about Finder file listing order when sorting by "Name"

    I quite often add a suffix to some of my file names when I save them so that I can keep a complete history of changes. For example, I usually add "_000" at the end, and progress to "_001" through "_009". However after "_009" I don't increase the next digit to "_010" but instead, after "_009" comes "_00A" then "_00B" on to "_00Z" and then to "_010". I have been doing this for a while now (several years) and it has worked well for me.
    I have noticed in the finder window, when in "List" view a file ending in "_00A" is listed lexicographically before a file ending in "009" instead of the other way around.
    I think that this is due to my UNIX Locale being set to LANG="en_US.UTF-8"
    1. Is this a correct assumption?
    I would like it to be listed in POSIX order.
    2. Is there a way I can make just specific folders list file names in POSIX order?
    I was thinking of changing my Language to POSIX using the terminal command:
    $ export LANG=POSIX
    but this may have undesirable effects with the rest of Mac OS X.
    3. Is there a finder preference (plist item) I can change so this just changes the listing order to POSIX? (I have no problem if all Finder windows use this sort order for file names.)
    Thank you in advance.
    Jeff Cameron

    I don't know of a GUI way to change it or if you unix trick will work/do anything, but the Mac OS has always sorted that way, if I'm understanding you correctly. It looks at the entirety of the naming and puts 2 immediately after 1 instead of putting 10 there like Windows does (and Alpha comes before numeric).
    I don't think the unix underpinnings changed sort order, but I may be remembering wrong. It's been a long time since OS 9. That's why I don't think the LANG switch will work.

  • Newbie question about the viability of web services.

    Hello All,
    I have never dealt with web services, and have only cursory knowledge of the technology, so forgive my ignorance in advance.
    I have a situation that I wonder if Web Services might help me solve.
    I have built a Java/JSP application that resides on a server that is inside our firewall. It has been successful, and management wants to make the data and functionality available to our customers outside the firewall.
    The problem is that our organization tightly controls the "public" applications. And the UI for my system does not meet their standards. Nor will they punch a hole in the firewall to allow access to my server.
    The solution we have been working on is to create a new UI using their approved methods, and copy the needed java classes to the "public" server.
    As you can see, if I do this, I will have to maintain two instances of the same class on two different servers.
    Can I avoid this by using web services to make those classes available to other applications from my internal server?
    Thanks in advance for your help.
    James.

    The solution we have been working on is to create a
    new UI using their approved methods, and copy the
    needed java classes to the "public" server.
    As you can see, if I do this, I will have to maintain
    two instances of the same class on two different
    servers. Okay, first, yes - webservices can help you if you MUST maintain two seperate UI's for some reason using the same backend data code or if you want to provide a datafeed only to your external users. It will take care of having to maintain seperate but identical class files, but it will create other overhead such as interfacing the existing files and the like, but if you must enable the UI then you will have two versions of this to maintain. If you are looking to just enable the data feeds and not the UI then it would seem a very logical fit.
    If you must maintain the UI, then why can't you convert your app over to the approved UI and host it on the "public" server for all users (internal and external)? Then you only have one set of data to maintain - period and webservices aren't necessary. If you proceed with either your current implementation or even with a webservices based implementation, you will have at least two seperate UI's to maintain as well as whatever the resulting support code - be it webservice interfaces to existing code or replicates of existing code - to also maintain.

  • Short question about networking, Threads and  web services..

    Lets say I got 2 classes, Midlet A and Thread B.
    I created Thread B because web services (jsr-172) uses networking and It has to be done in a separate thread other then the Midlet A.
    So, in Thread B, I have the run(), where I do all my stuff, and some getSomething() methods.
    I need to have run() complete before calling getSomething(), so I used something like this in Midlet A:
    while(true){
        if(b.isAlive())
            getSomething();
    }Problem is, Thread B only runs to completion when I don't call b.isAlive(). (I know from System.out.println I placed in it) When I do use any methods like wait() or join() or isAlive(), Thread B stops at the web service call.
    I really don't understand what's the problem. I've tried various ways to only call getSomething() when the thread finishes running, but all of them made my WTK emulator hang at the part where it asks for permission to access the network.
    If I don't use getSomething(), which is the purpose of starting the thread in the first place, it runs fine in the emulator and doesn't hang anywhere. Oh the irony.

    Bump!
    Anyone got even half a clue what's wrong? =O
    Hmm. I think that having the midlet wait for the thread causes the midlet to hang because the thread will then wait for the midlet for permission to access the network, but the midlet is waiting for the thread to finish it's code. Damn.
    Message was edited by:
    lonereaction

  • Question about multiple selection list

    I can choose more than one item in my list by using the control key and then clicking on the items. The data is successfully stored in the SQL database separated by commas.  If I then want to display the data to the user in the same list format, it doesn't highlight the selected items. I can of course show the selections in a text box, but that defeats the purpose of the list display since I would like users to be able to make changes to the list - and then do an update for example.  Any suggestions? Is this supposed to work?

    If it were PHP, I could help, but my knowledge of ASP is minimal.
    Dreamweaver server behaviors can't do this for you. Basically, what you need to do is this:
    The result from your database will be a comma-separated string containing the selected values.
    You need to split that string into an array of individual values.
    For each <option> tag, you check the values in the array against the current value. If there's a match, you insert selected="selected" into the <option> tag.

  • Question about the distribution of web service or servlet

    Hello,
    I don not know how to distribute a web servcie or servlet on the web server. I can only use this web service with the open state of the glassfish. If I close the glassfish server, the servlet cannot be accessed.
    I just want the web service or the servlet to be disributed on the web server. Web service and the servlet are available when the web server is on.
    anybody can help me?
    thank you in advance.
    MyJ2EE

    If u choose one of the smart phone once you upgrade your equipment you will have to select a data package of Unlimited Email & web for $29.99/mo.. It will not go towards your minutes the purpose of the plan is to give you unlimited use of the internet and email on your device.If you choose to change your calling plan minutes make sure you review the plan that you're already on and the mins being used to make sure if you decide to go higher or lower in minutes that you choose the plan fits your minutes used.. 

Maybe you are looking for

  • Sent messages not going to sent folder

    I know this has been asked a bunch of times. This IPAD was purchased in May 2010. When I go to the sent box on the IPAD it shows the same emails as are in the inbox, but no sent messages I sent via the IPAD. I've read through all the emails discussio

  • COM error while submitting certificate request

    Hello there I have created a group and assigned Read, Issue and Manage Certtificate, Manage CA & Request Certificate permission on the CA.When any member of this group try to sign a certificate request, the following error accours. Your request faile

  • Displaying Images in ADF/JSF: Error Using Steve Muench's Example #69

    Hi, I've been able to load images into the database using Steve Muench's Example 69. However, I'm having issues displaying the images. Jdeveloper: 10.1.3.3.0 Database: 10gR2 with ORDSYS active. I'm getting the following error: 07/08/20 12:09:20.993 J

  • SID Name in oracle 10g

    Dear Experts, how I can find SID name in Oracle 10g databse, which i forget. thanks in advance

  • Conversion of MOD files to MPEG.  Still need to set SD import?

    Do you still have to preset your project for an SD camcorder after you convert the MOD files from a JVC Everio camera or do you use the Standard DV setting?