Hi,
I am just trying to re-use number sequence. In my case, First I am generating the sequence and it shows NUM-001. Without saving that record, while creating it again coming to NUM-002. But, I need NUM-001 again.
I couldn't solved this problem by using number sequence Form's close() method,
public void close()
{
if (numberSeqFormHandler)
{
numberSeqFormHandler.formMethodClose();
}
super();
}
Thanks,
Shakul SM
*This post is locked for comments
I have the same question (0)