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

[Extensibility Enhancement] Access to "contextSensitiveHelpUrl" from code. #20362

Open
Mike-1984 opened this issue Sep 19, 2022 · 2 comments
Open
Labels
extensibility-enhancement New feature or request related to extensibility Integration GitHub request for Integration area

Comments

@Mike-1984
Copy link

Hello colleagues,

In order to automate testing of Help content, we would like to access the following properties in the code:

  1. app.json: contextSensitiveHelpUrl
    E.g. using ModuleInfo type
    var
        AppInfo: ModuleInfo;
    begin
        NavApp.GetCurrentModuleInfo(AppInfo);
        message(AppInfo.contextSensitiveHelpUrl);
    end;
  1. Page / PageExt: contextSensitiveHelpUrl
    E.g. using TestPage or Page type, entry in "Page Documentation" table or a field in "Object Metadata".
    var
        VendList: Page "Vendor List";
    begin
        message(Format(VendList.GetContextSensitiveHelpUrl()));
    end;

We will be happy with any solution which works OnPrem (since it is only for testing purposes).

Thank you.
Best regards, Mike

@Mike-1984 Mike-1984 changed the title [Extensibility Enhancement] Access to "contextSensitiveHelpUrl" and other properties from code. [Extensibility Enhancement] Access to "contextSensitiveHelpUrl" from code. Sep 19, 2022
@AlexanderYakunin AlexanderYakunin added the extensibility-enhancement New feature or request related to extensibility label Sep 20, 2022
@Mike-1984
Copy link
Author

Hello @AlexanderYakunin, any update on this request? Does it also belong to "foundation" may be?

@JesperSchulz JesperSchulz added the Integration GitHub request for Integration area label Sep 16, 2024
@pri-kise
Copy link
Contributor

I've created an idea to expose more information via the moduleinfo object.
https://experience.dynamics.com/ideas/idea/?ideaid=46b00417-34cf-ef11-95f5-6045bdbda83e

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
extensibility-enhancement New feature or request related to extensibility Integration GitHub request for Integration area
Projects
None yet
Development

No branches or pull requests

4 participants