コンテンツにスキップ

Apply Pack In from Folder|iDempiere 13 プロセスリファレンス

iDempiere 13 標準プロセス(AD_Process_ID: 200099)

メニュー: アプリケーション辞書 ▸ アプリケーション パッケージング ▸ Apply Pack In from Folder

Apply all zip files from a folder following the rules and conventions of Automatic Pack In process

This process apply all the pack in files found in a folder recursively - ordered by timestamp.
The filename of the pack in files is important, it must follow the following convention:
[Timestamp]_[ClientValue][_AdditionalInformation].zip

  • Timestamp: must be in the format yyyymmddHHMM
  • ClientValue: case sensitive and compared against AD_Client.Value to find the tenant where the pack in must be applied
  • AdditionalInformation: Any additional information to identify the zip file

NOTE that AD_Client.Value must not contain underscore in order for this process to work.
There is a special case for ClientValue, if the ClientValue is ALL-CLIENTS then the 2pack is intended to be applied in all active non-system clients.
If there is a need to apply initially in a seed tenant then the ClientValue must take the form ALL-CLIENTS-Seed.
For example:
201803151607_ALL-CLIENTS-GardenWorld_Test123.zip

#パラメータ必須説明
10FolderStringPath on the server where the pack in files are located