Archive recovery note: the supplied Blogspot backup did not contain a separate saved page for this older entry. The text available in its archive/listing capture has been preserved and flagged for a later completeness check.
A sample code for Try/Catch statements in AX under run method in a class. public void run() { #OCCRetryCount try { } catch (Exception::Deadlock) { retry ; } catch (Exception::UpdateConflict) { if (appl.ttsLevel() == 0 ) { if (xSession::currentRetryCount() >= #RetryNum) { throw Exception::UpdateConflictNotRecovered; ...
Ask a question or leave feedback
This is a review interaction. The WordPress version will store, thread and moderate comments.