Javascript to do inline edits on web applet reports

This would be a weired idea, i created a web applet report for some users of mine. I gave them a link that will take them to the particular record, now they were wondering if they could do an inline edit - which i flatly refused.
I was wondering if any of you have done it with some javascript functionalities.

smjohn,
Mike Lairsons book Oracle CRM On Demand Reporting has a way to create edit links that open the record in edit mode, this might help you.
cheers
Alex

Similar Messages

  • Web Applet Report that creates email for Opportunity Details

    Hi,
    I'm trying to create a report that creates an opportunity detail report. My Web applet works. The only issue is the HTML tags show up in the email, instead of formatting the narrative fields.
    Any input is appreciated.
    Regards,
    Jo Ann

    Were you able to at least insert column values into the email (subject line, body)? I've got this to work in the Custom Text Format field of a user's email column:
    @[html]<**a href="mailto:"@"?subject=Good%20Morning">@<**/a>
    (Ignore the asterisks)
    It does popup a blank email with the user's email in the To: line but what I want to do is pull in other column values from the record into the subject line and body of the email. How do I do that?
    Edited by: user729346 on Apr 11, 2011 8:53 AM
    Edited by: user729346 on Apr 11, 2011 8:54 AM
    Edited by: user729346 on Apr 11, 2011 8:55 AM

  • Web applet report parameters

    Hi,
    I have created a report and exposed it in a web applet under account. Account id is beeing passed as parameter to the web applet as input to the report using P1,P2 etc. I want to add one more paramtere to the web applet to pass one more filter criteria to the report. How can this be achieved. Please give an example.
    Thanks in advance.
    Amlan

    Hello,
    Increase the number of parameters in P0, and continue with P3 , P4 etc in the end, same way as you have done for P1 and P2 etc.
    Thanks,
    Raghu

  • Web Applet - Reporting

    Hello,
    I have created a custom report and added it to a web applet. This applet is then made available on the opportunity page layout.
    This works, the report is displayed on each opportunity.
    What I want to do now is pass the Opportunity ID in to the report so the report is constrained to only report on that opportunity.
    In the custom web applet, you can select the opportunity fields and pass these as parameters.
    So is there some way of using this and the report url....to return the report constrained on that opportunity ID??
    Hope this makes sense.
    Regards
    Minesh

    The other operators that can be used for P1 :
    eq - Equal to or in
    neq - Not equal to or not in
    It - Less than
    gt - Greater than
    ge - Greater than or equal to
    le - Less than or equal to
    bwith - Begins with
    ewith - Ends with
    cany - Contains any (of the values in P3)
    call - Contains all of the values in P3)
    like - You need to type %25 in place of the usual % wildcard
    top - P3 should contain 1+n, where n is the number of top items you want to see
    bottom - P3 should contain 1+n, where n is the number of bottom items you want to see
    bet - Between (P3 must have two values.)
    null - Is null
    nnull - Is not null

  • Can't display a URL web applet in Double Column

    I've created a URL web applet which displays in the Opportunities homepage. The problem is that the web applet do not displays in double Column, it is only displayed in single column, therefore I only see the half of the applet.
    When I go to Administration/ Application Customization / Opportunities / Web Applets... and change from Single Column to Double and save, it still appears in single column. If I go back to edit the web applet it says : Single column. I don't get it, everytime I change from single to double, CRM OD does not save the changes.
    Does anyone knows a solution?

    hi,
    i have the same problem. Did you solve it?. Please let me know...
    regards,
    MC

  • XSLT List View Web part with Inline Editing changing value for one field changes the other lookup field

    Hi
    It's a bit of a weird one. In an XSLT List View web part when Inline editing is enabled if I change the date column, it changes the lookup field column as well. This behavior only occurs if the lookup list has more than 20 entries. Below 20 and we are
    OK.
    Let me explain by example:
    MileStones List - Having more than 20 items
    Tasks List - having a lookup to the Title field from MileStones list. Also having a due date field.
    Simple web part page with one XSLT List View web part for Tasks having inline editing enabled.
    When I edit the first record's due date and press enter (which saves the changes and moves onto next record) and change the due date on second record without even touching the MileStone field. Press enter to commit changes and you see the milestone changing
    on first record!
    The wierd thing is that if the MileStone list has less than 20 items all works as expected.
    Any pointers will be appreciated
    Thanks

    Hi,
    This is a known limitation when working with complex fields like Lookup field.
    A workaround is that we can avoid using the inline edit feature when there are
    complex fields in a list.
    You can take a look at this KB from Microsoft Support to get more details:
    http://support.microsoft.com/kb/2600186/en-us
    A similar thread for your reference:
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/3d369611-ee79-4b5c-86bb-c0f3878cd746/standard-list-view-with-inline-editing-lookup-column-copies-preceding-or-following-items-related?forum=sharepointgeneralprevious
    Thanks
    Patrick Liang
    TechNet Community Support

  • How can I open a saved report in WEBI applet

    Hello -
    We have successfully integrated the BO WEBI applet into our web application, and have created reports using the "Save As" option.  However, we don't seem to have access to these reports.  There does not seem to be an "Open File" or "Open Report" icon in the applet toolbar that we can use to access the reports that we have created and saved.  Is this capability not available in the WEBI?  There also doesn't seem to be an easy-to-find explanation of what we are doing wrong.
    Thank you for any help.

    Ted -
    Thanks for your response.  We tried what you suggested, and it does indeed work for the first document you load.
    However, now I see the effects of not having an Open icon in the applet's toolbar.  So we have a "list widget" in our app from which the user can select a report to load into the applet for viewing or editing.  The way it works, as you suggested, is to provide the doc id and name thru the applet parameters.   So after selecting a document, we rerender (via ajax) the panel that contains the applet, which, of course, causes the applet to completely reload - which is very ugly, clunky, and something that seems unnecessary. (We actually get an error when we try to select another report, telling us that we need to close down the applet and log in again, but this error is beside the point for now.)
    The first sentence of your initial reply was to say that there is no Open method.  By this, were you also implying that there is no java method call in the applet I can make via javascript on the page?  I would really like to be able to load a new document into the applet without having to suffer thru a reload.  Is there any java api exposed for the applet that I can possibly use to load a new document "on the fly"?  I haven't been able to
    Thanks again for any help.

  • Web Applet: asset related on parent asset

    Hello,
    I managed to create a web applet in order to create a parent - child relationship for Tasks using the following code:
    <script type="text/javascript" id="customJavaScript">
    var Div_id = document.getElementById("customJavaScript").parentNode.id;
    var endIndex = Div_id.indexOf("Div");
    if(endIndex>0) {
    var Title_id = Div_id.substring(0, endIndex) + "_Title";
    var Title_obj = document.getElementById(Title_id);
    var newTD = document.createElement('td');
    newTD.innerHTML = "<div
    onclick=\"doNavigate('TaskNew?OMTGT=TaskEditForm&OMTHD=ActivityNewNav&TaskEditForm.Indexed
    Short Text
    0=%%%Id%%%&TaskEditForm.Type=To+Do&OMRET0=TaskDetail%3fOMTGT%3dTaskDetailForm%26OMT
    HD%3dActivityDetailNav%26OCTYPE%3d%%%Type%%%%26TaskDetailForm.Id%3d%%%Id%%%&OCTYPE=
    To+Do',false, this, null);\" onmouseover=\"toggleNavButton(this);\"
    onmouseout=\"toggleNavButton(this);\" onkeypress=\"onButtonPress(this);\"
    class=\"buttonChildTitleBarTD\" id=\"OpenActivitiesTB31607487*1\">&#160;New Related
    Task&#160;</div>";
    Title_obj.parentNode.insertBefore(newTD, Title_obj.nextSibling );
    </script>
    The child was associated to the parent based on a custom field named Related Activity ID (Indexed Short Text 0).
    Can anyone help me customize this code in order to make it work for Assets related on parent Assets based on the Related Asset ID custom field (ZText_30)?
    Thank you!

    Refer the post, your solution is also on the same lines:
    Web Link to Dashboard - Pass Variable Parameters Prompts
    OR
    Anyone Create a webapplet that displays a report.
    Edited by: NNK on Dec 9, 2010 1:02 PM

  • Web Applet using URL type not appearing as desired

    Have created a web applet using URL type (for google maps). Although it works fine, the appearance is not acceptable. It is very elongated and appears to be in an unacceptable size/dimension for users.
    Does anybody know a way to configure the size? Any suggestions ??
    Thanks.

    Hi,
    here it goes
    well skipping my sleep did find me some solution for your query :) see if it help
    use the below code inside the applet for TYPE as HTML under Web Applet HTML.
    You can find details about the below script from Google Maps API Section.
    Currently I have only configured Ship to country field but you can add the more field accordingly.
    <script src="http://maps.google.com/maps?file=api&amp;v=2&amp;key=abcdefg&sensor=true_or_false" type="text/javascript"></script>
    <script type="text/javascript">
    var shipTo='%%%Ship_To_COUNTRY_Country%%%';
    var geocoder = null;
    var map = null;
    document.onreadystatechange=function() {
    if (GBrowserIsCompatible()) {
    map = new GMap2(document.getElementById("map_canvas"));
    map.setCenter(new GLatLng(37.4419, -122.1419), 13);
         if(shipTo!=''){
              geocoder = new GClientGeocoder();
              showAddress(shipTo);
    map.setUIToDefault();
    function showAddress(address) {
    if (geocoder) {
         geocoder.getLatLng(address,function(point) {
              if (!point) {
                   alert(address + " not found");
              } else {
                   map.setCenter(point, 13);
                   var marker = new GMarker(point);
                   map.addOverlay(marker);
                   marker.openInfoWindowHtml(address);
    </script>
    ]div id="map_canvas" style="width: 500px; height: 300px"></div]
    Note:Above line < was replaced by ] due to issue with forum rendering
    The only Issue I came across with this Code is it doesn't work on FireFox, well as always Cross Browser Issue....
    Good nite :)
    Regards,
    Deepak H Andeli
    Edited by: Deepak H Andeli on Jan 29, 2010 12:19 AM

  • Problem viewing Multiselect: "Error com.waveset.ui.web.applet.multiselect"

    Hi,
    I am getting this error whenever I try to show a form which has MULTISELECT fields in it.
    "com.waveset.ui.web.applet.multiselect.class" not found. All other functionality is working fine.
    The only thing I could make out is that there is a proxy(WEBSEAL junction) between web client and IDM server, I tried to edit BASE HREF in waveset.properties but still the problem persists. Can anyone provide solution for this problem?
    -- ARK

    IDM uses Java applets for the multiselect fields by default. It looks like it can't find the applet class for some reason. I'd check for the jars in the applet subdirectory where you deployed IDM. Specifically the ms6.jar file. It's possible they didn't get deployed right or that the proxy is eating them up on the way out. As an idea you might try directly accessing the jar file to see if the proxy is interfering. Something like a direct retrieval of http://example.com:8080/idm/applet/ms6.jar.
    There's a way of using a javascript based multiselect field rather than the java applet. Unfortunately it involves editing each and every form that has a multiselect field in it and adding a property such as : <Property name="noApplet" value="true"/>. I really don't get why Sun decided to use a java applet when a standard HTML field works better and is more compatible with all the different browsers out there, but whatever.

  • Bug editing list Items using webpart connections ,group by and inline editing

    Hi Everyone. I came across a bug using out of the box features.
    Let me explain well the details to reproduce the error. I used :
    *2 Lists :
    -List one : the consumer list with two columns : 
    -Number column
    -Choice column
    -List two :
    The sender list with one column :
      -Lookup column to gets the number column on the consumer list
    *A webpart Page
    *2 listviewwebparts in the webpart page
    *Connect webparts to filter by the lookup column/number column
    *Add inline editing in the consumer webpart 
    Till now everything works perfectly, inline editing works fine. Let's add some more view details :
    *Add a group by in the view of the consumer webpart (group by the choice column)
    => Try to edit list items, you will notice that inside a group, inline editing is OK and inside another group it doesnt work!
    If you get the same error, that would be nice to find where is the problem (I already found a similar bug and the problem was the sorting that needs to be in the same way for both connected webparts , ASC or DESC). But this one... ???

    Hi Static,
    According to your description, I create the consumer list and sender list, create a webpart page , add a chioce filter webpart and consumer list webpart. But after I add a group by in the view of the consumer webpart, the inline edit still work fine.
    You can have a look at the blog:
    https://support.office.com/en-ca/article/Connect-a-Filter-Web-Part-to-a-List-View-Web-Part-4f3f6c10-0a1b-479d-8b4d-c4f1bf49bb3f#bms3
    Thanks,
    Eric
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Eric Tao
    TechNet Community Support

  • Is it possible to disable the + button at the bottom of a view where Inline Editing in enabled?

    As per the title, I have a list view where Inline Editing is enabled. I need to know how to disable or hide the green plus icon at the bottom of the list (Add new item).

    Thank you Wendy! That solution works great.
    So all that is needed is this:
    <script
    src="http://code.jquery.com/jquery-1.10.2.min.js"
    type="text/javascript">
    </script>
    <style
    type="text/css">
    .ms-listviewtable
    img[alt='New']{
      display:none;
    </style>

  • Web applet to get pixel color

    I know nothing about java, but I 'll learn if I need. But first, I need to know if a java web applet can do the goal I need:
    A java web applet that can pass a specific pixel color on the browser windows to javascript. The coordinates of that pixel will stay outside the own applet borders.
    I don't know if this is the right forum, so can you please help me in any way?
    Thanks a lot.
    Julio Morales.

    juliochile wrote:
    I know nothing about java, but I 'll learn if I need.
    But first, I need to know if a java web applet can do the goal I need:Fair enough
    A java web applet that can pass a specific pixel color on the browser windows to javascript. Yes this can be done, but as I recall it was somewhat of a pain. It will also be browser-specific. If you ask me the requirement is probably flawed.
    The coordinates of that pixel will stay outside the own applet borders.Huh? So you need to sample a pixel? This post makes little sense. Post the exact use case. Way too vague.

  • Web applet LinkedIn

    Hi, I've created a Web Applet under contact related info. the web applet name is LinkedIn and it displays the content of the web page (linkedin web page). the Web Applet HTML I inserted is:
    <IFRAME frameborder="0" src='http://www.linkedin.com/search?search=&keywords=%%%First_Name%%%+%%%Last_Name%%%+%%%Primary_Account_Name%%%' width="100%" height="100%> </IFRAME>
    Its purpose is to grab the name and company of a contact and display it. well it does that but it shrinks the related info display width and the height. another thing that happens is that the links of the Training and Support, Admin, My Setup, Deleted Items, Help, Sign Out will not show. please advise.
    Thanks David

    hi alex
    i am trying to filter my data and use an iframe simultaneously
    these aresome of the html snippets i tried in my applet
    <iframe src='https://secure-ausomxaya.crmondemand.com/OnDemand/user/analytics/saw.dll?Go&Path=%2fshared%2fCompany_31847_Shared_Folder%2fCall+History&Options=rfd&P0=1&P1=eq&P2=Account."Account Name"&P3=%%%Account%%%&Action=Navigate' width="800px" height="200px" frameborder="0" scrolling="auto"></iframe>
    <iframe src='https://secure-ausomxaya.crmondemand.com/OnDemand/user/analytics/saw.dll?Go&Path=%2fshared%2fCompany_31847_Shared_Folder%2fCall+History&Options=rfd&Action=Navigate'&P0=1&P1=eq&P2=Account."Account Name"&P3=%%%Account%%% width="800px" height="200px" frameborder="0" scrolling="auto"></iframe>
    <iframe src='https://secure-ausomxaya.crmondemand.com/OnDemand/user/analytics/saw.dll?Go&Path=%2fshared%2fCompany_31847_Shared_Folder%2fCall+History&Options=rfd&Action=Navigate&P0=1&P1=eq&P2=Account."Account Name"&P3=%%%Account%%%' width="800px" height="200px" frameborder="0" scrolling="auto"></iframe>
    The data doesnt get filtered out but it filters out if i use the url section of the applet and remove the iframe which in turn leaves a big blank space under my report
    Help!
    Edited by: Nick Advani on Dec 11, 2008 5:01 PM

  • Web Applet passing account Name

    I have created a Web Applet for the Account object with the type = url which links to an external web site. I pass the Account Name as part of the url string. The problem I am having is when an Account Name contains an apostrophe the link does not fire. The website vendor says the problem is with the JavaScript Siebel is using, that the apostrophe has to have an escape "\" before it. Has anyone had this problem before? We are on R15.
    Thanks,
    Avery

    Support has reported this as bug and submitted a Change Request to development. The workaround is to use a weblink field.
    Avery

Maybe you are looking for

  • How to electronically sign in Adobe reader 11.0.6?

    I need a verified electronic signature with the stamp thing. I'm using a mac and cannot figure it out. thank you

  • My ipad has an empty blue screen. no icons

    I have tried powering it off, but that does not work.any solutions other than a repair shop?

  • Random websites shut down when i open them

    hi, i was wondering if anyone could help me. there are certain websites (well a majority) that just shut down completely when i go to them. I tried this on firefox and safari. In the past they use to work out fine. I use to be able to go to websites

  • Variant configuration information transfer

    Dear Gurus: Here I faced a special scenario. Our customer built huge vehicle and we will supply core components to them. For these core components, we already start vairant configuration, that means,for one core components, if the vehicle configurati

  • Mac bloqué au démarrage après un changement de permissions

    Bonjour, J'ai récemment acquis un nouveau MacBook Pro 15". Totalement nouveau, je débute facilement jusque aujourd'hui. J'ai vu dans les "informations" du disque dur "MACINTOSH HD" plusieurs options permettant de limiter les permissions. Pensant alor