Skip to content

[No QA] Add QBWC1039 troubleshooting to QuickBooks Desktop FAQ#90785

Open
MelvinBot wants to merge 6 commits into
mainfrom
claude-addQBWC1039TroubleshootingToFAQ
Open

[No QA] Add QBWC1039 troubleshooting to QuickBooks Desktop FAQ#90785
MelvinBot wants to merge 6 commits into
mainfrom
claude-addQBWC1039TroubleshootingToFAQ

Conversation

@MelvinBot
Copy link
Copy Markdown
Contributor

@MelvinBot MelvinBot commented May 15, 2026

Explanation of Change

Adds a new FAQ section to the QuickBooks Desktop FAQ doc covering the QBWC1039: Unique OwnerID/FileID pair value required error. This error occurs when the Expensify application is already registered in QuickBooks Web Connector and a second registration is attempted.

The new section includes:

  • Explanation of why the error occurs
  • Step-by-step instructions to remove the existing Owner ID using the CP3 tool
  • Steps to re-add the Expensify application after removal
  • Guidance for hosted environments (e.g., Rightworks), including the Rightworks support phone number

Fixed Issues

https://stackoverflowteams.com/c/expensify/questions/22685 is only in SO

Tests

N/A — documentation-only change.

Offline tests

N/A — documentation-only change.

QA Steps

N/A — documentation-only change.

