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]: Can not change Document Format of E-Document Service without "Auto-save as you work" feature #27694

Open
1 task done
dannoe opened this issue Nov 26, 2024 · 0 comments

Comments

@dannoe
Copy link

dannoe commented Nov 26, 2024

Describe the issue

It is not possible to set up E-Document Services other than "Data Exchange" when the "Auto-save as you work" feature is not enabled yet.
The value is reset every time you select a different value, because there's a CurrPage.Update(false) in the validate trigger:

field("Export Format"; Rec."Document Format")
{
ToolTip = 'Specifies the export format of the electronic export setup.';
trigger OnValidate()
begin
CurrPage.Update(false);
end;
}

Expected behavior

Possible to change the Document Format.

Steps to reproduce

  • Open any E-Document Service card without the "Auto-save as you work" feature (Feature Management) enabled.
  • Try to change the "Document Format" to another value

Additional context

No response

I will provide a fix for a bug

  • I will provide a fix for a bug
@dannoe dannoe added the bug Something isn't working label Nov 26, 2024
@aholstrup1 aholstrup1 removed the bug Something isn't working label Nov 27, 2024
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

No branches or pull requests

2 participants