Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RPA.Word/Excel/Outlook.Application general fixes #1055

Closed
cmin764 opened this issue Aug 9, 2023 · 0 comments · Fixed by #1058
Closed

RPA.Word/Excel/Outlook.Application general fixes #1055

cmin764 opened this issue Aug 9, 2023 · 0 comments · Fixed by #1058
Assignees
Labels
bug Bad or unexpected behaviour enterprise Issue related to enterprise customer p-high High priority

Comments

@cmin764
Copy link
Member

cmin764 commented Aug 9, 2023

  • Check if path is existing before opening a document (raise exception when missing).
  • Check if generating existing output will replace the file, otherwise make it happen.
  • Ensure that atexit registration really works on Windows service Worker.
  • Common harmonized catch_com_error utility in order to catch errors happening during the operations.
  • Check out Outlook error.
  • Ensure that close_document() will close the document when it wasn't closed already, even if the app is still open.
  • Add notice docs on enabling RDP when running on custom Windows service Worker, so these apps will work.
@cmin764 cmin764 added bug Bad or unexpected behaviour p-high High priority enterprise Issue related to enterprise customer labels Aug 9, 2023
@cmin764 cmin764 added this to Pending in RPA Framework via automation Aug 9, 2023
@cmin764 cmin764 self-assigned this Aug 9, 2023
@cmin764 cmin764 moved this from Pending to Next in RPA Framework Aug 11, 2023
@cmin764 cmin764 moved this from Next to In progress in RPA Framework Aug 16, 2023
RPA Framework automation moved this from In progress to Done Aug 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bad or unexpected behaviour enterprise Issue related to enterprise customer p-high High priority
Projects
Development

Successfully merging a pull request may close this issue.

1 participant