CustTable custTable;
select custTable where custTable.AccountNum == "YourCustomer";
info(custTable.name())
CustTable custTable;
select custTable where custTable.AccountNum == "YourCustomer";
info(custTable.name())
More Posts
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
Leave a reply to Reader Cancel reply