How to suspend RecId Sequence – Dynamics 365 for Finance & Operations
as you know in D365FO now the sequences are handled by SQL and not anymore from the SYSTEMSEQUENCES table.
From particular scenarios could be necessary to suspend the Recid assignement.
In order to do that, issue the following command:
appl.sysRecIdSequence().suspendRecIds(tableNum(TABLENAME));
Tale a look also to the standard AccountingDistributionProcessor class, SuspenAccDistRecidAssignment…
Continue Reading Denis Macchinetti’s Article on their blog
How to suspend RecId Sequence – Dynamics 365 for Finance & Operations
as you know in D365FO now the sequences are handled by SQL and not anymore from the SYSTEMSEQUENCES table. From particular scenarios could be necessary to suspend the Recid assignement. In order to do that, issue the following command: appl.sysRecIdSequence().suspendRecIds(tableNum( TABLENAME)); Tale a look also to the standard AccountingDistributionProcessor class, SuspenAccDistRecidAssignment method.
Blog Syndicated with Denis Macchinetti’s Permission
More About This Author
Array
Finance & Operations2020.06.16Microsoft Dynamics 365 eCommerce
Finance & Operations2020.06.01Microsoft UI Flows – RPA
Finance & Operations2020.03.31RSAT and Selenium in action – Dynamics 365 for Finance & Operations Regression Test
Finance & Operations2019.12.28Create Financial Reporting App – Dynamics 365 for Finance & Operations LBD