PR Author Checklist

  • I linked the correct issue in the ### Fixed Issues section above
  • I wrote clear testing steps that cover the changes made in this PR
    • I added steps for local testing in the Tests section
    • I added steps for the expected offline behavior in the Offline steps section
    • I added steps for Staging and/or Production testing in the QA steps section
    • I added steps to cover failure scenarios (i.e. verify an input displays the correct error message if the entered data is not correct)
    • I turned off my network connection and tested it while offline to ensure it matches the expected behavior (i.e. verify the default avatar icon is displayed if app is offline)
    • I tested this PR with a High Traffic account against the staging or production API to ensure there are no regressions (e.g. long loading states that impact usability).
  • I included screenshots or videos for tests on all platforms
  • I ran the tests on all platforms & verified they passed on:
    • Android: Native
    • Android: mWeb Chrome
    • iOS: Native
    • iOS: mWeb Safari
    • MacOS: Chrome / Safari
  • I verified there are no console errors (if there's a console error not related to the PR, report it or open an issue for it to be fixed)
  • I followed proper code patterns (see Reviewing the code)
    • I verified that any callback methods that were added or modified are named for what the method does and never what callback they handle (i.e. toggleReport and not onIconClick)
    • I verified that comments were added to code that is not self explanatory
    • I verified that any new or modified comments were clear, correct English, and explained "why" the code was doing something instead of only explaining "what" the code was doing.
    • I verified any copy / text shown in the product is localized by adding it to src/languages/* files and using the translation method
      • If any non-english text was added/modified, I used JaimeGPT to get English > Spanish translation. I then posted it in #expensify-open-source and it was approved by an internal Expensify engineer. Link to Slack message:
    • I verified all numbers, amounts, dates and phone numbers shown in the product are using the localization methods
    • I verified any copy / text that was added to the app is grammatically correct in English. It adheres to proper capitalization guidelines (note: only the first word of header/labels should be capitalized), and is either coming verbatim from figma or has been approved by marketing (in order to get marketing approval, ask the Bug Zero team member to add the Waiting for copy label to the issue)
    • I verified proper file naming conventions were followed for any new files or renamed files. All non-platform specific files are named after what they export and are not named "index.js". All platform-specific files are named for the platform the code supports as outlined in the README.
    • I verified the JSDocs style guidelines (in STYLE.md) were followed
  • If a new code pattern is added I verified it was agreed to be used by multiple Expensify engineers
  • I followed the guidelines as stated in the Review Guidelines
  • I tested other components that can be impacted by my changes (i.e. if the PR modifies a shared library or component like Avatar, I verified the components using Avatar are working as expected)
  • I verified all code is DRY (the PR doesn't include any logic written more than once, with the exception of tests)
  • I verified any variables that can be defined as constants (ie. in CONST.ts or at the top of the file that uses the constant) are defined as such
  • I verified that if a function's arguments changed that all usages have also been updated correctly
  • If any new file was added I verified that:
    • The file has a description of what it does and/or why is needed at the top of the file if the code is not self explanatory
  • If a new CSS style is added I verified that:
    • A similar style doesn't already exist
    • The style can't be created with an existing StyleUtils function (i.e. StyleUtils.getBackgroundAndBorderStyle(theme.componentBG))
  • If new assets were added or existing ones were modified, I verified that:
    • The assets are optimized and compressed (for SVG files, run npm run compress-svg)
    • The assets load correctly across all supported platforms.
  • If the PR modifies code that runs when editing or sending messages, I tested and verified there is no unexpected behavior for all supported markdown - URLs, single line code, code blocks, quotes, headings, bold, strikethrough, and italic.
  • If the PR modifies a generic component, I tested and verified that those changes do not break usages of that component in the rest of the App (i.e. if a shared library or component like Avatar is modified, I verified that Avatar is working as expected in all cases)
  • If the PR modifies a component related to any of the existing Storybook stories, I tested and verified all stories for that component are still working as expected.
  • If the PR modifies a component or page that can be accessed by a direct deeplink, I verified that the code functions as expected when the deeplink is used - from a logged in and logged out account.
  • If the PR modifies the UI (e.g. new buttons, new UI components, changing the padding/spacing/sizing, moving components, etc) or modifies the form input styles:
    • I verified that all the inputs inside a form are aligned with each other.
    • I added Design label and/or tagged @Expensify/design so the design team can review the changes.
  • If a new page is added, I verified it's using the ScrollView component to make it scrollable when more elements are added to the page.
  • I added unit tests for any new feature or bug fix in this PR to help automatically prevent regressions in this user flow.
  • If the main branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to the Test steps.

Screenshots/Videos

Android: Native

N/A — documentation-only change.

Android: mWeb Chrome

N/A — documentation-only change.

iOS: Native

N/A — documentation-only change.

iOS: mWeb Safari

N/A — documentation-only change.

MacOS: Chrome / Safari

N/A — documentation-only change.

Add a new section covering the QBWC1039 "Unique OwnerID/FileID pair
value required" error, including steps to remove the existing Owner ID
using the CP3 tool, re-add the Expensify application, and guidance for
hosted environments like Rightworks.

Co-authored-by: Ted Harris <twisterdotcom@users.noreply.github.com>
@MelvinBot MelvinBot requested a review from a team May 15, 2026 15:24
@twisterdotcom
Copy link
Copy Markdown
Contributor

@MelvinBot what's the deal with the spell check fails? Can we fix those?

@twisterdotcom twisterdotcom changed the title Add QBWC1039 troubleshooting to QuickBooks Desktop FAQ [No QA] Add QBWC1039 troubleshooting to QuickBooks Desktop FAQ May 15, 2026
@OSBotify
Copy link
Copy Markdown
Contributor

OSBotify commented May 15, 2026

A preview of your ExpensifyHelp changes have been deployed to https://4a8f8421.helpdot.pages.dev ⚡️

Updated articles:

Co-authored-by: Ted Harris <twisterdotcom@users.noreply.github.com>
@MelvinBot
Copy link
Copy Markdown
Contributor Author

Fixed the spellcheck failure — added QBWC and Rightworks to the cspell dictionary in cspell.json.

MelvinBot and others added 3 commits May 15, 2026 15:31
Co-authored-by: Ted Harris <twisterdotcom@users.noreply.github.com>
…ub.com/Expensify/App into claude-addQBWC1039TroubleshootingToFAQ

Co-authored-by: Ted Harris <twisterdotcom@users.noreply.github.com>
Co-authored-by: Ted Harris <twisterdotcom@users.noreply.github.com>
@MelvinBot
Copy link
Copy Markdown
Contributor Author

Fixed the failing spellcheck: added QBWC and Rightworks to the cspell dictionary.

@MelvinBot
Copy link
Copy Markdown
Contributor Author

⚠️ MelvinBot CI Fix Loop Detected

MelvinBot has made 5 consecutive commits trying to fix CI failures. Automatic CI fix dispatches are now paused for this PR.

Next steps: A human should review the recent commits and resolve the conflicting CI errors manually.

1 similar comment
@MelvinBot
Copy link
Copy Markdown
Contributor Author

⚠️ MelvinBot CI Fix Loop Detected

MelvinBot has made 5 consecutive commits trying to fix CI failures. Automatic CI fix dispatches are now paused for this PR.

Next steps: A human should review the recent commits and resolve the conflicting CI errors manually.

@MelvinBot
Copy link
Copy Markdown
Contributor Author

The only failing check is PR Author Checklist — this is a manual checklist that requires the PR author/assignee to complete, not something that can be fixed with a code change.

All other checks pass (ESLint, Prettier, builds, spellcheck, etc.). The perf-tests check is still pending but not failed.

Action needed: Complete the PR Author Checklist items to resolve the failure.

@twisterdotcom twisterdotcom marked this pull request as ready for review May 17, 2026 14:32
@melvin-bot
Copy link
Copy Markdown

melvin-bot Bot commented May 17, 2026

Concierge reviewer checklist:

  • I have verified the accuracy of the article
    • The article is within a hub that makes sense, and the navigation is correct
    • All processes, screenshots, and examples align with current product behavior.
    • All links within the doc have been verified for correct destination and functionality.
  • I have verified the readability of the article
    • The article's language is clear, concise, and free of jargon.
    • The grammar, spelling, and punctuation are correct.
    • The article contains at least one image, or that an image is not necessary
  • I have verified the formatting of the article
    • The article has consistent formatting (headings, bullet points, etc.) with other HelpDot articles and that aligns with the HelpDot formatting standards.
    • The article has proper text spacing and breaks for readability.
  • I have verified the article has the appropriate tone and style
    • The article's tone is professional, friendly, and suitable for the target audience.
    • The article's tone, terminology, and voice are consistent throughout.
  • I have verified the overall quality of the article
    • The article is not missing any information, nor does it contain redundant information.
    • The article fully addresses user needs.
  • I have verified that all requested improvements have been addressed

For more detailed instructions on completing this checklist, see How do I review a HelpDot PR as a Concierge Team member?

cc @greg-schroeder

@melvin-bot
Copy link
Copy Markdown

melvin-bot Bot commented May 17, 2026

@danieldoglas @greg-schroeder One of you needs to copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button]

@melvin-bot melvin-bot Bot removed the request for review from a team May 17, 2026 14:32
@github-actions
Copy link
Copy Markdown
Contributor

HelpDot Documentation Review

Overall Assessment

This PR adds a new FAQ entry for the QBWC1039 error to the QuickBooks Desktop FAQ article. The content is thorough, well-organized, and covers both standard and hosted-environment scenarios. The YAML metadata updates are appropriate. However, the new content introduces heading depth violations that conflict with the governance rules, and there is one cross-linking placement issue.

Scores Summary

  • Readability: 8/10 - Steps are clear, sequential, and action-oriented. The separation into standard vs. hosted-environment instructions is helpful. The two-phase numbered list in "Step Two" (steps 1-5 then 1-5 again) could confuse readers -- consider using a single continuous numbered list or separating with a clear explanatory sentence.
  • AI Readiness: 5/10 - YAML metadata updates (description, keywords, internalScope) are well done and include realistic search phrases. However, the use of ### and #### headings violates the strict "only # and ## headings" rule (HELP_AUTHORING_GUIDELINES.md, Sections 4 and 9). The #### headings ("Step One:", "Step Two:") also use forbidden generic heading patterns ("Step 1" variants per Section 2). These deeper headings degrade AI retrieval because semantic search indexes ##-level headings as primary topic markers.
  • Style Compliance: 8/10 - Button and UI element names are correctly bolded (e.g., QuickBooks Desktop, Open, Remove Stamp, Save, Sync now). Navigation steps follow the established pattern in the existing file. One issue: an external link appears inline within a numbered step (step 2 of the CP3 section), which violates the cross-linking standard that says "Do not place links inside numbered step instructions" (HELP_AUTHORING_GUIDELINES.md, Section 7).

Key Findings

  • Heading depth violation (must fix): The new content uses ### and #### headings. Per governance, only # and ## are permitted. The sub-procedures ("Step One", "Step Two", "If Hosted") should be restructured as ## headings with task-based names, e.g., ## How to remove the existing Owner ID using the CP3 tool, ## How to re-add the Expensify application after removing the Owner ID, ## How to fix the QBWC1039 error on hosted QuickBooks Desktop (e.g., Rightworks).
  • Forbidden generic heading pattern: "Step One:" and "Step Two:" in headings are variants of the forbidden "Step 1" pattern (Section 2). Use descriptive, task-based headings instead.
  • Inline link in numbered step: The CP3 tool download link in step 2 should be moved outside the numbered step sequence, e.g., placed in an introductory sentence before the steps begin.
  • Positive: YAML metadata is strong. The additions of QBWC1039-related keywords ("Unique OwnerID FileID pair value required", "CP3 tool", "Rightworks hosted QuickBooks", "Web Connector error") are well-chosen and reflect realistic search queries.
  • Positive: Hosted-environment guidance. Including instructions for Rightworks/hosted scenarios is a valuable addition that addresses a common user pain point.
  • Positive: Consistent UI formatting. Bold formatting on button and UI element names is correctly applied throughout the new content.

Recommendations

  1. Restructure headings to use only ## depth. Replace ### How to Fix the QBWC1039 Error, #### Step One:..., #### Step Two:..., and #### If QuickBooks Desktop Is Hosted... with ##-level, task-based headings. This is the most critical change needed.
  2. Move the CP3 tool download link out of the numbered step and into a preparatory sentence before the step sequence (e.g., "Before you begin, download the CP3 tool from Intuit. Then:").
  3. Merge the two numbered lists in the "Re-add the Expensify Application" section into a single continuous sequence (steps 1-9) to avoid ambiguity.
  4. Consider whether this FAQ entry has grown large enough to warrant its own dedicated troubleshooting article. The governance rules state that if content needs its own # heading or contains substantial procedural content, it may be better as a separate article (Section 1: one workflow per article). The QBWC1039 fix is a multi-step procedure that could stand alone.

Files Reviewed

  • cspell.json -- Dictionary additions of "QBWC" and "Rightworks" are appropriate. No issues.
  • docs/articles/expensify-classic/connections/quickbooks-desktop/Troubleshooting/QuickBooks-Desktop-FAQ.md -- New FAQ entry with heading depth violations and one inline link issue. Content quality is good; structural compliance needs work.

Note: This review covers only the proposed changes in the PR diff, not pre-existing content in the file.


This means the Expensify application is already registered in QuickBooks Web Connector and a second registration is being attempted. QuickBooks requires each application to have a unique OwnerID/FileID pair. If one already exists, the new registration is rejected.

### How to Fix the QBWC1039 Error
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Heading depth violation: Only # and ## headings are allowed per HELP_AUTHORING_GUIDELINES.md Section 4. This ### heading should be promoted to ## and rewritten as a task-based heading starting with an action verb or question word.

Suggested change
### How to Fix the QBWC1039 Error
## How to fix the QBWC1039 error

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed — promoted to ## with the suggested task-based heading.


### How to Fix the QBWC1039 Error

#### Step One: Remove the Existing Owner ID Using the CP3 Tool
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Heading depth violation + generic heading: #### headings are not allowed — only # and ## are permitted (HELP_AUTHORING_GUIDELINES.md Section 4). Additionally, "Step One" is a generic heading pattern (Section 2 forbids headings like "Step 1"). Promote to ## with a task-based heading.

Suggested change
#### Step One: Remove the Existing Owner ID Using the CP3 Tool
## How to remove the existing Owner ID using the CP3 tool

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed — promoted to ## with the suggested task-based heading.

8. You should see a confirmation that the Owner ID was removed. Select **OK**.
9. Exit and reopen both **QuickBooks Desktop** and **Web Connector**.

#### Step Two: Re-add the Expensify Application
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Heading depth violation + generic heading: #### headings are not allowed — only # and ## are permitted. "Step Two" is also a generic heading pattern. Promote to ## with a task-based heading.

Suggested change
#### Step Two: Re-add the Expensify Application
## How to re-add the Expensify application in Web Connector

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed — promoted to ## with the suggested task-based heading.


Return to Expensify and allow the Workspace to finish syncing.

#### If QuickBooks Desktop Is Hosted (e.g., Rightworks)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Heading depth violation + non-task-based heading: #### headings are not allowed — only # and ## are permitted. The heading must also start with an action verb or question word (How, What, Where, Who, Why, When). Promote to ## and rewrite.

Suggested change
#### If QuickBooks Desktop Is Hosted (e.g., Rightworks)
## How to fix the QBWC1039 error when QuickBooks Desktop is hosted (e.g., Rightworks)

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed — promoted to ## with the suggested task-based heading.

#### Step One: Remove the Existing Owner ID Using the CP3 Tool

1. Open **QuickBooks Desktop**.
2. Download the [CP3 tool from Intuit](https://http-download.intuit.com/http.intuit/CP3Tool/QBWC_CP3Tool.exe), then select **Open**.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Link placement violation: Per HELP_AUTHORING_GUIDELINES.md Section 7, links must not be placed inside numbered step instructions. Move the CP3 tool download link to an explanatory paragraph before or after the numbered steps.

Also note this is a full external URL — the cross-linking standards say to use relative links only, though this rule is primarily intended for internal HelpDot cross-links, so the external URL is acceptable here.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed — moved the CP3 tool download link to an explanatory paragraph before the numbered steps.

@twisterdotcom
Copy link
Copy Markdown
Contributor

@MelvinBot give it a go at addressing the review comments, please

- Promote ### and #### headings to ## (only # and ## allowed)
- Replace generic "Step One/Two" headings with task-based headings
- Move CP3 tool download link out of numbered steps into explanatory paragraph
- Update cross-reference from "Step Two" to new heading name

Co-authored-by: Ted Harris <twisterdotcom@users.noreply.github.com>
@MelvinBot MelvinBot requested a review from a team as a code owner May 17, 2026 14:51
@MelvinBot
Copy link
Copy Markdown
Contributor Author

Addressed all 5 review comments:

  1. Promoted ### and #### headings to ## (only # and ## allowed)
  2. Replaced generic "Step One/Two" headings with task-based headings using action verbs
  3. Moved the CP3 tool download link out of numbered steps into an explanatory paragraph
  4. Updated the "Step Two" cross-reference to use the new heading name

@melvin-bot melvin-bot Bot requested a review from carlosmiceli May 17, 2026 14:51
@melvin-bot
Copy link
Copy Markdown

melvin-bot Bot commented May 17, 2026

@carlosmiceli Please copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button]

@melvin-bot melvin-bot Bot removed the request for review from a team May 17, 2026 14:51
@danieldoglas danieldoglas removed their request for review May 20, 2026 13:10
@greg-schroeder greg-schroeder removed their request for review May 26, 2026 09:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants