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

[BUG] Add note to timeline throws error "Object reference not set to an instance of an object #1433

Open
7 tasks
Gshingavi0712 opened this issue Sep 13, 2024 · 0 comments
Labels

Comments

@Gshingavi0712
Copy link

Bug Report

When using the statement "When I add a note to the timeline with the title '[string]' and the body '[string]', the app appears having a cursor clicked on the note Title box, but then errors out without inputting any note title and note body.

EasyRepro Version

  • Microsoft Dynamics 365 Online Version 9.1 (9.1.x) (DB 9.1.x) online

UCI or Classic Web

  • UCI (XrmApp)

Online or On Premise

  • Online

Browser

  • Chrome
  • Firefox
  • IE
  • Edge

Describe the bug
When using the statement "When I add a note to the timeline with the title '[string]' and the body '[string]', the app appears having a cursor clicked on the note Title box, but then errors out without inputting any note title and note body.

Special formatting / display
None

Code to reproduce
_client.OpenAndClickPopoutMenu(Reference.Timeline.Popout, Reference.Timeline.PopoutNote, 4000);
_client.SetValue(Reference.Timeline.NoteTitle, title, "input");
_client.SetValue(Reference.Timeline.NoteText, note, "textarea");
_client.ClickButton(Elements.Xpath[Reference.Timeline.NoteAdd]);

xrmApp.Timeline.AddNote();

-->

Expected behavior
The note title and note body should show up and correctly as used in the statement

Screenshots
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant