Quantcast
Channel: Microsoft Dynamics 365 Community
Viewing all articles
Browse latest Browse all 17314

Calculate LabelIds against Label field Id in AX2012 using X++

$
0
0
I have calculated a total number of label id's against Label field id . In my case Label field Id is "NVS". static void maxLabelIds(Args _args) { SysLabel SysLabel; int maxLabelId; ; SysLabel = new SysLabel('EN-US'); maxLabelId = SysLabel.maxLabelId('NVS'); print maxLabelId; pause; }...(read more)

Viewing all articles
Browse latest Browse all 17314

Trending Articles