Microsoft Dynamics Ax Development Issues and Guide Line
Sunday, 27 March 2011
How to refresh data source Table level method?
object Table1_ds;
;
Table1_ds = Table1.dataSource();
if(Table1_ds )
{
Table1.dataSource().refresh();
}
1 comment:
Muhammad Naeem
29 March 2011 at 00:48
good critique.
Reply
Delete
Replies
Reply
Add comment
Load more...
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
good critique.
ReplyDelete