static void dodelete(Args _args)
{
InventParameters invent;
ttsBegin;
select forUpdate invent;
invent.doDelete();
ttsCommit;
info("Done....");
}
When facing application issues, it’s important to systematically troubleshoot before reaching out for support. Follow these steps to ensure...
No comments:
Post a Comment