hello sir/madam
Sales order Error
Number sequence for the reference Packing slip voucher in parameters in the Accounts receivable module has not been set
Then i creates sales order these types error occurred
And how will Change Number sequence…
thanks for help me
ali
hi
Did you add follwing Code in
Classes - >NumberSeqReference_SalesOrder->load module
numRef.DataTypeId = typeId2ExtendedTypeId(typeid(SalesPackingSlipVoucher));
numRef.ReferenceHelp = literalstr("@SYS53957");
numRef.DataTypeSameAsId = typeId2ExtendedTypeId(typeid(PackingSlipId));
numRef.WizardContinuous = true;
numRef.WizardManual = NoYes::No;
numRef.WizardAllowChangeDown = NoYes::No;
numRef.WizardAllowChangeUp = NoYes::No;
numRef.WizardLowest = 1000000;
numRef.WizardHighest = 9999999;
numRef.GroupEnabled = NoYes::Yes;
numRef.SortField = 11;
this.create(numRef);
this error occurred how is solution this error
then Click Wizard button …
thanks for reply and help
regards
ali
Hi
Pls follow this link already discuss in this forums… if u do all the step Correctly which mentioned document …you wont get issue for creating Numbersequence …http://dynamicsuser.net/forums/p/48986/252738.aspx
Don’t forget to verifed solution if resolve your issue
dear sayed sir
Does not make Solution using this link