Skip to content

Open action button for hyperlink not working #302

@jordipalomar

Description

@jordipalomar

Hello,

After a lot of time an action button with just one line of code for an internal IP intranet hyperlink for opening a tab in the browser, started to not working opening the tab like it was blocked somehow.

Example code:

action(SincroEmpleados)
{
    ApplicationArea = All;
    Image = UpdateXML;

    CaptionML = ENU = 'Synchronize Employees', ESP = 'Sincronizar Empleados';
    trigger OnAction()
    begin
        HyperLink('http://172.16.0.36/conector-sage/view/sincronizar.php');
    end;
}

The behaviour expected is the tab opening in the browser even if you have not access to the private IP, but for some reason from some days ago started to not work.

If we change the IP direction it will work.

If we put this code in other tenants from our customers doesn't work. All seems to be pointing to a blocked IP.

Microsoft told us to open an issue here in the GitHub...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions