Thursday, September 04, 2014

System does not support setup 'continuous' of number sequence XXX.

Hi,

Recently i faced this issue related number sequence. I Realized, the issue was that the getNewNum function was called without transaction processing. Please encapsulate your code with in transaction and it will work fine.......... :)

ttsbegin;

[Your Code]

ttscommit;

Happy DAXing......... :)

No comments:

Post a Comment

Enable / Disable form control through COC

 [ExtensionOf(formStr(FormName))] final class FormName_Extension {     /// <summary>     /// control visibility of SETIndicator flag b...