AX – D365FO – Get CustTable Customer Name in X++ Posted on 23 October 2021 by Marco Saad CustTable custTable; select custTable where custTable.AccountNum == "YourCustomer"; info(custTable.name()) Share this:LinkedInFacebookTwitterLike this:Like Loading... Published by Marco Saad View all posts by Marco Saad
sir how to select the method return value CustTable.name() as a field in select example select CustAcount,SalesId from SalesTable join CustTable.name() from CustTable the system is giving error LikeLike Reply
sir
how to select the method return value CustTable.name() as a field in select
example
select CustAcount,SalesId from SalesTable join CustTable.name() from CustTable
the system is giving error
LikeLike