Help & Support
Elevate Your Agents with AgentExchange Solutions
Easily enhance Agentforce with pre-built AI solutions from AgentExchange. Browse, install, and deploy agents, actions, and apps directly into your environment. Tell Me More
Have Questions?
Record Hunter
Find any records you need, when you need them.
- Business Need
- ProductivityData Management
- Requires
- Platform Cloud
Record Hunter lets you to create a customized search box for any records on your Salesforce org.
Rating
Reputation
MVP
Recognized by Salesforce for their leadership, expertise, and generosity
Top Reviewer
Contribute reviews that encourage conversation and help others make informed decisions
Ranger
Lifelong learners who have earned the Ranger rank or higher on Trailhead
Showing 10 of 26 Reviews
Knowledge での利用はできますか?
質問させてください。 弊社で、Knowledgeオブジェクトの検索に利用したいと思っているのですが、 オブジェクトが選択できません。 Knowledgeオブジェクトは利用ができないのでしょうか?
Record Hunter Gのカスタム開発について
Record Hunter Gに関してご質問させてください。 現在当社ではレコードハンターを活用した検索ページを用いているのですが検索時のクエリ上限等でエラーが発生することを懸念しているのですがグローバル版の「Record Hunter G」のソースコートはカスタムを行うことは可能なのでしょうか? Salesforce上では管理package扱いのため編集ができませんでした。 ▼下記が質問したい内容 ①グローバル版のRecord Hunterのクラス編集の可否 ②①が可能な場合に編集方法
No results in the section "Results"
Hello, I followed the steps described in the guide but I have no results in the section results. I used the same object and same fields in the search box and the datalow. Please, do you have any idea about the cause of this problem ? Thank you !
Favorite app, but may be here is a bug ?
1, Source Code File: RecordHunter_SearchBoxController.js ---->Source Code: group.fields.push(fields.shift()); Review Comment: this code delete all fields of page attribute 'fields' ※use [c.get("v.fields")] can check it out. 2, Source Code File: RecordHunter_SearchBoxController.js ---->Source Code: const fields = c.get("v.fields").filter(function(field) {return field; }); Review Comment: this code get the page attribute [fields] which is empty and set it to JS var [fields]. ---->Source Code: h.findRecords(c, h, c.get("v.objectName"), c.get("v.keyword"), JSON.stringify(fields), c.get("v.customLogic")) Review Comment: this code pass the empty array(json) 'JSON.stringify(fields)' to apex service. Sum of all above, it always pass an empty array(json) to apex service and it throw a null object exception. PS: installed the app on 2023/08/31 JST If it's not a bug , bug the config missing, could you please share the right way of configration? Thank you. Email: lhtlht8888@yahoo.co.jp =================================== 3, Source Code File: RecordHunter_SearchBox.cmp ---->Source Code: <aura:attribute access="private" type="Integer" name="numGroupItems" default="6"/> Review Comment: There is not any other function to set the 'numGroupItems' attribute . It always be the default value '6'. Is this correct?
Great for searching but....
This has made searching for articles easy. However, I have an issue- My search set up is on two fields, called 'category' and 'sub-category' (this has a dependent picklist on Category) But when using this app the dependent list isn't working. So, all picklist values are showing in 'Subcategory'.
Unhandled exception when no matching records were found
In testing the app, we first wanted to verify that sharing is checked when searching. (This point should be addressed in the documentation. Quite frankly, a documentation without any mentioning of security is a no-go. A simple phrase such as, "obeys record access/sharing" would have sufficed.) Which brings me to the next point, exception handling. For a search component, finding no matching record is no edge case. However, this app gave an unhandled exception - apparently when trying to access an empty list. Handling such a case is a basic part of a programmer's craft.
best tool
I am using it conveniently. By the way, in my environment, when I display rich text, I can see even the html tag. Can you avoid this?
It won't search our PersonAccount records
We installed this on our SF org that uses the LPI license, but it doesn't work for us. We're trying to search Accounts (via PersonAccount) but no data is being returned. We have both cmp set to search Account. Is this cmp supported for our situation? If so, is there anyone that can help me troubleshoot what isn't working? Thank you.
Scrolling is missing in DataTableWithFlow lightning component
There is a bug in the aura component named "DataTableWithFlow" in this package which does not allow the scroll bar to come in the modal for the flow. We need to fix it on our own. I request the Salesforce Labs team to look into it. If you want to fix it on your own follow the below code: earlier: In DataTableWithFlow.cmp line 64. {!v.modalBody} After fix: {!v.modalBody} In CSS: [FIX - Just add the below code] .THIS .slds-scrollable_y { overflow-y: auto !important; height: 25rem; }
Limited Object Support
Don't understand why it supports some objects, but not others. Seems like it has a recent release, but maybe an old API version? For example, I can specify OrderItem object but not OrderItemSummary object.
The description in the app exchange didn't work, try this one (it's a bit tricky): https://github.com/SalesforceLabs/record-hunter/wiki/Getting-Started