CRM on demand reports; Links for action in PivotTables

Hi all

I have a problem with the Action links for Oracle CRM on Demand. When I click an action link to navigate to a page of account details, I get the following error:
The record you are trying to access has been deleted or has received a new owner and you no longer have access to it. If you deleted the file, it can be found in deleted items. If you continue to have problems contact your Oracle CRM on demand.

Browse the forums grew up this thread: can not access a recording with an ActionLink
In this thread, he said of the account ID column next to the account name column. This solution works for regular tables, but not for PivotTables.

Is it possible to make a link to a page of links pivot account details?

For PivotTables, you need to use this method in order to be able to drill down to the detail of the page:

You report.
Define criteria: Add the account ID (field ID for the record is a must)

-Click on the icon--> properties on this column--> data Format tab uncheck Override default data format and select plain text in the text to be treated as falling down.

Add the code below in the text box.
"http://"@[html"]
href=https://*secure-ausomxXXX*.crmondemand.com/OnDemand/user/AccountDetail?OMTGT=AccountDetailForm&OMTHD=AccountDetailNav&AccountDetailForm.ID="@">view account ".

Add this column in the PivotTable lines section.

I hope this helps!

Royston

Tags: Oracle

Similar Questions

  • Link chart action for refreshing a report of region within the same page

    Gurus of the APEX

    As long as we have the graph and report region region on the same page and based on the action of graph link must be able to refresh the report region within the same page

    for example: I expense spend by category such as a pie chart and on the link of the action of which I want to refresh a report region by the right of it (in the same page) to show the details contained in this category spend - also I do not have to réactualisiez around the same page, just to refresh the region related to the category Click on the graph

    Any help would be great on this - I use APEX 4.2

    Thank you

    Shas

    Thanks Tom / Scott - sound now worked

    Following my code for the javascript function in the page section,

    function clickPie (pID) {}

    $x('P4_ITEM_CATEGORY').value = pID;

    $('#CategoryDetailsDD').trigger ('apexrefresh');

    }

    And here is my URL of the link graphic action section

    JavaScript:clickPie("#label#")

  • I can't download the last update for Adobe Muse CC. I was in charge of this formum. I have an error message "ERROR Adobe Muse CC met a now error and will exit. Please report the last actions bit that you have taken to this error to th

    I can't download the last update for Adobe Muse CC. I was directed to this forum. I have an error message "ERROR Adobe Muse CC met a now error and will exit. Please report the last actions bit that you have taken to this error to the Adobe Muse CC team. Try to instantiate UID U4691, but lastAllocatedUID is only: 4491 OK

    I would be very grateful if someone can help me solve this problem. I tried the Adobe Muse online chat, but they directed me to you... I'm in the middle of a project for a client and my deadline is Thursday, April 21.

    I'm not familiar with the use of the forums.

    I looked online updates, I have no idea what to do.

    Deb Kelleher

    [email protected]

    has responded to your other thread, , I can't download the last update for Adobe Muse CC. I was in charge of this formum. I have an error message "ERROR Adobe Muse CC met a now error and will exit. Please report the last actions bit you took for this error to th

  • Cannot call a dynamic report link action after dynamic refresh

    I have a shopping car, that I'm trying.  (apex 4.2 database 11 g 2)

    In the basket, I have a link change which performs the dynamic action to open the modal page plugin.   I also have a button on the region to do a region of dynamic action refresh if you modify the cart in modal region.  After the updating of the region, I can no longer click on the link Edit (nothing happens)

    the link is defined as class = "lines" onclick = "return false".

    and lines is a dynamic action of jquery to call the page target in the link for the modal skills builders page.

    I checked the JS console and I saw no errors... any suggestions?

    Thank you

    Scott

    Hello

    When the page is loaded, Jquery listen event trigger on document.ready

    But in your case, when you refreshed your region, the values on the screen are from this point while it was loaded before.

    Go to your dynamic action

    Change extended the event live or dynamic.

    Scope of the event: DYNAMIC or LIVE

  • Tool for Adobe PDF link 'select action' by default 'run menu' point

    Hello

    I'm having a problem with Acrobat or by default in my "M" drive to find a link.

    I have removed/deleted the link several times. I even tried the lock link.

    Whenever I have an appointment to "Create a link" then click on the link for the Action "Open Web page" and enter the URL www.southern-trails.com

    When I return to for test it goes to file:///M?Text%20Files%20for%20TMC...

    I have changed and went to properties and right click the Actions tab - select the Action to "Open the Web link", I locked and left unlocked and it always goes back to file:///M?Text%20Files%20for%20TMC...

    Is this due to the fact that the file is saved to this location. What I have to go back and create the PDF from scratch in InDesing and start again, I'm not having this problem with any other just this links on.

    Help, please.

    Thank you

    Jamie

    See page 8 of the PDF http://www.texmedctr.tmc.edu/NR/rdonlyres/3C14FCA0-3214-41F8-8A64-780AA21C989C/1978/80110 _ Pages_Web.pdf

    You must specify a correct like address:

    http://www.Southern-trails.com

  • Call a process report link Page

    Hello.

    I use Apex 4.2.1 on mod_plsql and Oracle 11 g 3.

    I'm trying to run a PLSQL after - submit process page when users click on a link generated SQL in a classic type report.

    For example, my classic report uses the query:

    SELECT

    E.*,

    ' < an id = "RID" href = "f? p = & APP_ID.:31: & SESSION. : ADDROW:P31_ENAME, P31_MGR, P31_DEPTNO:'

    || E.ENAME

    || ','

    || TO_CHAR (E.MGR)

    || ','

    || TO_CHAR (E.DEPTNO)

    || « « > »

    || 'Add new line '.

    || '< /a >' AS ADD_ROW

    Of

    EMP E

    My page has also a submit after PLSQL method defined as:

    declare

    whole v_empno;

    Start

    Select nvl (max (empno), 0) + 1

    in v_empno

    EMP;

    Insert into emp (empno,

    Ename,

    Bishop.

    DEPTNO)

    values (v_empno,

    substr(:P31_ENAME,1,1) | '-' || TO_CHAR (v_empno),

    TO_NUMBER(:P31_MGR),

    TO_NUMBER (:P31_DEPTNO));

    end;

    This process is the condition 'Request = Expression 1', where 'Expression 1 ="ADDROW.

    I thought that if users click on the report link "ADD_ROW", then items ENAME, MGR and DEPTNO report would be sent to corresponding page elements.  In addition, the PLSQL process above would be carried out and add a new line to the EMP table.  The report would then display then the newly added row.

    But when I click on the link for the report, I see that my page elements, in fact, the report associated a value assigned.  But the process page is never executed.

    I looked at the page state in Session and in debug mode.  The transformation runs simply never my page process.

    Anyone knows why my page process is not executed?  And how do I get the page process runs when users click on the report link?  Indeed, what is the point of having even a floor embedded in the url, so REQUEST it is not recognized bt other processes on the page?

    In my workspace from apex.oracle.com, I created an example page where all this was coded:

    Workspace: EEG

    User name: [email protected]

    Password: galaxy123 (all lowercase)

    AppID: 27083 (Elie_Goodies)

    Page 31 (Option to request Url of Test)

    I would appreciate if someone could help me with what I am puzzled why it doesn't work.

    Thank you very much.

    Elijah

    Hi Elijah,

    I think it's fixed.  It was very close. It's just a matter of timing.

    For a REQUEST be visible after do you need to submit the page.  Something like apex.submit ("ADD_ROW") will do it.

    Then, when the page displays the QUERY is empty again.

    Same thing with the link, which is what you have implemented, the DEMAND is there for the rendering of the page. Then he disappeared when the page is sent.

    All I had to do is move your process to run before header so that it can 'see' the value of the claim.  I have not touch (or seek) and the code.

    Points of treatment area or on a charge before the header or before loading would have worked here.

    Thank you

    -Jorge

    Post edited by: jrimblas

  • Review of CRM on demand Essentials

    Hello

    I am preparing to take the exam CRM on demand Essentials soon. Can anyone of you please suggest what are the essential themes that I have to study for the exam. Links or e-books will be useful. Anyone who took the exam please part in the examination.

    Thanks in advance.
    Rambeau

    Raghu,

    There are 140 questions and his questions multiple choice, there is no review information to share, but understand the forecasting and visibility of the Manager. If you send the email I can send you review what they say they will test you and me.

    concerning
    Alex
    Alex.Neill (at) crmnow (dot) com (dot) to the

  • Several questions to CRM On demand release 16

    Hi all

    I use the trial version of Oracle CRM On Demand 16 release, and I have several questions to ask:

    1. in the help document "Oracle CRM On Demand administration / Business process management/creation workflow rule Actions" mentioned that we can create a value for update action, but I can't find this feature in the workflow rule action.
    While we have to pay for this feature, like "assign an action book"?


    2. I can't add new values to lookup the status of Service request, it is a read-only.
    Is there a way to do this?


    Thanks for any suggestions!

    Hello

    1. the 'Updated value' Action is available under Triger Event-"before recorded change."
    I don't know why you have to pay to "assign an action book. It's on the box feature.

    2. Yes, the status of SR is a read-only list. A workaround that I can think of is to create a custom field for the status. Then run a WF to synchronize the values of the status field custom field initial status (particuluarly open and close values. Who will maintain the integrity of all matrices of SR).

  • Please give me the download link for md313 training camp.

    Please give me the download link for md313 training camp


    Unfortunately, I can not find this file.

    Please help me.

    Hello alireza2003,

    Thank you for using communities of Apple Support.

    I don't know what exactly you are trying to accomplish, but if you download Bootcamp for Windows 8.1 support software, and then follow the steps below.

    Download the software supported for Windows 8.1 or later

    1. Make sure that your Mac is connected to the Internet.
    2. Open Boot Camp Assistant, located in the Utilities folder of the Applications folder.
    3. Uncheck all options in the Boot Camp Assistant window, except the ability to download the latest version of Windows software Apple support. Then click on continue.
      If you don't see this option, choose Action > download the Windows Support software in the menu bar.
    4. Make sure that your USB flash drive is displayed as the destination drive. Click on continue, and then enter an administrator name and password, if prompted. Boot Camp Assistant then downloads Windows supported software for this drive:

    Problems?

    • If the wizard does not see your USB flash drive, click Go Back and make sure that the drive is connected directly to the USB port on your Mac, not to a screen, keyboard or hub. Disconnect and reconnect the drive, then click on continue.
    • If the wizard says that your USB key cannot be used, ensure that it is properly formatted.
    • If the wizard says that it cannot download the software due to a network problem, make sure that your Mac is connected to the Internet.
    • If the wizard says that the Windows support software could not be saved on the selected disk, make sure that your USB has a capacity of storage to the last 8 GB.

    If you do not see some Mac functionality if you are using Windows on your Mac

    Take care.

  • Hello, I just need the link for buying adobe photoshop CS6 extended. Thank you for your help

    Hello, I just need the link for buying adobe photoshop CS6 extended. Thank you for your help

    Also, depending on the age of your computer and operating system, the store cannot sell to you

    From what I was told by an employee, newer than 10.7 Mac must subscribe in the cloud instead of buy CS6... and someone with Win10 must also subscribe to the cloud for CS6 is not compatible (meaning that the seller will ask you your operating system and not sell you CS6 if she does not work on your computer... I don't know if this means that Win7 and you can't buy if you have Win8)

    Please report back with your operating system if you are able to buy CS6

  • On the link command Action is not firing

    Hello

    I use JDev Version 11.1.1.6

    I have CommandLink where I wrote a method at the bean for Action. And the same command binding has the showpopup behavior

    My hypothesis was during the click on command action method first fires link then goes off then the showpopup behavior.

    But when I click on method action link command is not shooting, only showpopup behavior is pulled.

    is TI WHEREAS behavior?

    Thank you very much

    ~ Pierre Badri

    As already mentioned, the showPopupBehavior prevents the action send to the server.

    You can remove the showPopupBehavior from your link and show the popup from within java code in your bean.

    RichPopup.PopupHints ph = new RichPopup.PopupHints ();

    Popup.Show (pH);

    Timo

  • Change the link of Action dialog box

    I'm following this tutorial ( Oracle JDeveloper 11 g Release 2 tutorials - creating a Web Application using EJB, JPA, and JavaServer Faces ) and step 2: create a workflow defined with two Pages JSF, step 21. In the dialog box change the binding Action, in the value field, enter #{pageFlowScope.sal} I'm lost - I do not know how to open the link Action Edit dialog. I looked on the internet and it seems that it should open automatically after the addition of data control, but it did not happen or I missed it somehow... How should I open this dialog box?

    User, please tell us your jdev version!

    If you do not get the dialog box (don't know why you don't get it) you can open it yourself. Switch to the links tab (the tab is below the editing area in jdev). You find the action, you need to edit on the left side in the section "links". Select the link of action that you want to change (getEmployeesFindBySal in your case) and click on the pencil icon on the top right. This opens the dialog box you are looking for.

    Timo

  • "Report Designer" and "Run report" links are disabled in VSM 9 RP8?

    Hello

    In my installation of VSM 9 RP8, "Report Designer" and "Run report" links are disabled.

    Is this a problem of license (in Admin-> System Administration - > Sytem-> Your Organization, license type reflects as demo)? Or I need to activate certain settings activate the links "Report Designer" and "run a report?

    Any ideas?

    Concerning

    Ankit

    Please check the settings

    Admin-> System Administration->-> reports security roles.

    and the security settings for your user name (roles of Security - Reporting).

  • CRM on demand of Life Sciences

    Hi all

    If I want to add to my current life sciences, this will be done? Oracle provides a different URL for the life sciences applications? or will it be embeded in the instance present itself?

    Please confirm.

    Thank you
    Natraj

    Natra, life sciences version can be added to your current version of CRM On Demand. Customer contact and they put this toll-free service.

  • Problems with the "CRM on demand - Outlook integration" when used through Citrix?

    Hello all,.

    We are implementing Oracle CRM On Demand and the Outlook integration for our users. We have few users who will connect to the system using citrix. I wanted to know if there are known problems with the integration of outlook with on demand when it is used through Citrix.

    It will be great if you can provide me some details about the same.

    Thank you
    Abhay

    Published by: Abhay s. on January 21, 2010 08:33

    We run everything although Citrix for Outlook and the application is hosted on Citrix servers. Personally, I have two sessions running at any given time...

    One - Citrix with the application installed on the local server but personally, I don't use outlook via Citrix but do other users.
    Two - I start Outlook on my local machine outside Citrix as well and it works fine

