i use visual studio to create budget header using X++ in D365FO
i face this issue
Microsoft.Dynamics.Ax.Xpp.ErrorException: 'Number selection is canceled.'
in this line of number sequence
numberSeq = NumberSeq::newGetNum(BudgetParameters::numRefBudgetTransactionId());
info(numberSeq.num()); ---- in this line
and i'm sure there is a number sequence in the module parameter .. any help ?