如何通过 CustPackingSlipJour 中的代码强制我的 PackingSlipId?

How to forced my PackingSlipId by code in CustPackingSlipJour?

我正在创建 SalesTableSalesLine,在调用此函数后,

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

销售订单的装箱单编号由AX使用编号规则设置。 如果你想改变它,你将需要一个定制。