Can we create custom activity in CPO 2.3?

                   Just like creating a library of customized processes, can we create a library of customized activities in CPO such that our workflow designers can drag and drop the customized activity to modify an existing process/workflow. After dragging and dropping the acitivity, one can change the values in that activity if needed to complete the workflow modification.
thanks.

No you cannot create activities. Those are developed and compiled into the code.
There is a concept of atomic processes however that is very advanced content authoring. Basically if you have it enabled (btw it's officially not supported), you can write processes and then enable it to be an atomic. Then when someone else looks at it , they will see it as an activity. This is really meant for internal cisco authors (in the BU) only.
Is there a good reason to hide the insides from the end users? I mean you can drag and drop other processes into a main process. You can change the icon of the process, etc as well. It would just show up under the "processes" workspace.
-shaun

Similar Messages

  • How can I create an active table of content in the sidebar to help readers to get to the section?

    How can I create an active table of content in the sidebar to help readers to get to the section?

    You can create bookmarks with Adobe Acrobat.

  • Can We Create Custom Dimension ontop of BI Infocube

    Hello Guys,
    I need help on below questions. i appreciate all your help in advance.
    Can we create Custom Dimension ontop of SAP BI Infocube ? Does it support all functions like SQL and ORACLE database supports ? Can any body have list what kind of function it supports ? Does it support If..else ..if condition ??
    Ex. If Account = 410000 and Profit center inlist 100,200,500,999 Then u201CSales Revenueu201D else ifu2026.etc., Can we write this kind of condition in Universe on top of SAP BI Infocube ?
    Regards,
    Komik Shah

    Hi,
    here are some examples of what you can create:
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c0a45246-ce76-2b10-e688-f5c8206203eb
    Ingo

  • How can you create an activity as subsequent act. of more than one activity

    Hi.
    I want to create an activity as subsequent activity of more than one activity.
    I am using FM CRMXIF_ORDER_SAVE, but if I write data structure CRMXIF_DOC_FLOW with more than one item the system shows the error CRM_COPY 010 More than one predecessor was entered for data transfer.
    However I have customized multiple relationship allowed, and if I do multiples links in transaction crmd_order it works all right.
    Only it doesn't work with FM CRMXIF_ORDER_SAVE. I need create activities with FM because they are interface R/3. What FM can I use to create multiple subsequent activities?
    Thanks and best Regards
    Sorry for my english.

    Hi,
    I have got some activities creates in the system. (e.g. Act. 1, Act. 2, Act. 3 and Act. 4). With the FM CRMXIF_ORDER_SAVE  filled the structure CRMXIF_DOC_FLOW you can create subsequence activity of one of them (e.g. Act. X.1). I need create the same activity (Act X.1)  from another activity, (e.g. Act. 2). I know to do this in transaction CRMD_ORDER by link tab. But I don't know how to do this using FM or BADI or another thing.
    Act. 1     Act. 2      Act. 3     Act. 4 
    .....Act. X.1
    Thanks in advance.
    Edited by: Ana Isabel París on Jul 7, 2008 2:42 PM

  • How to  extract  data from PCD tables to create  custom activity report

    Hi Friends
    I have a requiremnt for creating custom portal activity report, even though we have
    standard report for that, we need to extract the data from the following pcd tables
    WCR_USERSTAT, WCR_WEBCONTENTSTAT,WCR_USERFIRSTLOGON,
    WCR_USERPAGEUSAGE.
    This extraced data will be used to create BW Reports.
    my questions  are
    1.How to extract the  data from   pcd tables?
    2.can i use   UME API   for  extracting the  data from the given PCD tables?
    3.Can i querry   the  PCD tables from JSPdynpage or  Webdynpro APP?
    Please guide me.
    Thanks in advance
    Ashok

    Hi Kishore,
    Refer to
    http://wiki.sdn.sap.com/wiki/display/Snippets/DirectAccesstoDatabaseTables
    http://wiki.sdn.sap.com/wiki/display/WDJava/OracleConnectivitywithEJBusingWebDynproApplication
    JDBC Connectivity with Webdynpro and Max DB
    Thanks
    Prashant

  • Can we create custom objects in WebI 4.0 BICS connectivity in BI 4.0 ?

    Hi All,
    I am using BI 4.0 and would like to know if we can create custom objects(measures or dimensions) in WebI 4.0 using the BICS connectivity with SAP BW BEx Queries?
    Rohit

    Hi,
    No, I'm afraid that's not possible with the BICS 'transient universe' (because you cannot edit the BW OLAP business layer  in IDT)
    Sure - in XI3.1, SAP Integration Kit,   OLAP .unv universes,  it was possible to do custom objects  with  MDX and XML tags.
    Infact, the UDT is still available in BI 4.0
    Regards,
    Henry

  • Creating custom activity( DSC service)..but  getting errors while starting  service in workbench

    Hi ,
    I have some hands on   developing the  process. So I started creating one custom activity.
    I created one activity  which takes  inputs and gives a string after some  calculation. But program requires some additional jar  files which are  included as  lib folder in  my  java  project.
    I exported java project as jar  file and installed successfully in  the workbench. But while starting the component .. getting error like  ::
    Caused by: java.lang.ClassNotFoundException: No ClassLoaders found for: net.fortuna.ical4j.model.Date
    at org.jboss.mx.loading.LoadMgr3.beginLoadTask(LoadMgr3.java:212)
    at org.jboss.mx.loading.RepositoryClassLoader.loadClassImpl(RepositoryClassLoader.java:514)
    at org.jboss.mx.loading.RepositoryClassLoader.loadClass(RepositoryClassLoader.java:408)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at org.ungoverned.moduleloader.ModuleClassLoader.findClass(ModuleClassLoader.java:291)
    at org.ungoverned.moduleloader.ModuleClassLoader.loadClass(ModuleClassLoader.java:164)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClassInternal(Unknown Source)
    ... 117 more
    Please find full description of  the error in the attachment. Hope LC  is   not taking  added jars in the  lib.
    Because of this error i am not able to go forward.
    Do I need to add/include the  necessary   jars into LC ? .
    Please guide me  how to resolve this error.
    Waiting  for your answer.
    Thanks
    Praveen

    Putting the jar in the appserver's lib folder is one way to have the class found at runtime, but not all sites will allow you to do this because you just made it available to everything running on the appserver.  Plus, now as you move your dsc around from test to staging to production, you have to remember to move the jar as well.
    The alternative is to include the jar in your DSC and reference it in the classpath node in the component.xml file.
    Just checkout how the distributed DSCs do it (adobe-remoteevents-dsc shows 2 jars in the root of the package and both are referenced in the component.xml's classpath.
    Jon

  • 5800XM firmware V40 bug - can't create custom prof...

    I had V30 of firmware and while i have it i created a custom profile  named "Home" with vibrations off and ajusting some another settings, so i can activate it when i'm home.
    And still having it i updated my phone to firmware v40 and was no problem that profile worked with v40 also, but after few days i had to master reset my phone and then that profile was gone.
    And today i tried to creat a new profile and i can't create a new, in profile settings "Create New" menu  is there but when i click it, nothing happens.
    I think this is a faulty bug of v40 firmware and if you guys know how to fix it or if any updates, please share!!!
    Thank you!
    Solved!
    Go to Solution.

    you are welcomed at ay time
    -you can show appreciation to my posts if it helped or useful by pressing the green Kudo star beside my post that hepled
    -if my answer was the solution , so click accept as solution button
    Started From Nokia 3310 , Now with Nokia N97 v.22.0.110 + N900 PR1.2

  • How can I create repetitive Activity?

    I Experts,
        I'm investigating over the creation of Recurring Activity in Activity Management.
    I know that in CRM there is the possibility to create a Repetitive Task, but I'm interesting in Activity
    Could someone support me?
    What do you suggest me?
    Thank you and Best Regards.
    Chiara
    Edited by: Chiara Battipaglia on Dec 16, 2008 6:45 PM

    Hi,
    no, CRM does not support real repetitions of activities. If you want to manage your customer facing actions over let say a year visit planning and achtivity scheduling is designed for this.
    The visit plan is nothing else but a template with accounts/contacts and visiting details in it.
    using scheduling you can pick lets say one weekly visit plan and generate visits or calls for future periods (like next 6 months)
    To be clear, this is not repetitive (so there is no appointment series) but you will get a bunch of individual appointments/tasks.
    you can use actions to automate e.g. the generating of a next planned activity if you complete one activity, but this is custom implementation/coding, nothing you can do as an end-user.
    hope this helps
    martin

  • Can't create custom task

    Dear all,
    i have created new class object A and method B. it was already activated. now i want to create standard task, i choose ABAP class for object category and choose class A for object type, but when i input method B for method there is an error message that says "Interface implementation IF_WORKFLOW does not exist", i checked the class and saw that interface IF_WORKFLOW was there already, is there something i miss?

    Check whether the ethod is properly implemented. Or just logout and login and try to do it all over again.  I faced this issue and this resolved.
    <b>Reward points if useful</b>

  • How can I Create custom pop up dialog box with question/answer

    I need to create a pop up dialog box that asks a question and accepts an answer input.  The form needs to be able to be emailed out (not server based)  Can someone help me do this?  I am a designer,  with very (Very!) limited coding skills.   Looks like the windjack program that I keep running into does not work with Acrobat X.
    Thanks for any help you may have

    I am not able to help you with the current method you are using - which seems an odd one in that you are using a menu script to do this????
    I would have done the page completely differently - instead of slicing it up into a vastly complex table, I'd have added the image to the page and then used an imagemap.  Then I'd have used this script to add the popups (as toolitps) that you can be as simple or as complex as you wish: http://boxover.swazz.org/.
    E. Michael Brandt
    www.divahtml.com
    www.divahtml.com/products/scripts_dreamweaver_extensions.php
    Standards-compliant scripts and Dreamweaver Extensions
    www.valleywebdesigns.com/vwd_Vdw.asp
    JustSo PictureWindow
    JustSo PhotoAlbum, et alia

  • Using Dashcode for iBooks-can you create custom links?

    i'd like make an iBook where I have a Table of Contents that links to specific pages, does anyone know if I can accomplish this through Dashcode and importing the file(s) into the iBooks author?

    ...ehhh....are you writing a blog, then?
    I'd think the first thing you'd do otherwise is use the software you're asking about. Can't help you write a blog, sorry.
    iBA is a free download. Install it and check it out. I'll wait...
    See: Publishing With iBooks Author
    http://shop.oreilly.com/product/0636920025597.do 

  • Can I create custom error message

    I need to tell the user "NO listeners on GPIB::0:11 address, make sure instrument is connected". How do I use the Simple Error Handler to tell the user this. The error handler spits out error code 1073807265 when this does occur.

    Hello,
    I believe Dennis' last note probably meant that he would not recommend editing the -errors.txt file to remove the code. In your case, I think the best solution is to, as you suggest, unbundle the error cluster and programmatically deal with it by launching a dialog box with your comment. You can do this using the One Button Dialog function found in the Time & Dialog pallete.
    Repost if you continue to have trouble!
    Best Regards,
    JLS
    Best,
    JLS
    Sixclear

  • Custom activity rights creation methodology....

    The Activity Manager allow creating custom activity rights that can be used in customs portlets for specific activity related to the purpose of the portlet:
    We plan to develop a lot of portlets using specific custom activity rights (for example Edit_Events, Edit_No_Conformity etc...). The challenge is to build a good set of customs activity rights.
    Example: The manager group can edit the Events form but cannot edit the Non-conformity form witch are part of a custom portlet functionnalities.... The Everybody group can create Events but cannot create Non-conformity elements etc...
    Does anybody have a methodology or experience or best practices concerning the creation (and use) of custom activity rights in portlets ???
    Thanks
    Georges SzczypiorskiQIT Fer et TitaneA business unit of the Rio Tinto group

    We are currently going down this road right now.  From what I have learned an Activity Right (AR) can only be added on the group level but is available through the EDK on portlets residing in either the MY PAGE or COMMUNITY level.  However, there is no grouping available for AR's (at least not in PT5) therefor all AR's should be named uniquely.  You do not, based on my experiences, need to name your URI's with the URI-type notation.  Just keep them unique to the portlet that will consume it.  'Edit_Event' is a little too generic.  We use something like 'Widget_Edit_Event'.
    Consider using the Community Access Levels.  They will not be available through the EDK for portlets existing on MY PAGE's but can be associated on the user level as well as the group level (I think).  I am still investigating this solution but the out-of-the-box access levels may be what you are looking for.
    vr, Rich

  • E-Recruiting custom Activity Category

    Hi:
    I have created a custom Activity Category and my question is how do I link it to the processes in "ERC_C_ACTIVITY_MGMT_UI".  I have copied class "CL_HRRCF_ACT_DATA_TRANS" to  "ZCL_HRRCF_ACT_DATA_TRANS" and when I click on the activity in the process, a blank pop-up occurs with "OK" and "cancel" buttons at the bottom.  I want to create a simple form with input fields and a button to act on the input.
    I am on Enhancement Pack 4.
    Any help will be appreciated.
    Thanks,
    M

    Hi MG,
    as you can see in method PREPARE_NEW_ACTIVITY in the COMPONENTCONTROLLER everything is hard coded on standard activities.
    If you want to create custom activity categories, you will have to enhance the whole component.
    I think there is no better advice to enhance the method and create your own custom views and windows and enhance every method aligned to activity reading and writing. Doing this via customizing is not possible.
    Best regards
    Sebastian

Maybe you are looking for

  • Even on widescreen letterbox 16:9, still losing some edges

    O.K. here's the deal. I'm burning a DVD of footage that's a 720p, converted to SD. I think all the settings are correct for 16 by 9 Widescreen Letterbox, but when I watch the DVD back on the player I notice that some of the image is still being cropp

  • Installation - Oracle 8.1.7 Enterprise Edition

    I downloaded Oracle 8.1.7 release 3 Enterprise Edition. As its doc. says I wanted to install on my PC at home, which has Windows 2000 (Professional) OS. But, I'm facing strange problem. The setup.exe is not running at all and I'm not getting the firs

  • Movie clips

    How can I convert layered .fla or .swf files into movie clips (not sure which to use)? I'd like to be able to use 3 of them (at reduced sizes) in one larger file. Flash - CS3. Thanks in advance.

  • How to store SP2-0310: unable to open file errors in log file

    We are using oracle 10g on Linux platform. When we send scripts to the clients, then we also send a control file that executes all the sql files e.g. control.sql SPOOL test.log SELECT 'Start of Control File at:'||systimestamp from dual; SPOOL OFF @./

  • Is there any difference between 10g and 11g M Views?

    Hi, I need to give a demo on and working examples of materialized views. The requirement is this: Master tables are in a 10g R2 DB, MV is in a 11g. I just create a DB Link in 11g to point to the 10g DB and then create the MV in 11g. Will there be any