Hello #msdyn365bc developer community.
Let's try something new. #BCCodeReview 🤓
if Item.Get(SomeOtherTable."Item No.") then ;
What happens when it doesn't find the item? it keeps going, even if the item doesn't exist.
Would you change it to just
Item.Get(SomeOtherTable."Item No.");
#bcalhelp
Let's try something new. #BCCodeReview 🤓
if Item.Get(SomeOtherTable."Item No.") then ;
What happens when it doesn't find the item? it keeps going, even if the item doesn't exist.
Would you change it to just
Item.Get(SomeOtherTable."Item No.");
#bcalhelp
April 21, 2025 at 9:36 PM
Hello #msdyn365bc developer community.
Let's try something new. #BCCodeReview 🤓
if Item.Get(SomeOtherTable."Item No.") then ;
What happens when it doesn't find the item? it keeps going, even if the item doesn't exist.
Would you change it to just
Item.Get(SomeOtherTable."Item No.");
#bcalhelp
Let's try something new. #BCCodeReview 🤓
if Item.Get(SomeOtherTable."Item No.") then ;
What happens when it doesn't find the item? it keeps going, even if the item doesn't exist.
Would you change it to just
Item.Get(SomeOtherTable."Item No.");
#bcalhelp