Blog on Microsoft Dynamics AX/ D365
protected void removeRecIdSuspension()
{
TableId tableId= <Table num>;
appl.sysRecIdSequence().removeRecIdSuspension(tableId);
}
No comments:
Post a Comment