to use like operator in Axapta You can try below sample code
CustTable custTable;
select custTable where custTable.Name like("*Test*");
Microsoft Dynamics Ax,AIF,Axapta, Enterprise portal,,Microsoft , United State,U.S., SharePoint , BI Tools, Performance Tuning, SSRS,Business Logic,Ax ERP Errors and solution,Dynamics 365 Errors Solution,Business software .
to use like operator in Axapta You can try below sample code
CustTable custTable;
select custTable where custTable.Name like("*Test*");
Comments