Quantcast
Channel: Microsoft Dynamics AX Forum - Recent Threads
Viewing all articles
Browse latest Browse all 175888

Hide a field in Grid

$
0
0

Dear All,

How to hide the field Amount from below grid. I have tried using below code but it didn't work for Amount field,

NoSalsPric = UserInfoHelp::userInUserGroup(curUserId(), "NoSalsPric");
if (NoSalsPric == true)
{
custConfirmTrans_ds.object(fieldNum(CustConfirmTrans, SalesPrice)).visible(false);
custConfirmTrans_ds.object(fieldNum(CustConfirmTrans, LineAmount)).visible(false);
}

Please help me.

Many Thanks,

Selva


Viewing all articles
Browse latest Browse all 175888

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>