When you perform populate operation from SCM, files are organized in various types-based path, file extension etc. You can customize this behavior behaviour by updating project properties in many cases and further customizations can be done by using groovy script a.k.a Match Script override.
...
Access object type details screen by using menu Menu option - Administration - Customize - Object File Types.
...
Search for specific Project Type, in this case EBS. Click on project type name in Project Type column.
...
Variable Name | Example using /path1/path2/APXSOBLX_1.rtf |
---|---|
| /path1/path2/APXSOBLX_1.rtf |
| APXSOBLX_1 |
| /path1/path2 |
| rtf |
| path2 |
| <content of file as array of Strings> (one element per line) |
Project Properties - Code for each property can be used in script | |
| 122703 |
| XXHR |
| / FlexDeploy / EBS |
Return FILE_CONTENT_NEEDED as Boolean.TRUE if file content is necessary to derive attribute defaults or return Boolean.FALSE.
Also, return one of the following object type types when you can derive type, otherwise return null and FlexDeploy will determine object type in the usual manner.]
...
Code to be Returned | For Type |
---|---|
| Oracle Application Framework (OAF) JAVA Workflow XMLs Oracle Application Framework (OAF) MDS Concurrent Program SQLs Java Stored Procedures DB Objects (SQLs) XML Definition Files (XDF) SQL*Loader Java Loader Text (JLT) Application Object Library (AOL) Forms Reports Workflow Definitions Libraries Publisher Files Program Files Font Files Scripts Perl Modules Media Files HTML (Web) Files Other Files Web ADI Data Fixes Functional Setups Script With Execution Ignore the file completely |
...