Docs updates for E/A#97337 Add search operators for custom fields and reimbursement IDs - #97743
Draft
MelvinBot wants to merge 1 commit into
Draft
Docs updates for E/A#97337 Add search operators for custom fields and reimbursement IDs#97743MelvinBot wants to merge 1 commit into
MelvinBot wants to merge 1 commit into
Conversation
…ternational reimbursement IDs Co-authored-by: Shubham Agrawal <shubham1206agra@users.noreply.github.com>
Merged
40 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Explanation of Change
E/A#97337 added three new advanced search filters to the Reports/Expenses Search page: Custom field 1, Custom field 2, and International reimbursement IDs. These are usable both as filter rows and as typed search operators, but the help site's search operators reference didn't list them.
This updates Use Search Operators to Filter and Analyze to document the three new report operators:
submitter-user-id:– Custom field 1 value on the reportsubmitter-payroll-id:– Custom field 2 value on the reportorder-deal-numbers:– International reimbursement IDs on the reportAlso added
custom fieldandinternational reimbursement IDsto the article'skeywordsfor discoverability.Labels/casing were verified against the live New Expensify UI (the three filter rows render as exactly Custom field 1, Custom field 2, and International reimbursement IDs) and against
src/languages/en.ts, followingHELPSITE_NAMING_CONVENTIONS.md,HELP_AUTHORING_GUIDELINES.md, andTEMPLATE.md.Related PR
@shubham1206agra, please review the files changed and confirm they reflect the current behavior. Then post a new comment saying
@MelvinBot mark this PR as ready for review.