Provides the functionality to download all the files linked to an Aras Innovator's item type at once (as long as the File ItemType is related).
Aras Innovatorのアイテムタイプに紐づくFileを一括ダウンロードする機能を提供します。 ※アイテムタイプのリレーションとして、Fileアイテムタイプが設定されている場合に限ります。
This project and the following release notes have been migrated from the old Aras Projects page.
Release | Notes |
---|---|
v11SP6 | Instructions (in Japanese) are described in the ReadMe.pdf. |
v11SP2 | Instructions are described in the ReadMe.pdf. |
Project | Aras |
---|---|
v11SP6 | 11.0 SP6 |
v11SP2 | 11.0 SP2 |
Always back up your code tree and database before applying an import package or code tree patch!
- Aras Innovator installed
- Aras Package Import tool
- CollectiveDownloading import package
- Backup your database and store the BAK file in a safe place.
- Open up the Aras Package Import tool.
- Enter your login credentials and click Login
- Note: You must login as root for the package import to succeed!
- Enter the package name in the TargetRelease field.
- Optional: Enter a description in the Description field.
- Enter the path to your local
..\CollectiveDownloading\Import\imports.mf
file in the Manifest File field. - Select jp.co.neo.CollectiveDownloading in the Available for Import field.
- Select Type = Merge and Mode = Thorough Mode.
- Click Import in the top left corner.
- Close the Aras Package Import tool.
Review the [ReadMe-Collective downloading.pdf](./Documentation/ReadMe-Collective downloading.pdf) for information on using the project. {[English translation](./Documentation/ReadMe-Collective downloading-English.docx)}
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request
Created by NEOSYSTEM Co., Ltd.