Create Activity with Campaign and Activity Result

Hi everybody!
I'm developing a report and I would like to create an activity in CRM passing values to field Campaign and Result (Activity Result).
Thanks in advance for your tips and suggestions..

You can do this with the CRM_ORDER_MAINTAIN FM. Sorry, but I do not know by heart where the two fields are stored, but if you like to know use CRM_ORDER_READ to access a known activity and check where your data is stored.
Hope this helps,
Kai

Similar Messages

  • Create View  with Force and No Force

    Can Anyone Tell me how to create view with force and no force i have very little idea about this

    This is the syntax.
    CREATE [OR REPLACE] FORCE VIEW view
    [(alias[, alias]...)]
    AS subquery
    [WITH CHECK OPTION [CONSTRAINT constraint]]
    [WITH READ ONLY [CONSTRAINT constraint]];You can see interesting threads about this topic here.
    Re: Creating view forcibly
    Creating View forcefully
    Cheers
    Sarma.

  • Create Window with Textbox and Button For getting Input Value

    Hi All,
    I have create plugin application but i want to take input from user. Therefore i want to create window with textbox and button.
    please may i get solution...

    Or if that's all you need to do, just use JavaScript or a form.

  • Can anyone recommend an alternative software programme to Pages? I have an OS X 10.7.5 macbook pro, so I am unable to get it. I want a programme that I can create docs with pictures and text on, invitations, posters etc. Many thanks in advance-..

    Can anyone recommend an alternative software programme to Pages? I have an OS X 10.7.5 macbook pro, so I am unable to get it. I want a programme that I can create docs with pictures and text on, invitations, posters etc. Many thanks in advance…..

    LibreOffice

  • I am creating webpages with frontpage and trying to make collapsible lists. The lists collapse and work correctly in "preview" mode, but do not work when accessed through firefox or explorer 8. Does anyone know what I am doing wrong?

    I am creating webpages with frontpage and trying to make collapsible lists. The lists collapse and work correctly in "preview" mode, but do not work when accessed through firefox or explorer 8. Does anyone know what I am doing wrong?

    Welcome to the 'wonderful' world of HTML5 e-learning.
    In my view, from the issues I am seeing everywhere, HTML5 output from rapid e-learning tools such as Captivate is not ready for the kind of mobile device e-learning you want to develop.
    Sorry to be pessimistic, but you may need to consider going back to the drawing board and coding it from the ground up.

  • Create Activity : result attribute is showing BTSubject is not bound.

    Hi,
    When we are creating activity we need to show two standard ddlb i.e., reason and result. with the help of configuration we added these two fields but only reason ddlb is showing list of values but result ddlb is totally non editable and when we are searching activities itu2019s showing BTSubject is not bound. How can I select correct field in configuration or is there any solution to enable this fields
    Reason ddlb technical information
    BT126H_APPT
    view : BT126H_APPT/ApptDetails
    context node : BTSUBJECTF
    attribute : STRUCT.CONC_KEY
    Result ddlb
    context node : BTSUBJECTG
    attribute : STRUCT.CONC_KEY

    Kumar,
    I suggest you search SAP Notes with keywords like 'BTSUBJECTG' and 'BTSubject is not bound'. There are quite a few issues about reason and result fields and some note must have already addressed this standard issue.

  • Create a DAQ program and display results on with waveform and spreadsheet

    I need help creating a DAQ program that will read digital and analog channels and display on a continuous waveform, and then display readings on a spreadsheet

    You definitely want to start with the example programs. There are many of them which ship with LabVIEW and even more on NI's Example Programs Library (http://www.ni.com/devzone/libraries/default.htm). Also, if you are wanting to use an Excel spreadsheet, I would suggest getting the Report Generation Toolkit for Microsoft Office. It simplifies your coding immensely and will save you a lot of time.
    J.R. Allen

  • Create dll with arrays and call it

    I am trying to create dll with labview in order to pass a 2d array to the main program. The problem is that I don't really know how to create the function to call it (I don't know much about pointers)
    The function I have created to call the dll is void Untitled1(TD1Hdl *Array1) which is suposse to return the array created on it.
    For example, in the program attached, how should I do to pass the array to another program using dlls?
    Thanks a lot,
    Juanlu
    Attachments:
    Untitled 1.vi ‏7 KB

    The code you've provided doesn't do anything (just a control wired to an indicator) so I'm not sure what you're asking here.
    If I understand correctly, you want to build a DLL from your LabVIEW VI.  From what language will you call that DLL?  There is no standard way to pass a 2-D array.  If you can convert to a 1-D array, you can use a simple pointer.  With a 2-D array, you're stuck with LabVIEW's array representation (the TD1Hdl type), which means that whatever code calls that function will need to understand the LabVIEW data type and how to manipulate it.

  • Create website with IDCS3 and SiteGrinder?

    Media Lab's SiteGrinder is an amazing product for easily converting Photoshop designs into working websites without any knowledge of coding. Unfortunately, I have much more experience with InDesign than with Photoshop, but as it's possible to import InDesign files into Photoshop, I'm wondering if I can go this route with my InDesign designs, rather than learn how to use Photoshop more extensively. Has anyone here created a website with InDesign and SiteGrinder, with minimal Photoshop "intervention"?

    > Are you referring to everything crowding and overlapping when the text is enlarged? Isn't that a common problem with all sites?
    It's common -- far too common -- but not inevitable. It's bound to happen with SG, though, because they carve up the layout into fixed size chunks and then use absolute positioning, so there's no way for the containers to accommodate changes in font size except by crashing into each other, or growing scroll bars, which is only sometimes going to work. For the same reason -- starting with a single Photoshop image -- they can't identify headings or lists, so the pages aren't properly accessible to some assistive technology. If you don't care about accessibility, you should realize that this also means that they become hard or impossible for search engines to analyze, so people aren't going to find your site so easily.
    But I guess this discussion is a bit out of place on an InDesign forum. To get back to that, if you wanted to start in InDesign, the best thing to do is use XML export to get properly marked-up XHTML, and then lay it out with CSS. There's a good piece about doing this somewhere over on InDesign Secrets -- I don't have the exact URL to hand. But you would have to learn some CSS to do that. It seems that you are determined to go with SiteGrinder, though, so I can only recommend that you try things like changing the font size, and checking it with different browsers, so that you don't end up with something too awful. But if you do find the time to read, for example, Zeldman's book on Designing with Web Standards, you'll end up better at making sites than if you don't.

  • Creating model with Control and Design LV2009

    Hello,
    I'm trying to make a PI control model with Control and Design in labview 2009. I'm tyring to create the following transferfunction:
    D(z)=Kp+((Kp*Ki)/(1-z^-1))
    But labview adds by itself an extra z^-1 in the Numerator
    See the attachment what I have tried. I first want to create 1+(1/(1-z^-1)). What I'm I doing wrong ?
    Greetz,
    Jeroen
    Attachments:
    model.jpg ‏50 KB

    Jeroen,
    The two expressions "1+(1/(1-z^-1))" and "(2-z^-1)/(1-z^-1)" are equivalent to one another.  They just have the terms rearranged.  Since LabVIEW expresses a transfer function as a numerator and denominator, it is drawing the function as "(2-z^-1)/(1-z^-1)".  You aren't doing anything wrong.
    Chris M 

  • I have created video with music and pictures.  I have exported it. But all that shows is the music no pictures.  I have done this before and it worked ok.  Am I missing something?

    I have created a video with pictures and music.  When i export it, it goes into a MP4 video.  which I have done before and it worked ok.  Now the only thing on the MP4 video is music but not my pictures.
    I am very new to this and have taught myself everything so far.  I have no technical understanding.  So please make any answers as basic as you can.
    Many thanks.

    I am using standard photoshop cs6.
    Regards
    Clifford Marker
    Director – Clifford Marker Associates.
    Email :  <mailto:[email protected]> [email protected]
    Tel : 0208 504 2570
    Tel : 07539 833852
    9 Warners Close, Woodford Green, IG8 0TF
    Web :  <http://www.cliffordmarkerassociates.com/> www.cliffordmarkerassociates.com
    CMA Logo
    This communication and any attachments are confidential and may be protected from disclosure. We endorse no advice or opinion contained in this communication that is not the subject of a contract between the recipient and ourselves. If you have received it in error please notify us immediately and note that any storage, use of disclosure is strictly prohibited and maybe unlawful.
    Whilst we check the communications we send for virus infection, we accept no responsibility for any loss or damage caused to your systems by this communication.
    Those communicating with us by electronic mail will be deemed to have accepted the risks associated with interception, amendment, loss and late or incomplete delivery. They will also be deemed to have consented to you intercepting and monitoring such communications.

  • Create Report with CR4E and XML Data Source

    Hi all,
    I have a problem when create a report with CR4E that should use a XML data source. It is not possible to choose fields from the field explorer, because ther are no fields from the XML-file. Is there a general problem when using an ODA data source in CR4E?  At the moment I can only create reports with a database as data source.
    Please help me with a tip.
    Thanks
    Arnold

    Hi,
    After Installing CR4E Version 2  the code snippet for creating a XML-report not works as JSP. Has anywhere a hint to resolve the problem or a complete JSP-file?
    reportClientDocument = new ReportClientDocument();
    java.lang.NoClassDefFoundError: com/crystaldecisions/reports/common/data/CrystalResultSet
         com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.<init>(Unknown Source)
         org.apache.jsp.XMLDataSource_jsp._jspService(XMLDataSource_jsp.java:64)
         org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:98)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:331)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:329)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:265)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    Thanks
    Arnold Meier

  • How to create table with rows and columns in the layout mode?

    One of my friends advised me to develop my whole site on the
    layout mode as its better than the standard as he says
    but I couldnot make an ordinary table with rows and columns
    in th layout mode
    is there any one who can tell me how to?
    thanx alot

    Your friend is obviously not a reliable source of HTML
    information.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Mr.Ghost" <[email protected]> wrote in
    message
    news:f060vi$npp$[email protected]..
    > One of my friends advised me to develop my whole site on
    the layout mode
    > as its
    > better than the standard as he says
    > but I couldnot make an ordinary table with rows and
    columns in th layout
    > mode
    > is there any one who can tell me how to?
    > thanx alot
    >

  • How to create table with javascript and jquery in abap

    Hello masters,
    i want to create table using javascript and jquery.
    i know how to use these languages but i dont how to implement them to abap.
    regards.

    Look at the sample BSP application SBSPEXT_HTMLB
    also you can look at the below Blog..
    /people/brian.mckellar/blog/2003/10/31/bsp-programming-htmlb-tableview-iterator
    <i>*Reward each useful answer</i>
    Raja T

  • Creating menu with video and after few seconds fade-in of menutext

    I'd like to make a dvd , showing part of some footage after inserting the dvd automatilcally, and after a couple of seconds i'd like to fade in the menu text, with a choice of diferent titles, which you can choose from... i wasn't able to find how to do this in the manual... please help..
    thanx a million

    Hi - welcome to the discussions.
    You can do this in several ways. You could, for example, set the opening animation into a track and set the end jump action for the track to go on to a menu with the buttons. However, there would appear to be a pause and the buttons wouldn't 'fade' in.
    What I would do is create the footage for the animated intro in FCP or Motion and add on to the end of it a still portion of about 30 seconds or more which has the text in place. Make the text fade in as you want it.
    I would then take a still of that last part of the footage into Photoshop and use it as a background. Add a layer and on that add on the shapes you want to appear if a button is selected. Hide the background and you should be left with a mostly white image with shapes on it - convert it to grayscale and export that image (without the background) as a .pict file.
    Bring both the footage and the .pict file into DVDSP and add the background to a menu. Then add the .pict as an overlay. You can now use the loop point to set where the buttons become active - adjust the middle control to a point just after where the text becomes static.
    You then treat it as any other menu - draw out the button rectangles, assign targets and navigation between buttons.
    The effect is that your animated introduction plays and the text fades in (as part of the background footage). The buttons become active as soon as the loop point marker is reached, and stay active until the end of the menu. When it loops back there will be a slight flicker, but the buttons will then remain active again.

Maybe you are looking for