deploy_data_model
Deploy a BIP data model (.xdm) to a specified catalog folder, replacing any existing model with the same name.
Instructions
Deploy a BIP data model (.xdm) to a catalog folder. WRITE operation.
Args: name: Data model name (letters, digits, underscore). xdm_xml: Complete data model XML. Use ApplicationDB_FSCM as data source. folder: Target folder, e.g. /Custom/MyReports or /~bip_user. replace: Delete any existing model of the same name first (default true). fusion_user: Must have the BIP Author role (default bip_user).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| folder | Yes | ||
| replace | No | ||
| xdm_xml | Yes | ||
| fusion_user | No | bip_user |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |