Adding Hyper link

Hi ,

Can some one tell me on how to add a hyper link in ax-2012-client on a field.

Lets say :

I have a item Id and its details are present in a third party application and i have same Item id in ax in my Item form.

So if i double click on the itemd id field, it should take me to the details section.

Is it possible in Ax- client??

You must build the URL (somehow :)) and then just call infolog.urlLookup(“your url”).

Hi Martin,

Can you please give some example on how to implement it? I also have same requirement on my form.

Thanks!

Regards,

AML

Which part you don’t understand? A concrete example of infolog.urlLookup(“your url”) is infolog.urlLookup(“http://dynamicsuser.net”);