Alfasith AX

Alfasith AX
اللَّهُمَّ انْفَعْنِي بِمَا عَلَّمْتَنِي، وَعَلِّمْنِي مَا يَنْفَعُنِي، وَزِدْنِي عِلْمًا

Tuesday, August 27, 2013

Thursday, August 8, 2013

x++ debugging is not enabled for code running on application object server

Hi,

This is the warning throws when debugging some time..
"x++ debugging is not enabled for code running on application object server"

Solution : Just ignore that warning and go ahead with you debugging its just negligible error only no need to panic



Get a table ID in SQL - D365

Hi select ID from SysTableIdView where  SysTableIdView .Name = 'CustTable' Regards,