The purpose of this blog is for knowledge sharing and connect the relevant audience who are all into Microsoft Dynamics world.
Alfasith AX
Tuesday, February 13, 2018
Query not value enum in AX 2012
Hi,
qbrLogStatus = qbdsDASProjLogLines.addRange(fieldnum(DASProjLogLines,ProjLogStatus));
qbrLogStatus.value(SysQuery::valueNot(enum2str(DASProjLogStatus::Superseded)));
Thanks,
qbrLogStatus = qbdsDASProjLogLines.addRange(fieldnum(DASProjLogLines,ProjLogStatus));
qbrLogStatus.value(SysQuery::valueNot(enum2str(DASProjLogStatus::Superseded)));
Thanks,
Subscribe to:
Posts (Atom)
SQL code to upate one Legal entity banner to all the legal entity in D365
Hi, update companyimage set companyimage.Image = companyimageA.Image from ( select Image from companyimage where dataAreaid = 'USF...
-
Hi, AccountingDistribution ( accounting distribution 7452 ) AccountingDistributionEventTmp ( accounting distribution 100001 ) Accountin...
-
Hi, Create a EDT name it Gender then in properties enumType : //select the enum name Use the below code and enjoy. static v...