Hello again guys,
How could I get and use the next number sequence of SalesQuotationProjTable (project quotation), without any errors when I want to utilize the number sequence via a different form?
Any help would be much appreciated.
Thanks in advance.
Codes which I have tried using:
numberSeq = NumberSeq::newGetNum(SalesParameters::numRefQuotationId()); HISProjQuotTbl.QuotationId = numberSeq.voucher// not working because I did it wrongly numberSeq = NumberSeq::newGetNum(SalesParameters::numRefQuotationId()); info(numberSeq.num); //I cannot even try to print out the message as its giving an error inside the form
*This post is locked for comments