Hi,
I need to check for CustInvoiceTrans.ItemId if it's empty or has a value.. it's StringEdit type
how could I do this?
thank you
if (custInvoiceTras.ItemId == '') { info("Item id is empty"); } else { info("Item id is not empty"); }
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,253 Super User 2024 Season 2
Martin Dráb 230,188 Most Valuable Professional
nmaenpaa 101,156