Hello.
For Microsoft Dynamic AX 2009 :
I want to modify some of the web-parts, when using Microsoft Dynamic AX 2009 using sharepoint (I was lead to this forum from dynamic group).
What I do is :
On sharepoint :
Site action -> edit page.
On the web part :
Edit -> Modify shared web part.
What I see on the properties behind is :
(... Managed with combo. Sorry for translation - it's in Hebrew language: the chosen item is : CustomerListGrid).
I have looked on Microsoft Dynamic AX on AOT :
Web -> Web contents -> Managed and see the "CustomerListGrid".
I choose "properties", and seen that for "CustomerListGrid" :
ObjectType = WebControl
Object = CustomerListGrid
On Web -> Web files -> Web controls -> CustomerListGrid -> I did "Edit", and see an html page.
I have changed the header text for :
DataSetView = "CustTable" DataField="AccountNum"
from "<%$ axlabel:@SYS112132 %>" to "Test !!"
(HeaderText = "Test !!")
*** The last thing is refresh the page of the site - but I didn't see the changes take affects.
What is wrong ?
Thanks :)