发货通知单二维码

需求

成品资源出库时使用的发货通知单中二维码信息增加:
1、产品信息(物料名称) new_contractdetail_id
2、合同号 (合同单号) new_contract_id
3、最终客户 new_finalaccount_id
4、运输方式 new_shiptype –单行文本
5、产品送达地 new_shipplace –单行文本
6、交货联系人 new_contact2 –单行文本

代码位置

RekTec.Crm.Workflow.Sales.ShipmentController.CreateQRCode

OrganizationService.Retrieve

1
2
3
OrganizationService.Retrieve("new_ord_shipment", new Guid(shipmentid), new ColumnSet(new string[] { "new_name" }));
Entity accountclassification = OrganizationService.Retrieve("new_accountclassification", classificationId, new ColumnSet(true));
columnSet: 传入字段时为字段,传入true为所有字段,传入false只查询主键

修改字段大小

自定义项字段详情中可设置字段长度

Donate
  • Copyright: Copyright is owned by the author. For commercial reprints, please contact the author for authorization. For non-commercial reprints, please indicate the source.
  • Copyrights © 2020 李明华
  • Visitors: | Views:

请我喝杯咖啡吧~

支付宝
微信