Tuesday 11 September 2018

creating DPK file and saving the changes


Creating the DPK 
  1. In CoreXT type sdp pack -c <changelist number> <file name>.dpk, for example: 
sdp pack -c 6959294 TMSProjects.dpk 

If the -c parameter is not used, then the default change list is used. 


  1. The file is located in the root folder for the enlistment, for example: 
E:\RainMain\TMSProjects.dpk 

  1. Copy the file on your own machine or some place on which it will not get deleted. 

Applying the DPK 
  1. Copy the file to the root folder of the enlistment (on the other machine), for example: 
E:\RainMain 

  1. In CoreXT type sdp apply <file name>.dpk -a, for example: 
sdp apply TMSProjects.dpk -a 


If you open SDB, you can see that a new change list has been created. 

  1. In CoreXT type sd resolve -a and resolve the co

1 comment:

intercompany PO multiple product receipt by x++

public void processStampICPO(PackingSlipId _deliveryNote,                             Transdate _deliverydate,                             ...