Fieldpoint output to Word Template

All:
Need some help. I currently have a VI where 3 4-20 mA signals are being read from CFP 110 AI card into a CFP 180 via fieldpoint express and then converted using a slope equation into a number. THis number gets a graphical output, a waveform output and a little box with the number. The final thing I need to do with this is export this value into a word template with a bunch of other stuff the operator inputs. Everything works with the exception of the final step. When I trigger the report writer, the only boxes that don't get written are the dynamic data boxes coming from the FP express vi's. WHen I probe the wire, there is data coming down the line, but it doens't seem to populate the template. I treied converting from dynamic to dble, that didn't do anything, you can see that wire in the picture above. This entire process is enlosed in a while loop. Any thoughts?
THanks for any help.
Sig. 
Attachments:
codepic1.jpg ‏450 KB

Try converting the dynamic waveforms to a double array just like in the mini Express VI that is sitting right above the nitrous fumes control.  My guess it that Report Express VI doesn't know how to convert the data from a Dynamic signal.
By the way, you have the word "Appearance" spelled wrong in the boolean control and the Report Express VI.  Correct spelling makes the program appear more professional. 

Similar Messages

  • XML Publisher/Bi Publisher Using Oracle Package and MS Word Template builde

    My Question is I want to know more about grouping of elements while creating reports in E business suite.
    my approach should be 1. pl sql package with embedded XML data to create xml output. 2. Formatting the xml output using ms word template builder plugin.
    My question is if grouping is required, then where should it be? While creating package to generate xml output or while formatting xml o/p in ms word?
    I wanted to create a check cancellation report where the report should look like below.
    Bank Name American express
    Bank address 1 Cape town city Road
    bank address 2 Lane 2
    Bank City Cape town
    Branch Docara v'dola
    Check number Amount Vendor Status
    1023423 225 huawei Voided
    1023430 500 Ericson Voided
    Signature
    Now for above grouping I Written some thing like below package:
    But I want to know Had I not done the grouping in Package, would it have still be possible to do the grouping in MS Word template builder?
    To simply fy question: If I had not written 2 cursors and written 1 simple cursor and had got simple 1 after 1 fields without any specific grouping in ora package, would it have been possible to do the same grouping while formatting the xml output in MS word template builder?
    the part of code enclosed.
    begin
    DBMS_APPLICATION_INFO.SET_CLIENT_INFO(FND_PROFILE.VALUE('ORG_ID'));
    --fnd_file.put_line (fnd_file.output, '<?xml version = "1.0" encoding="ISO-8859-1"?>');
    fnd_file.put_line(fnd_file.output, '<G_HEAD>');
    for rec1 in c_bank_main
    loop
    fnd_file.put_line(fnd_file.output, '<G_BANK>');
    fnd_file.put_line (fnd_file.output,'<c_bank><![CDATA['|| rec1.c_bank ||']]></c_bank>');
    fnd_file.put_line (fnd_file.output,'<c_bank_acc><![CDATA['|| rec1.c_bank_acc ||']]></c_bank_acc>');
    fnd_file.put_line (fnd_file.output,'<c_bankadress1><![CDATA['|| rec1.c_bankadress1 ||']]></c_bankadress1>');
    fnd_file.put_line (fnd_file.output,'<c_bankadress2><![CDATA['|| rec1.c_bankadress2 ||']]></c_bankadress2>');
    fnd_file.put_line (fnd_file.output,'<c_bankadress3><![CDATA['|| rec1.c_bankadress3 ||']]></c_bankadress3>');
    fnd_file.put_line (fnd_file.output,'<c_bankcity><![CDATA['|| rec1.c_bankcity ||']]></c_bankcity>');
    fnd_file.put_line (fnd_file.output,'<c_branch><![CDATA['|| rec1.c_branch ||']]></c_branch>');
    for rec in c_bank_child(rec1.c_bank)
    loop
    fnd_file.put_line(fnd_file.output, '<G_CHECK>');
    fnd_file.put_line (fnd_file.output,'<c_currency_code><![CDATA['|| rec.c_currency_code ||']]></c_currency_code>');
    fnd_file.put_line (fnd_file.output,'<c_pay_currency_code><![CDATA['|| rec.c_pay_currency_code ||']]></c_pay_currency_code>');
    fnd_file.put_line (fnd_file.output,'<c_cleared_amount><![CDATA['|| rec.c_cleared_amount ||']]></c_cleared_amount>');
    fnd_file.put_line (fnd_file.output,'<c_nls_status><![CDATA['|| rec.c_nls_status ||']]></c_nls_status>');
    fnd_file.put_line (fnd_file.output,'<c_nls_status><![CDATA['|| rec.c_nls_status||']]></c_nls_status>');
    fnd_file.put_line (fnd_file.output,'<c_check_stock_name><![CDATA['|| rec.c_check_stock_name ||']]></c_check_stock_name>');
    fnd_file.put_line (fnd_file.output,'<status_lookup_code><![CDATA['|| rec.status_lookup_code ||']]></status_lookup_code>');
    fnd_file.put_line (fnd_file.output,'<c_check_number><![CDATA['|| rec.c_check_number ||']]></c_check_number>');
    fnd_file.put_line (fnd_file.output,'<c_sum_amount><![CDATA['|| rec.c_sum_amount ||']]></c_sum_amount>');
    fnd_file.put_line (fnd_file.output,'<c_vendor_name><![CDATA['|| rec.c_vendor_name ||']]></c_vendor_name>');
    fnd_file.put_line (fnd_file.output,'<c_doc_sequence_value><![CDATA['|| rec.c_doc_sequence_value ||']]></c_doc_sequence_value>');
    fnd_file.put_line(fnd_file.output, '</G_CHECK>');
    end loop;
    fnd_file.put_line(fnd_file.output, '</G_BANK>');
    end loop;
    fnd_file.put_line(fnd_file.output, '</G_HEAD>');
    end

    Hi,
    You can do grouping in either place. But ideally to avoid re-grouping in the BI Publisher Template your XML would be generated such that it is appropriate for your template.
    This is really important when it comes to very large datasets as you should avoid regrouping in the template in this case.
    Regards,
    Gareth
    http://garethroberts.blogspot.com
    http://www.virtuate.com

  • Problem with the XML in Word 2007 (Word Template)

    Hi Experts,
    i am new on CRM 2007 and i have a problem with the XML Structure of the Word Template.
    First i built a Web Service Design Tool. Then i saw on the Testpage, that it works.
    So i started the Document Templates and created a new Template. Object Type was BUS2000126 - CRM Business Activity. Web Service was my created and tested Web Service Tool.
    As i opened the Word 2007 with the XML-Structure, i recognized, that there was something wrong.
    The Responce on my Testpage from the Web Service Tool had the following structure:
    response (test.types.p1.CrmostZlaWord5ReadResponse)
       Output (test.types.p1.CrmostZla010RoszlaWord5001)
            ZlaWord5 (test.types.p1.CrmostZla010Rosbtorder)
                Administrativeheaderoforder (test.types.p1.CrmostZla010Rosbtorderhea001)
                     Partiesinvolvedofheader (test.types.p1.CrmostZla010Rosbtheaderpa001)
                         Allpartiesinvolved (test.types.p1.CrmostZla010Rosbtpartnera002[]) Displaying 3 elements of 3
                              element1 (test.types.p1.CrmostZla010Rosbtpartnera002)
                                   Btpartneraddress (test.types.p1.CrmostZla010Rosbtpartnera001)
    My Problem is now, that the XML-Structure got not that point "element1".
    Instead of "element1" there is the point "item" in my XML-Structure in Word 2007.
    I guess that is the Problem why i am not getting the fields of the Btpartneraddress filled in my Word.
    Can anyone help me? Or put me in the right direction that i can change the XML?
    Thanks for your help
    André

    Hi andré, I guess the issue is coming from the fact that you selected "AllPartiesInvolved" and that may contain any numbers of entries. So when you test your webservice, you put a key and then get a result for that key, and in that case you might get "element1" until "element3" for example if there was 3 partners involved in you activity.
    But, when you design your template, you don't have a key at that moment, so in the Web Service structure, you have "items" which stands for all the possible entries you might retrieve at runtime. I guess you could use an index in your template to specify which item you need, but this is quite hasardeous, so i would be you, I would not design my web service to use "AllPartiesInvolved" but rather a specific Partner type like contact person for instance.
    Regards,
    Xavier

  • Using Word templates

    Hi,
    I want to export my Robohelp 7 HTML help to a Word document.
    I want the output to look exactly like the main help file, but want
    to add some headers and footers using a Word template,
    Here's what I've tried:
    In the Single Source Layouts> Printed Documentation.
    In the Print Document Appearance step of the dialog.
    Using the Microsoft Word Template drop-down options:
    When I select 'Use the Project's CSS styles' the topics come
    out looking just as I want it, but as it's not using a Word
    template there are no headers or footers.
    When I select any attempt at a Word template I've created, it
    just seems to ignore it and go with the styles on Style
    Mapping.dot.
    When I try to edit Style Mapping.dot, it seems to ignore any
    changes I make and goes back to the default.
    Any advice on how to creat a template that will work, or how
    to turn my Robohelp CSS into a template that will work, much
    appreciated.
    Thanks
    Simon

    You cannot define the headers and footers before the document
    is created. They do get overwritten as you have found. See Printed
    Documentation on my site.
    You might want to submit a feature change.
    http://www.adobe.com/cfusion/mmform/index.cfm?name=wishform

  • Help for -Generate Report using Word template having company Logo

    HI GUys,
    I am trying to generate a report in PDF using the word template having some company logo as footer to that .
    When user click on print ,the graph should be added to the template and its should output the report in pdf.
    I am able to achive this when I 'm  not using the template,but when I use the template (sample code shown below),its throws the error attached in screenshot.
    pls suggest the possible way to achieve this

    Why are you deleting the file after creating the report? Are you sure that the image exists at the path specified when running?
    Also, in your top screenshot because of data flow there's a high possibility that you actually delete the file before it gets used because there is no connection between the end of writing the report and deleting the picture.
    I also suspect there's a chance there might be a permissions issue - you are trying to get the file from another user's desktop which isn't normally allowed - do the file/folder permissions give you access to that file path? I would try putting the picture on your own desktop just to rule that out.
    Certified LabVIEW Architect, Certified TestStand Developer
    NI Days (and A&DF): 2010, 2011, 2013, 2014
    NI Week: 2012, 2014
    Knowledgeable in all things Giant Tetris and WebSockets

  • InDesign CS2 - Word Template?

    Is there any way to create an InDesign (mac) document that can be used as a Word (pc) template (so that the pc people can use it as stationery)? This one has got me beat - tried pdf (blurry), saving as .tif/eps (quality not good).
    Any help would be very much appreciated.

    Hi Bob or Anyone Else who can offer advise,
    You've helped me out in the past and your advise has always been stellar. I've got the same situation. We've designed a 2 color logo: PMS 535 and Black. Our client wants the logo electronically placed into Word and PowerPoint (in addition to the letterhead, business cards, etc. which will be professionally printed as a 2-color job). I've already set up the word template but his office printers are giving us unexpected results. He is working on PC's- we are on Macs. Is it best to give him CMYK or a RGB files? Do we have any hope of gaining any control over his output?
    I've set up a grid of subtle color shifts (in a CMYK jpg) for him to print out so we can try to try to match the PMS 535 but I'm not certain if this is the best approach (and again: RGB or CMYK). I've been searching the archives but most discussions are about calibrating postscript printers and a bit over my head. What I did find suggested that windows and windows printers work in RGB which is why I am wondering if that is what we should be giving him.
    Any advise would be greatly appreciated.
    Thanks for your help,
    Julie

  • How can I add barcode to my word template for PDF ?

    I must use a Barcode in my personal card template in MS word.
    Barcode properties must be;
    bcCode 39, checksum (enable - csmModulo10)
    If I preview my template in RTF template, it works. Hovewer when I run PDF preview, I couldn't take a barcode output.
    How can I add a barcode to my word template for PDF ???

    I will put the barcode font file to OA_JRE_TOP/jre/lib/fonts and I will create xdo.cfg file at this path OA_JRE_TOP/jre/lib. I will add below code to xdo.cfg
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <config version="1.0.0" xmlns="http://xmlns.oracle.com/oxp/config/">
    <!-- XML Publisher configuration file. -->
    <!-- Please uncomment an element or property to enable options -->
    <!-- Copy the file to <JRE_TOP>/lib directory on all nodes -->
    <!-- (web node and concurrent nodes) named as xdo.cfg -->
    <!-- Properties -->
    <properties>
    <!-- Temporary directory -->
    <!-- Specify temporary directory. $APPLTMP directory -->
    <!-- is strongly recommended for this parameter. -->
    <!-- On concurrent node, $APPLTMP will be used by -->
    <!-- default. -->
    <property name="system-temp-dir">/disk1/oracle/app/ERPcomn/temp</property> -- I used my own path
    </properties >
    <fonts>
    <!-- Font setting (for FO to PDF etc...) -->
    <!-- <family> is case insensitive. -->
    <!-- <style> must be "italic" or "normal" -->
    <!-- <weight> must be "bold" or "normal" -->
    <!-- Follow the structure of <trutype path="...." /> -->
    <!-- to map a font to a TrueType font. -->
    <!-- Example of mapping "MS Gothic" to -->
    <!-- kochi-gothic-subst.ttf -->
    <!-- #remove this line to uncomment
    <font family="MS Gothic" style="normal" weight="normal" >
    <truetype path="/usr/lib/X11R6/lib/X11/fonts/truetype/kochi-gothic-subst.ttf" />
    </font>
    #remove this line to uncomment -->
    <!-- Example of mapping "MS Mincho" to -->
    <!-- kochi-mincho-subst.ttf -->
    <!-- #remove this line to uncomment
    <font family="MS Mincho" style="normal" weight="normal" >
    <truetype path="/usr/lib/X11R6/lib/X11/fonts/truetype/kochi-mincho-subst.ttf" />
    </font>
    #remove this line to uncomment -->
    <!-- Default font is ALBANWTJ.ttf. You can change the -->
    <!-- font by mapping "Default" font family to another -->
    <!-- font.
    <font family="Default" style="normal" weight="normal" >
    <truetype path="OA_JRE_TOP/jre/lib/fonts/mybarcodefont.ttf" />
    </font>
    </fonts>
    </config>
    Now I can use my Barcode fonts by using my concurent XML program...
    Thanks Ravi...

  • Word templates with Macros

    Dear all,
    I have a couple of Word templates (in document libraries) that should have the filename and page count on the footer of the front page. It seams there is an issue with Word that these do not automatically update (MS kb 832897).
    I am using word 2010, 64 bits.
    This is solved with a Macro.
    When placing the word with macro template in SharePoint, SP blocks it and the macros are not ran.
    Any one with experience on this?
    Thanks in advance.
    Gonçalo

    It is not possible to run a macro in SharePoint after the document has been uploaded. 
    You can replicate this scenario by creating a SPItemEventReceiver which will run customized code on ItemAdded in your document library. 
    Please go through the following articles for details:
    http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.spitemeventreceiver.aspx
    http://msdn.microsoft.com/en-us/library/office/ms437502%28v=office.14%29.aspx
    Please don't forget to mark it answered, if your problem resolved or helpful.

  • How to use the Report Generation Toolkit to get a list of bookmarks in a Word Template

    I am working on a project where I will need to use the Report Generation Toolkit to fill out a fairly long Word Template. The MS Office Report Express VI can only have inputs for a maximum of 17 bookmarks which is not nearly enough for what I am needing to do.
    I'm wondering if there is some way to use the lower level report generation VIs to read the word template and return a list of the bookmark names as a 1d array of string. The dialog box that you use to set up the Express VI has this capability but I'm not finding a way to scan the document programatically.
    I'm sure I can't be the first person to run into this issue and I'm hoping that someone out there has found a good solution.
    Solved!
    Go to Solution.

    Wordsub.llb should be somewhere in your Labview folder on your local drive. The path to it in my install is: C:\Program Files\National Instruments\LabVIEW 8.6\vi.lib\addons\_office\_wordsub.llb
    Also what specific problem are you referring to about 17 bookmarks? Is that the limit on the express style VI for filling them in from LV? If so what you will need to do is to use the lower level function 'Word Insert Field' under Word Advanced VIs. You will need to supply the VI the name of the bookmark and the text you want to insert.

  • Saving only a portion of a Microsoft Word template into a new document using LabVIEW Report Generation Toolkit

    I have a Microsoft Word template I want to populate programmatically with test data. The template contains both explanatory text and a data sheet section with test data placeholders (bookmarks). Using the Report Generation Toolkit for Microsoft Office, I have been able to successfully populate the placeholders with data and save the results into a new Microsoft Word document. The problem is the new Word document contains not only the test data but also the explanatory text that was in the original document template. Ideally, I would like to have the generated document contain just the test data without the accompanying text. Is it possible to do this usi
    ng the Report Generation Toolkit?

    Hello Ryan,
    Two easy options come to mind.
    1. You may want to consider using an �ink annotation� instead of regular text for your explanation.
    2. You can programmatically do a find and replace on the explanatory text. Have LabVIEW find the whole paragraph, and replace it with nothing.
    If none of these suggestions help, or if I�m not correctly understanding your issue, please reply with comments or answers to the discussion above and any additional information that may help, and I�ll be happy to look further into it.
    Have a nice day!
    Robert Mortensen
    Applications Engineer
    National Instruments
    Robert Mortensen
    Software Engineer
    National Instruments

  • Report Generation - Word Template

    Hi,
    I am trying to write a program that captures up to 873 different scope shots.
    At the end, the program will generate a Word Report with all scope shots and measured parameters.
    I have used the Word Template in the past and created field for each parameters.  However, this approach will not be efficient with this complex test.  The report format of each test is shown below with the read box indicating the field where data will be plugged in by LabVIEW.
    To create the word template for entire tests can create unnecessary post processing to delete the part of the test that user didn't run.  If user ran only 3 tests then he would have to delete other 870 templates which will not be cost efficient.  Also, this could create unnecessary programming mess that is not very flexible.
    My questions -- is there any way I can copy this template below as I run the test?  Rather than creating a word template for 873 different test for which I may only run part of it, can I copy the template based on number of test that user would like to run?
    Any pointers will be appreciated.
    Thanks,
    Chetna
    Intersil Inc.
     919-405-3696
     Example of the scope data figure:
    Figure Error! No text of specified style in document.‑1. □
    1. □
    2. □
    3. □
    4.  □
    Test Conditions:Vin=□V,  Vout=□V: □A Temp=□C Mode=□Fs=□Serial #=□ 

    Hi Vivek,
    I have LabVIEW 8.5 Development version and the report generation tool kit.  I will be writing VI to fill the data in and generate a word report with Up to 873 different tests.  The template that I attached is the sample template for only one test, I will be doing 873 tests.  The sample test template consists of scope shot and some measured parameters.
    My situation - the VI that I will be writing will fill in the sample template that I attached for 873 times.  For me to generate a word report for all tests, I would have to create a report template with 873 sample templates.  Where there is a red box, I would have to create a field for each box so the LabVIEW will know where to put the data in. 
    Well, that is lot of work in the first place.  Secondly, to keep up with 873 different permuation fields can create lot of unnecessary programming mess.  Lastly, if the user decide to run only part of the test, then there would be lot of empty test templates.  If user decide to run only 10 tests the final report will have 860 empty boxes.  That is not efficient.
    My goal is to create the word report using just one sample template rather than 873.  I would like to copy the sample template based on number of tests user defines. 
    My question is-  Is there any way to copy the sample test template that I attached using the report generation toolkit?
    Regards,
    Chetna Tailor

  • Is it possible to display a date as (DD-MON-YYYY) in excel output using excel template in xml publisher

    Is it possible to display a date as (DD-MON-YYYY) in excel output using excel template in xml publisher where date should be displayed as date only not string.

    I've tried to use hierarchy node variables, but it seems like you can't specify a attribute of the hierarchy such as level.  So with the WBS hierarchy, if you create a hierarchy node variable, you specify the WBS value to select (If I understand this correctly).  I wish I could instead specify "give me all the WBS nodes that happen to have the value of the level attribute greater or equal to 3.  If I understand Juergens post, he is saying make security access so that only certain WBS levels can be returned in the query.  I suppose we can try that, but that would then preclude getting the level 1 and 2 in the future if the authorization is global.

  • Office 2013 - Unable to open word template

    Hi,
    I have windows service written in VC++ and trying to open a word template xxx.dotx located on the server. however, I am geting below error code while opening the same template. I have written a sample application and it is opening the template.
    my windows service is 32 bit and I have installed office 2013 64bit and OS win 7 64bit.
    <hr=-2147467259>
    working code
    #import "MSO.DLL" rename_namespace("MSOFFICE") rename("RGB", "ofRGB") rename("DocumentProperties", "ofDocumentProperties")
    #import "VBE6EXT.OLB" rename_namespace("MSVBEXT") rename("Application", "ApplicationVBExt") raw_interfaces_only
    #import "msword.olb" rename_namespace("MSWORD") rename("DialogBox", "DialogBoxWRD") rename("RGB", "RGBWRD") rename("DocumentProperties", "DocumentPropertiesWRD") rename("ExitWindows", "ExitWindowsWRD") named_guidsvoid CWordTestDlg::OnButton1()
    // TODO: Add your control notification handler code here
    MSWORD::_ApplicationPtr m_pWordApp;
    HRESULT hr = m_pWordApp.CreateInstance("Word.Application");
    if(FAILED(hr))
    AfxMessageBox("Unable to start MS Word.", hr);
    return;
    AfxMessageBox("Successfully Created");
    m_pWordApp->DisplayAlerts = MSWORD::wdAlertsNone;
    // Make sure the application is not visible.
    m_pWordApp->Visible = VARIANT_FALSE;
    MSWORD::_DocumentPtr m_pWordDoc = NULL;;
    MSWORD::DocumentsPtr pDocs = m_pWordApp->Documents;
    if(pDocs == NULL)
    AfxMessageBox("Unable to retrieve the documents collection from MS Word.", pDocs);
    return;
    // Open the template.
    CComVariant varTemplateName(_T("\\\\xxx.xxx.xxx.xxx\\kx.dotx"));
    m_pWordDoc = pDocs->Open(&varTemplateName);
    if(m_pWordDoc == NULL)
    CString msg;
    msg.Format("Unable to open %s.", _T("\\\\xxx.xxx.xxx.xxx\\kx.dotx"));
    AfxMessageBox(msg);
    return;
    AfxMessageBox("Successfully Opened");
    m_pWordApp.Detach();
    // Reset the MSWord Document ptr.
    m_pWordDoc.Detach();
    thanks,
    Krishna

    Hi,
    Interop is not supported on a Server or with in a services.
    But if you want to this, you have to set up the Environment. I follow this Guideline with my Word and I'm able to start Word on a Server.
    1) Goto Control panel -> Administrative Tools -> Component Services
    2) Expand Tree by clicking on Component Services -> Computers -> My Computer -> DCOM Config
    3) Search CLSId 00020906-0000-0000-C000-000000000046 (which is for Word 97-2003 application)
    4) By selecting 00020906-0000-0000-C000-000000000046 this CLSId now right click on Properties
    5) In the Propeties area, click on Security TAB
    6) Select Customize option from all (Launch and Activations Permissions, Access Pemissions, Configuration Permissions)
    7) Take the User of the Services and Allow all permissions for this user
    8) Go to Identity TAB in the same properties area, select option as a This user and then add username (the user must be administrator of this machine) and password. Click on Apply, Ok
     Locale Profile: True
    9) Refresh Component Services and check your application is working fine or not.
    10) set Folder, if not present:
       C:\Windows\SysWOW64\config\systemprofile\Desktop
    This article gives some insights.
    http://theether.net/download/Microsoft/kb/288367.html
    Hope this helps.
    Kind Regards
    Thomas

  • Server based Office 2013 - where do I save word templates on the server for all users to access from "New"?

    Wonder if anyone can point me in the right direction. I'm used to working with stand alone desktop MS Office products.
    We have a server connected to six desktop work stations. All stations have access to Microsoft Office 2013 on the server, and the printer is linked through
    the server.
    Users are currently accessing Word doc Documents on the shared (p) drive as templates, and then saving them with relevant file names to their area on the
    (p).
    Surely there is a way to save Word templates to the server, so that when someone clicks on "New" in Word our own templates are also offered automatically?
    Thanks
    Mark

    If
    anyone knows the address
    for where Microsoft stores the main default templates  - then that would
    be really useful? It would also allow us to get rid of the numerous templates that we would never use.
    Thanks :)

  • Creating Activities in CRM using Word Templates and Web Services??

    Hi,
    This functionality can be achieved through Adobe Interactive Forms from what I have learnt through demos etc. We are checking the feasibility of using with Word Templates instead.
    This thread has multiple questions:
    We are trying to set up the activity creation as mentioned in the CRM70 system.
    1) At this point, finished the retrieval of information from the CRM Activity into a Word Template using a READ Web Service. Subsequently synchronized this with outlook and can see the Word document in the outlook item. Not able to open the same in Outlook, since it comes over as a XML document type. "Cannot open as there is a problem with the contents. ">" expected, line so and so...is the message
    2) I created a Web Service that writes as well into CRM and would like to use this from the Word Template to create the activity in CRM
    2a) Can the word template be incorporated with buttons that can trigger creation in CRM, similar to Adobe "Execute" etc
    2b) If yes, and If there are some custom fields that I add to the activity transaction, in the UI, can I populate these with input from the Word Template, as well
    Regards,
    Ashwin

    Hell Wregs,
    You can create the Product in CRM GUI,by using Transaction:COMMPR01,not mandatory to have WebUI..,
    but b4 that you need to set up Product Hierarchy and Product category under which the Products can be created.
    Use Transaction:COMM_HIERARCHY Transaction to do this.
    Hope this helps
    let me know if any further questions
    Thanks & Regards
    Arshad

