RE: How to convert the SQL Query "Left Outer Join" into X++ query while using Insert_Recordset
Hi Crispin John Augustine,
Sorry for the delayed reply, Since i was working with other priorities i was unable to look into this. Now I've done this task with 'RecordInsertList' and by using AOT Query.Its working fine. Thank you for your valuable suggestions.
One question: Can we implement Direct SQL statement execution in DAX with the given SQL Query. Since i used that before for one customization, it was working fine. So my Question is
# Is this Microsoft best practice? or
# if it comes under MBP then any Performance issue will be there compared to our X++ converted ? or
# we need to convert like what I've done now?