-
ChatterFeed
-
0Best Answers
-
0Likes Received
-
0Likes Given
-
8Questions
-
11Replies
Lightning Web Component with dynamic chart using retrieved data
Are there any examples of how to take a retrieved dataset (from a wired variable or function) and refresh a chart, displaying the retrieved data? Any help would be much appreciated.
- Jonathan Meltzer 8
- May 05, 2020
- Like
- 0
- Continue reading or reply
How to make Apex call in Subscribing Lightning Web Component and display information
Greetings! I am creating a Lightning App Page where I am entering an account code into component A. That code gets sent to component B via pub/sub, and component B sees it just fine. I want component B to then make an Apex call to get records from another object (call it ACV) based on the account code that was sent from component A. I have tried various combinations of @wire, @api, and @track, and have also tried to make the call in the event that is fired when the account code changes, but I cannot get the data from the ACV object to display in component B. I know I am missing something basic, but I cannot find any examples of a component that subscribes to an event and then makes an Apex call to get records and display them.
Does anyone have an example of a pair of components that does this? To recap:
Component A has an input field where the user enters an account code. When the code changes, component A uses @wire to run Apex and get the Account record. A fireEvent sends the new account record to component B, who is subscribed to it.
Component B runs a function when the event fires, and can display information related to the account record from Component A, but I want to run another Apex method to get ACV records associated with the account and display them in the HTML for component B.
I hope this explains what I want to do. The APEX methods take a string parameter called searchTerm to do their searches, and return an array of records that should be size 1.
Thank you for any help.
- Jonathan Meltzer 8
- April 29, 2020
- Like
- 0
- Continue reading or reply
Interactive HTML
Basically, the HTML file allows the user to search on the underlying data that is in the other support files. Thanks for any help.
- Jonathan Meltzer 8
- December 10, 2018
- Like
- 0
- Continue reading or reply
Migrating all settings for a profile from one org to another
There has to be a way, other than painfully recreating the permissions in the new org (and then having to do it again in Production), to recreate the profile correctly. Please help. What am I missing?
- Jonathan Meltzer 8
- November 29, 2017
- Like
- 0
- Continue reading or reply
How to query which profiles have a login flow?
- Jonathan Meltzer 8
- February 06, 2017
- Like
- 0
- Continue reading or reply
How do you create a Visual Force tab that contains a separate List View from the main tab?
However, the requirement is for the custom Tab to exist OUTSIDE of the main Cases tab. The custom tab is set up to refresh every X seconds (defined in javascript in the page using setTimeout("location.reload(true);",20000);), and I want the user to be able to select a DIFFERENT list view in their main Cases tab if they want, while still being able to see the contents of the custom VF tab.
Is this possible? Can you have two tabs for essentially the same object, one with list view A and one with list view B (or no list view at all)?
- Jonathan Meltzer 8
- September 12, 2016
- Like
- 0
- Continue reading or reply
Custom Log A Call button not saving to Activity History on related Case
/00T/e?title=Case&what_id={!Case.Id}&who_id={!Contact.Id}&tsk5=Research&retURL=%2F{!Case.Id}
The idea is to do what Log A Call does, except to hide the Followup Task area and to change the default Subject to Research. Both of these things work fine, but when I create the new activity (task), and save it, I return to the Case record and the activity has been saved SOMEwhere, but it is not showing under the Activity History where it does when the Log A Call button is used. I know the activity is getting saved because there is a post-update trigger which is firing successfully.
I don't know where the new activity record is showing up or how to access it. And I do not know how to get the new activity to show in the Activity History.
Any help is appreciated.
- Jonathan Meltzer 8
- January 11, 2016
- Like
- 0
- Continue reading or reply
How to edit someone else's console app?
Thanks for any help.
- Jonathan Meltzer 8
- December 18, 2015
- Like
- 0
- Continue reading or reply
How to make Apex call in Subscribing Lightning Web Component and display information
Greetings! I am creating a Lightning App Page where I am entering an account code into component A. That code gets sent to component B via pub/sub, and component B sees it just fine. I want component B to then make an Apex call to get records from another object (call it ACV) based on the account code that was sent from component A. I have tried various combinations of @wire, @api, and @track, and have also tried to make the call in the event that is fired when the account code changes, but I cannot get the data from the ACV object to display in component B. I know I am missing something basic, but I cannot find any examples of a component that subscribes to an event and then makes an Apex call to get records and display them.
Does anyone have an example of a pair of components that does this? To recap:
Component A has an input field where the user enters an account code. When the code changes, component A uses @wire to run Apex and get the Account record. A fireEvent sends the new account record to component B, who is subscribed to it.
Component B runs a function when the event fires, and can display information related to the account record from Component A, but I want to run another Apex method to get ACV records associated with the account and display them in the HTML for component B.
I hope this explains what I want to do. The APEX methods take a string parameter called searchTerm to do their searches, and return an array of records that should be size 1.
Thank you for any help.
- Jonathan Meltzer 8
- April 29, 2020
- Like
- 0
- Continue reading or reply
Migrating all settings for a profile from one org to another
There has to be a way, other than painfully recreating the permissions in the new org (and then having to do it again in Production), to recreate the profile correctly. Please help. What am I missing?
- Jonathan Meltzer 8
- November 29, 2017
- Like
- 0
- Continue reading or reply
How to edit someone else's console app?
Thanks for any help.
- Jonathan Meltzer 8
- December 18, 2015
- Like
- 0
- Continue reading or reply
I am getting Error Please select a choice while run the flow with Dynamic choice screen
I am getting Error Please select a choice while run the flow with Dynamic choice screen
- Ramesh Kosalairaman
- March 09, 2015
- Like
- 0
- Continue reading or reply
Developer Console Error
We have tried the resolution found in this solution: https://help.salesforce.com/apex/HTViewSolution?id=000204953&language=en_US
but creating a new Workspace does not work (as in the Workspace is not created) and it does not fix the save issue.
We have also tried switching workspaces, which also does not work.
We have cleared cache and tried on multiple computers from multiple networks.
- JWykel
- January 23, 2015
- Like
- 0
- Continue reading or reply
How to get client_id, client secret, and security token?
I have registered my app. Could you please help in letting me know how to get:
1. client_id,
2. client secret, and
3. security token
I am trying to implement Oauth pragramatically so that I can use REST API.
Could you please help.
Thanks,
Rakesh
- Rakesh Roy
- August 18, 2014
- Like
- 2
- Continue reading or reply
Unable to install appexchange apps into sandbox orgs
Hi,
When I try to install an app from appexchange and select sandbox as my destination org, it would not put me into the right location. Is there a problem with the AppExchange?
Thanks!
- Nickname7
- June 12, 2012
- Like
- 0
- Continue reading or reply
How to customize "Schedule Follow up Task" section in "New Task"
Hi All,
I want to customize Follow up Task section, which appears up on the click of "New Task" button.
If I remove followup=1 from the URL, the complete section doesnt appear. But I want that some custom fields should not appear in Follow up task section but they should appear in New Task section.
In the below screenshot, Reason for Call is a custom field. I want to remove only this field from the Schedule Follow up Task section while the remaining section is still visible.
- YogeshArora
- April 28, 2012
- Like
- 0
- Continue reading or reply
Can the Data Loader export data in tab-delimited format instead of CSV?
Is there any to configure the Data Loader to export data in a tab-delimited format rather than the default CSV format? Also I should mention that I would need to do this in batch mode, not through the GUI. The Apex Data Loader User Guide seems to imply that this is possible, but gives no how clues or examples of how to actually configure it. Any help would be most appreciated.
- eoates
- July 22, 2009
- Like
- 0
- Continue reading or reply
Auto-populate Account based on Contact in Custom Object
I working with the conference management app provided by Salesforce on the Appexchange. (http://www.salesforce.com/appexchange/detail_overview.jsp?NavCode__c=&id=a0330000000HFT3AAO)
I am trying to make some modifications to the Attendee Role object. What I would like to do, ideally, is that when a user selects an attendee, really a contact (via the contact lookup), I want it to automatically select the account that corresponds to that contact.
The reason I want to add this functionality is so that the conferences will show up under a related list in both the contact and account page layouts.
I have been struggling with this for a little while - hopefully someone can help me out.
Thanks.
-- Matt
- mattdarnold
- February 06, 2007
- Like
- 0
- Continue reading or reply