Maybe you are looking for

  • 10 IOS bluetooth problem

    Before you upgrade to IOS 10 both Iphone5s and 6 s more, bluetooth in my Nissan Murano 2013 worked perfectly. Now, pairs of thin phone and able to call but Bluetooth drops out when receive call and it happens on both devices IOS 10. Walks through the

  • Manufacturer of dough/paste heat stock in Mac

    Hello! Anyone know who is the manufacturer of thermal paste stock, apple uses in Mac, especially in the MacBook Pro since their introduction? And Apple provides their service centers all over the world with it?

  • photos of iPhone not seen by Photo app, etc.

    I upgraded to El Capitan and had any other problems since. After having to give up on Picasa, I try to use Photos or Image capture. But neither open nor see my iPhone (iPhone 5 c). They have it done for a while - I was able to import photos using the

  • Satellite A30: PXE - E61 media test check the cable failure

    OK got this message on a cell phone of friendsOthers have played with him and made it worse, and now I received the laptop to try and fix. When you start to get PXE - E61 media test check the cable failurePXE - M0F outgoing PXC Rom If his tent to boo

  • Thermal camera problem and focus

    Someone from another phone to heat when you use the camera? Is there something I can do to fix this? The camera also has a hard time focusing on images that are basically plan. I had the same problem of focus with the 2014 model.