-
Notifications
You must be signed in to change notification settings - Fork 360
Open
Description
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...
bjarkihall
Metadata
Metadata
Assignees
Labels
No labels