Creating new task based om completion of previous task in R17

Hi All,
Currently in R16, the workflow of creating new task based on "When Modified Record Saved" for Activity entity is not possible.
Meaning, for ACTIVITY it is not possible to generate new task based on completion of previous one, for example.
Will it be different in R17? will it be different in the future? Or we will always need to use web service to have this functionality?
Thanks
Guy

I've looked at both threads, and there simply isn't enough information for me to tell you what is wrong.  Please collect a trace (instructions in General forum) and open a case with CSS.  CSS can provide more in depth analysis than what a forum
post allows. 
As a shot in the dark, I have seen the issue outlined in the following KB article cause this exact same error message and symptom,
http://support.microsoft.com/kb/967902
Best Regards, Mike Briggs [MSFT] -- posting provided "AS IS" with no warranties and confers no rights

Similar Messages

  • Create new JTable based on selection of previous table

    Hello All,
    I want to create a sort of selection table. I have a fairly large JTable that is row selectable. I want the user to be able to select some rows, and then create a smaller table just displaying the selected rows.
    The current problem I am having (I say current b/c I'm sure more will follow) results from users rearranging the columns.
    Example) When columns are arranged as: A B C. Then the user rearranges to B A C. The getColumns() method returns the columns in the right order (B A C), but the getData() method returns the data in the old arrangement. So the data now does not match up to the column names.
    Here are the two methods I mention above (note: This class extends from JTable, so the "super" calls call back to JTable):
    * Retrieves data from table.
    public Vector getData() {
      Vector data = ((DefaultTableModel)super.getModel()).getDataVector();
      return data;
    * Retrieves the column names
    public Vector getColumns() {
      Vector fieldNames = new Vector();
      Enumeration e = super.getTableHeader().getColumnModel().getColumns();
      while(e.hasMoreElements()) {
        String name = (String)((TableColumn)e.nextElement()).getHeaderValue();
        fieldNames.add(name);
      return fieldNames;
    }I hope I made my problem clear. Thanks for any/all suggestions!

    Ah! A vector of vectors is returned from the getData call.
    I assumed is was a vector as follows:
    A -> __data for A__
    B -> __data for B__
    C -> __data for C__
    But no, its:
    Row1 -> __A B C__
    Row2 -> __A B C__
    Row3 -> __A B C__
    etc...
    So after trying to code, I realized what I was doing. I was rearranging rows! Not columns! Why would JTable set up its rows in this fashion? Wouldn't it be more efficient to have the primary vector be the order of the columns? It seems that would make things much easier. Well, that's my little rant after finally realizing that my code wasn't broken, it was doing exactly what I told it to do!

  • Mail does not create new emails based on the highlighted mailbox, but rather the receiving mailbox of whatever individual email happens to be highlighted. This was not the case prior to Lion. Is this a bug or an error on my part?

    Mail does not create new emails based on the highlighted mailbox, but rather according the receiving mailbox of whatever individual email happens to be highlighted. This was not the case prior to Lion. Is this a bug or an error on my part? (I do have the setting for creating new emails from the highlighted mailbox checked.)

    The questions about time was not only because of thinking about the Time Machine, but also possible impact on recognizing which messages remaining on a POP server (doesn't apply to IMAP) have been already downloaded. In the Mail folder, at its root level, in Mail 3.x there is a file named MessageUidsAlreadyDownloaded3 that should prevent duplicate downloading -- some servers may not communicate the best with respect to that, and the universal index must certainly be involved in updating that index file. If it corrupts, it can inhibit proper downloading. However, setting the account up in a New User Account and having the same problem does not point that way, unless your POP3 server is very different from most.
    That universal index is also typically involved when messages are meant to be moved from the Inbox to another mailbox -- in Mail 3.x the message does not move, but rather is copied, and then erased from the origin mailbox. That requires updating the Envelope Index to keep track of where the message is, and should keep track of where it is supposed to have been removed after the "Move".
    Ernie

  • Read contents of excel and create new List based on excel

    HI,
    I have a excel file, which is uploaded in a document library. I am using C# and VS 2010.
    The excel file contains multiple sheets. I want to read the contents of the excel file and create a new List based on the contents of the excel file.
    How to achieve this programmatically?
    Thanks

    Hi.
    You can user OpenXML SDK to read excel Data.
    http://msdn.microsoft.com/en-us/library/office/bb448854.aspx
    Here an example of use.
    http://zsvipullo.blogspot.it/2011/08/excel-helper-leggere-un-file-xlsx.html
    Regards,
    Bubu
    http://zsvipullo.blogspot.it
    Please mark my answer if it helped you, I would greatly appreciate it.

  • Create new table based on old table

    Hello All,
    I have a JTable. The user can re-arrange columns in this table. Then the user can select a couple rows and create a new selection set table based on these rows. The problem is as follows: When the user re-arranges the columns, I cannot seem to retrieve the new order.
    Ex)
    A table is created with fields: A B C
    User rearranges to: B A C
    I call code and fields are returned as: A B C
    for(int i=0; i<((DefaultTableModel)super.getModel()).getColumnCount(); i++) {
      String name = ((DefaultTableModel)super.getModel()).getColumnName(i);
      System.out.println("Name: " + name);
    }Thanks for any/all help!

    Nevermind, got it to work by the below code. Still don't understand why the above code didn't work though.
    Enumeration e = super.getTableHeader().getColumnModel().getColumns();
    while(e.hasMoreElements()) {
      String name = (String)((TableColumn)e.nextElement()).getHeaderValue();
      System.out.println("Name: " + name);
    }

  • Creating new hierarchy based on existing r/3 hierarchy & loading

    Hi,
    We have an existing hierarchy in BW which we bring in from SAP R/3.
    I want to use the majority of this hierarchy but I need it in a different sequence. If I copy this existing hierarchy and then re-structure it to how I need it, I assume that whenever any changes are made to the existing hierarchy, that these changes won't filter through to the hierarchy I need to create.
    If my assumption is correct, does anyone have any suggestions as to what, if anything, I can do in order to make any changes in the existing hierarchy come through to the new one without any manual intervention.

    Hi Mark,
    The 4th option is to write a code in CMOD and restructure the internal table there itself. In this case you do not need worry about the change in the hierarchy. Please let me know if this helps.
    Rgds,
    Bikas

  • How  to create new bsp application ? complete guide

    hi all,
    i am new to bsp pls, anyone can explain or send material regarging bsp application . with one example.
    its urgent
    with regards
    lokeshan.m

    Check these links:
    overview:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/4fbe7b8e-0a01-0010-b69b-b7e717378f22
    Full Demos:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/d46b9b90-0201-0010-ef92-9964c1bc98e1

  • Create a universe based on multiple existing universes

    I have a BI 4 SP02 installed in Windows OS. I am using Information design tool to create data foundation to connect to multiple data sources. Instead of using multiple database connection, can I create a data foundation to connect to multiple universes. My intention is not to create new universe based on multiple databases. Instead, I want to combine two existing universes as one and create report from that. Is it possible to do? if so, may I know how to do that?
    Thank you

    Hi
    If you want to combine two universes and make a report of it, it is possible by universe linking concept.
    If you have two universes for example, then these two universes have to be linked by using any of these two methods.
    1. Add link
    2. Include link
    Add Link : Complete reusing of an existing universe in the current universe.
    Steps
    1. File > parameters > link tab> Add link> browse for the universe> open > ok.
    Then make the join between the common object.
    Save and export.
    Include link: Partially reusing of the existing in the current universe with few modifications.
    Steps
    1.File > parameters > link tab> Include link> browse for the universe> open > ok.
    Hope it helps.

  • How to create a campaign based on a template using the REST API

    Hi CodeIt-ers,
    I'm using the REST API to create campaigns in Eloqua 10, all works well except for 1 thing: I can't seem to create a campaign based on an existing Campaign template.
    Based on the documentation on REST API - Accessing Campaigns I've tried using "sourceTemplateId" (code snippet below) but that did not do the trick.
    Does that functionality simply not work or am I missing something?
    Thanks!
    Ferry
    $campaign_data = new Campaign(); 
    $campaign_data->sourceTemplateId='442';
    $campaign_data->folderId='1137';
    $campaign_data->currentStatus='draft';

    Hi Richard,
    Unfortunately no. I reached out to support, they informed me "sourceTemplateId" could not be used to create new campaigns based on a template, instead they advised to use the "Elements " property as shown in this example: Eloqua REST API - Create a Campaign with a Segment and Email
    Thanks
    Ferry

  • [Swing ADF] add a new row based on existing one

    Hi all,
    I start with ADF and here is my problem:
    In a swing ADF application, I'd like to allow user to create new records based on a record already present in the DB. The user selects a record in the data table and then push a button that fill in some JTextField. He can then change whatever he wants. These JTextField are in fact arguments of a method of my Application Module. Then, when a button "add", that is created by drag and drop the method, is pushed, the method of the AM is called.
    The problem is: argument are null. This occure when I fill in the gap (JTextField) programmatically (by getting the currentRow of the iterator of the table). But if the user fill in the gap himself, then arguments are not null.
    Is there someone to help me?
    Thanks a lot!
    Regards

    Hi,
    I created the method, dragged the arguments as textFields and added the method call as a button.
    I then dragged and dropped teh Departments ViewObject as a table and created a button with the following action code
    private void jButton2_actionPerformed(ActionEvent e) {
    DCIteratorBinding dciter = (DCIteratorBinding) panelBinding.get("DepartmentsView1Iterator");
    Number deptId = (Number) dciter.getCurrentRow().getAttribute("DepartmentId");
    String dname = (String) dciter.getCurrentRow().getAttribute("DepartmentName");
    Number locId = (Number) dciter.getCurrentRow().getAttribute("LocationId");
    ((JUTextFieldBinding) panelBinding.get("deptId")).setInputValue(deptId);
    ((JUTextFieldBinding) panelBinding.get("dname")).setInputValue(dname);
    ((JUTextFieldBinding) panelBinding.get("locationId")).setInputValue(locId);
    panelBinding.refresh();
    Pressing the button copies the values to the input arguments and pressing the method button sends the values to the method
    Frank

  • Alarm not working. cannot set/create new

    I have an iphone 5c running 8.0.2
    I was having issues with sending text messages so I looked up similar problems and ended up having to reset network settings. this resolved the issue with the text messages but now I cannot set/create new alarms and all of my previous alarms were deleted. seems odd that the two are somehow connected but that is all I can think of that I have done since this morning (where it worked just fine).
    this is very frustrating, any help is appreciated. 

    I am having the same problem with my Iphone 4s running 8.0.2
    I noticed yesterday that all of my set alarms were deleted. When I go to add a new alarm, nothing appears after I press 'save'. The small alarm icon appears in the top right for a moment, but disappears after a split second.
    There is no error message.
    I've used the same alarms for years without any problems.

  • Creating new Template Buttons

    Is there a way to create new Template Based Buttons? For instance, I'd like to create a MAGENTA template based button and have it appear in my list of template based buttons along with 'Hot Button (Black)', 'Small Hot Button (Red)', and the others. I know how to create an HTML button, but for consistency and appearance I'd rather create and use the nicer looking Template Based Buttons, with their rounded corners and slight 3-D effect. Can someone point me in the right direction to get started?

    >
    Mark
    In Re: Setting width of field label you've been advised on how to make effective use of this forum by providing full information about your APEX configuration when asking a question. This isn't just about me being a grouch: we can't even point you at the relevant documentation unless you tell us your APEX version. Include all of this information for every question: I get lower bl&#1086;&#1086;d pressure; you get a faster answer.
    Is there a way to create new Template Based Buttons? For instance, I'd like to create a MAGENTA template based button and have it appear in my list of template based buttons along with 'Hot Button (Black)', 'Small Hot Button (Red)', and the others. I know how to create an HTML button, but for consistency and appearance I'd rather create and use the nicer looking Template Based Buttons, with their rounded corners and slight 3-D effect. Can someone point me in the right direction to get started?Start with the "Managing Themes and Templates" chapter in the documentation. (APEX 4.1 docs&mdash;your version may differ)
    If you're not familiar with HTML and CSS, then you'll need to get to grips with the basics of those as well.
    The basic process is:
    <li>Use a web inspector (included in real browsers like Safari, Chrome, Firefox+Firebug) to see how the existing buttons in the theme are constructed using CSS and images.
    <li>Create images with the colours/textures required for the appearance of the new buttons.
    <li>Create a new button template as a copy of the existing one that's closest to your requirements. It will at least require a new HTML <tt>class</tt> name, plus any other HTML modifications you need to make.
    <li>Create a new CSS style sheet to apply the style(s) for the new class of button.
    <li>Modify page templates to include/reference the new style sheet.
    <li>Deploy the style sheet and images to the location required in your configuration.

  • CProject, task based costing, strat. 10, plan price for the role in ctr acc

    Hello all.
    According to the costing logic described in R/3 library the following strategies are available for costs when using task based controlling. 
    Costs for task
    4.      Different costs which you entered for the task
    5.      Costs per activity unit for the task in Customizing
    Costs for roles
    8.      Different costs which you entered for the project role
    9.      Costs per activity unit for the role in Customizing
    10.      Plan price for the role in cost center accounting
    Do anyone have experience with using strategy 10?  If so, please elaborate. 
    Thanks for your help / Anders

    Hi Sejo,
    Thanks for your reply, Standalone cProjects works, but obviuosly it has to be integrated with ECC and configuration related to accounting in ERP has to be done.
    Scenario is that I have created a Project and before transferring it to ECC(creation of internal order) I should be able to calculate the cost from cProjects, as these are just rough cost based on cost/revenue rate.Later when I calculate cost using internal order from ECC it should overwite.
    Additionally as per the link I have already done the required configuration.
    1.     Activate Integration
    2.     Define Object Links for Accounting Integration
            Default entry: 0FIN_INT_SOC_R3
             defined RFC destination . Is webserver to be defined - required ?
    3.     Make General Settings
    4.     Define Cost/Revenue Rates
            Cost revenue rates are defined here.
            I havent maintained Organisation unit as it takes default 'zero'.
    5.     Replicate Cost/Revenue Rates
            To replicate cost revenue rates from Cprojects to ERP.
    6.     Replicate Accounting-Relevant Characteristics
    7.     Make Settings in ERP System
            Make settings in ERP system related to controlling
            Create and Change Controlling Scenario
            Define Controlling Scenario
            Settings for Easy Cost Planning
    Assign Cost Elements and Activity Types > Activity type must be open for period and must have proper cost element. (can be maintained in tcode: KP26).
    Then also for Task based costing is not calculating and for role based it is showing Negative.
    Please guide me where it is going wrong.Is it related to Organisational Mapping?
    Regards,
    Nitin Ghadge

  • Creating new Scan Tasks in HP Utility

    Is there a way to create new Scan Tasks for Scan to Computer beyond the defaults of "Photo (JPEG)" and "Document (PDF)"? SYSTEM INFO:Mac OS 10.9.2HP Officejet 4630HP Utility Version 5.19.2

    Hi mxbz,  I am not certain you can add new scan tasks but you can modify the existing ones. Use the instructions below.
     Open HP Utility from the Dock.UnderScan Settings, clickScan to Computer.Click the Scan Tasks tab.Select any presets that apply to your scan job.Click the Edit...  button, change any desired settings, and then clickOK.To start the scan, click Test.The alternate options is to scan from the HP software, Go to Macintosh HD/Applications/Hewlett-Packard, and then double-click theHP Scanicon.Click Scan...  in the upper right corner of the window.Click the Down arrow (   ) to view and change any scan settings.To save any scan settings for a future scan job, click the pop-up menu next to Presets, clickSave as...  , name the new preset, and then click OK.Click Continueto start the scan.When the scan completes, click Done.
      Hope this helps.

  • Is there a way to create a collection based on the "previous import"?

    is there a way to create a collection based on the "previous import"? that would make it easy to mobile sync the last import to my ipad, and do further picking/rejecting while away from my laptop.

    well, yes, of course i could do it that way. i guess i wasn't specific enough. is there a way to create a smart collection, with the photos in the "previous import" as members of the smart collection.  earlier i mentioned about using this smart collection to mobile sync with my ipad, to do further flagging.
    so my intention, use a smart collection to mobile sync with my ipad, and the smart collection to include the photos from my previous import.
    i guess another way to ask the question, is there a way to create a smart collection, by using some rule or condition in the smart collection, to automatically include previous import photos.
    the documentation says that "previous import" is a collection, even though it shows up in the catalogue side bar section. but i see no way to choose that collection when making a smart collection.
    jd

Maybe you are looking for

  • Safari is blocked by fraudulent claim that my computer is infiltrated by suspicious activity

    Unable to use Safari as it is blocked by a (fraudulent) message that my computer has an error due to suspicious activity. How can I unblock Safari?

  • Smartforms output in MS-Word

    Hi Experts, I'm using the Smartforms to get some output. For this I used, the Function Module 'CONVERT_OTF_TO_PDF' which gives the ouput in PDF format. Like that, Is there any possibilites to get the output in MS-Word format only (not in Notepad or W

  • Is this file important?

    Hello, i found a file( called - " mach_kernel " ) that i haven't seen before in my Mac that somehow bugs me. I don't want it there because i know that it hasn't been there before. Idk where it came from. So i am just asking if I delete it, am i going

  • Error appcrash

    Hola, estoy creando la imagen iso del dvd que estoy haciendo y me sale el siguiente error: Firma con problemas: Nombre del evento de problema: APPCRASH Nombre de la aplicación: Adobe Encore.exe Versión de la aplicación: 6.0.2.4 Marca de tiempo de la

  • How can I encrypt a ViewPreset (InDesign server)

    I am creating a website in which customers can create their own documents. I have created templates in InDesign and the customer can adjust the texts in the website. What I would like to see, is the option to encrypt a PDF, so that the customer canno