Announcements
No record found.
while select table1 where table1.AId == _aId && table1.OC == OC::B && table1.ORC == _bId { LanguageTxt::createOrUpdate(table1.TableId, table1.RecId, _description, _languageId); } while select table1 where table1.AId == _aId && table1.OC == OC::DR exists join table2 where table2.OId == table1.OId exists join table3 where table3.DId == table2.DId && table3.BId == _bId{ LanguageTxt::createOrUpdate(table1.TableId, table1.RecId, _description, _languageId);}
while select table1 where table1.AId == _aId outer join RecId from table2 where table2.OId == table1.OId outer join RecId from table3 where table3.DId == table2.DId && ( ( table1.OC == OC::DR && table3.BId == _bId ) || ( table1.OC == OC::B && table1.ORC == _bId ) ){ LanguageTxt::createOrUpdate(table1.TableId, table1.RecId, _description, _languageId);}
while select table1 where table1.AId == _aId && table1.OC == OC::B && table1.OR == _bId { LanguageTxt::createOrUpdate(table1.TableId, table1.RecId, _description, _languageId); } while select table1 where table1.AId == _aId && table1.OC == OC::DR exists join table2 where table2.OId == table1.OId exists join table3 where table3.DId == table2.DId && table3.BId == _bId { LanguageTxt::createOrUpdate(table1.TableId, table1.RecId, _description, _languageId); }
while select table1 where table1.AId == _aId outer join RecId from table2 where table2.OId == table1.OId outer join RecId from table3 where table3.DId == table2.DId && ( ( tabl2.ORC == ORC::DR && table3.BId == _bId ) || ( table1.ORC == ORC::B && table1.OR == _bId ) ) { LanguageTxt::createOrUpdate(table1.TableId, table1.RecId, _description, _languageId); }
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 our 2026 Super Stars!
Thanks to all of our 2025 Community Spotlight stars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Giorgio Bonacorsi 617
André Arnaud de Cal... 461 Super User 2026 Season 1
Syed Haris Shah 298 Super User 2026 Season 1