と を作成SalesTable
しておりSalesLine
、この関数を呼び出した後、
SalesFormLetter_PackingSlip = SalesFormLetter::construct(DocumentStatus::PackingSlip);
SalesFormLetter_PackingSlip.parmId(MYTABLE.MYPackingSlipId);
SalesFormLetter_PackingSlip.update(SalesTable,M_MYTABLE.DocumentDate,SalesUpdate::All);
ただし、作成時CustPackingSlipJour
に販売注文のステータスが [配達済み] に設定されますが、フィールドCustPackingSlipJour.PackingSlipId
は NumberSequence によって設定されます。
番号順序を手動に設定しましたが、何も機能しません。
注文を選択PackingSlipId
して、自分の値で設定することはできますか?