cancel
Showing results for 
Search instead for 
Did you mean: 

UJFS - copy folder of input forms from BPC 11.1 - Production to Development system

KumarPotti
Explorer
0 Kudos
331

Hello Friends,

Would like to copy folder of inputforms (BPC production system) into Development system using UJFS(i.e. download to PC and upload from PC)?

Will it override folder in Dev system as it has same folder with less number of inputforms? After copy, would like to see same names as production system inputforms (same case)?

Ours is BPC 11.1 standard version.

Regards,

Kumar

Accepted Solutions (1)

Accepted Solutions (1)

former_member186338
Active Contributor

Another way: in EPM Open you can select all files in the folder to open.

Then you can use vba to save all open files to your local PC folder.

Then another vba can upload all files from local folder to dev system folder using EPM API "Upload"

Answers (1)

Answers (1)

former_member186338
Active Contributor
0 Kudos

You can download all files in some folder as a zip file - "Download All Documents"

But for uploading you have to do it one file at a time.

former_member186338
Active Contributor
0 Kudos

P.S. Case will be changed to all capitals