Closed uris-tools closed 10 months ago
Hey @uris-tools, sorry I’m so slow at this point, this is looking really good though. I do need to give it a whirl, I’ve just been slammed, but I haven’t forgotten!
Hi Danny,
No worries. Not urgent...
In the meantime, I made another change I'd like to push, but I think it will be easier for you to review them separately. The PR from last month adds additional levels to the navigation (in addition to Account->Fields, it adds Account->Fields->Name , Account->Fields->Country, etc)
The 2nd change improves (from my point of view) the search. It is pushed to my branch , but I did not create a PR for it yet. It's a big change so I would prefer to do it after you review the current PR. Changed SEARCH method · @.*** https://github.com/dannysummerlin/force-navigator/commit/56495b84e0909ae6e4a6b396937b04cc257a182d
This changes what happens when you use "?" in the command field. The search is done directly in the search box and the results can be clicked to open the record: [image: image.png] Uri
On Sat, Jan 6, 2024 at 4:32 PM Danny Summerlin @.***> wrote:
Hey @uris-tools https://github.com/uris-tools, sorry I’m so slow at this point, this is looking really good though. I do need to give it a whirl, I’ve just been slammed, but I haven’t forgotten!
— Reply to this email directly, view it on GitHub https://github.com/dannysummerlin/force-navigator/pull/38#issuecomment-1879730064, or unsubscribe https://github.com/notifications/unsubscribe-auth/ATDXHSDASXPJZ2ZPZDTUCNTYNFVARAVCNFSM6AAAAABADD5KJOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNZZG4ZTAMBWGQ . You are receiving this because you were mentioned.Message ID: @.***>
pulling this into improvement branch for verification
So cool! First thoughts:
I'm going to keep checking it out, and yeah go ahead and make a PR for the search situation, we might be able to do a both/and and have a setting or something!
Hi again,
I'm not sure I understand "system fields that you can't actually get to the pages of" ? I can get to ID field using "Setup > Account > Fields > ID" or to LastActivity using "Setup > Account > Fields > lastActivityDate". This is not working for you?
I actually like it like that. I did change the sorting so that the fields will appear after the 'higher level' results, but I got used to entering a user name and accessing it directly. To explain:
"Refresh Metadata" 2."users Danny" --> It will load the users and then show you relevant options
"Smith" - it will expand to "Users > Joe Smith". No need to enter "users"
By the way, Tab is not needed - a delay of 1 second (not entering anything) is the same as tab. This is done in debounceGetMoreData()
If you still prefer to change it, no problem. I can remove it from the commands cache.
Uri
On Tue, Jan 16, 2024 at 6:35 PM Danny Summerlin @.***> wrote:
So cool! First thoughts:
- Let's filter out fields like Id, LastActivityDate, etc, the system fields that you can't actually get to the pages of
- I noticed that after the first load, it starts to auto-load the fields before I have hit Tab, I'd prefer to have it wait, what do you think?
I'm going to keep checking it out, and yeah go ahead and make a PR for the search situation, we might be able to do a both/and and have a setting or something!
— Reply to this email directly, view it on GitHub https://github.com/dannysummerlin/force-navigator/pull/38#issuecomment-1894203654, or unsubscribe https://github.com/notifications/unsubscribe-auth/ATDXHSEKB5C7AWSX3V4KRA3YO225DAVCNFSM6AAAAABADD5KJOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOJUGIYDGNRVGQ . You are receiving this because you were mentioned.Message ID: @.***>
Expanding some fields to show additional level of info: "Case Fields" [TAB] will load list of fields "Account triggers" [TAB] will load list of triggers users [TAB] will load all users. "users dan" will show matching users for direct access "list assets" [TAB] will load all the LISTVIEWS for this object and allow to jump to a listview directly run report [TAB] - list of reports edit report [TAB] setup profiles [TAB] - list of profiles Apex Classes [TAB] - list of apex classes