Announcements
No record found.
public static List getAllXX(AccountNum _accountNum, NoYesId _extra = NoYes::No) { Table1 table1; Table2 table2; Table3 table3; Table4 table4; Object type; List r = new List(Types::Class); while select table1 where table1.AccountNum ==_accountNum join table2 ...etc { if(table1) { if(_extra) { type = new classContractXExtra(); type.DOverride(table4.DOverride); } else { type = new classContractX(); } type.Id(table3.Id); type.Id2(table2.Ids); type.TypeId(table3.DType); r.addEnd(type); } } return r; }
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to a top community star!
In our never-ending quest to help the Dynamics 365 Community members get answers faster …
Welcome to the next edition of the Community Platform Update. This is a status …
Stay up to date on forum activity by subscribing.