Maybe you are looking for

  • External Hard drive is suddenly Read only.  Help!

    I reformatted my I mac due to it being extremely slow. After reformat, the toshiba external hard drive that I have been using for months before with no problem, is now a read only. I have over 1TB of space available and I need to use it. Does anyone

  • I am trying to  understand how Photoshop deals with ICC profiles

    I have an Epson 3880 printer, which I am trying to master.   I am printing with either Photoshop CS2 or Photoshop CS5.   I would like to u nderstand where the profiles for particular papers are kept. For example, in principle, I can go to the Epson w

  • Need to shutdown GG process if 1 node of the RAC is shutdown?

    if only 1 node of the 2-node RAC cluster is shutdown, Does GG have to come down as well or can it run against the 1 node that is up. Thanks

  • What is the JDEV RAD way to do JSP ?

    Hello, As I see it there are some basics to doing web/jsp app's... How does jdeveloper save you typing in doing the following tasks? What jdeveloper tools/functions to I use to accomplish the following with minimal typing? 1) create/manager the sessi

  • Batch Determination Expiration Date / Customer

    Hello Experts, Could you please give me a hand with his requirement? At this moment, there is a batch strategy determination in delivery according to expiration date, First Expiration Date, First Out, FEFO, and it is working fine. In addition to this