Thursday, May 19, 2011

Dynamics AX 2009 Enterprise Portal - WebForm Lookup - Firefox, Google chrome, ect

In Dynamics AX 2009 EP, don't work lookup control on Firefox, Google Chrome, ect.It work only with Internet Explorer.

Cause :

Class WebFormHtml method showLookupButton.
This method in the Syp layer have introduce the keyword URLENCODE.
In the Sys layer instead is use the keyword Escape.

Solution :

Use sys layer code ( Keyword Escape ), so compare Sys with Syp and move the code present in Sys in the current layer ( Var, Usr, ect )

No comments: