Does not currently fully support input parameters and value sets; hope to resolve in the future.
- Script path (relative to "loadToEnv") - path to this script, relative to the
FILES/loadToEnv
directory of the filesystem on which the deployment files all reside - Script name - name of the script (or value set, if Type is
INPUT_PARAM
) as it should be saved within MDM-CE - Script type - type of script being defined
- File spec / Destination spec name (imports / exports) - name of the file spec (if Type is
CTG_IMPORT
) or destination spec (if Type isCTG_EXPORT
) for this script - Input spec name (if any) - name of the input spec for this script (if any; required for Type
REPORT
); name of the script input spec for this value set (if Type isINPUT_PARAM
) - Character set - encoding of the script file (
UTF-8
,Cp1252
, etc) - ASP / JSP-like - indicates whether the script being defined is an ASP/JSP-like script (true) or not
- Container name (ctr / ctg / workflow scripts) - name of the container this script should be available for (if Type is
CTG
orCTR
); or$ALL
for all containers of the specified type; for TypeWORKFLOW
should give the workflow name; or a comma separated list ofAttributePath|Value
in case of a value set (Type isINPUT_PARAM
) - Container type (entry build / preview / macro scripts) - type of container (
CATALOG
orCATEGORY_TREE
) for which this script is accessible (if Type isENTRY_PREVIEW
,ENTRY_MACRO
, orENTRY_BUILD
)
AGGREGATE_UPDATE
- MassUpdateCTG_DIFF_EXPORT
- Difference exportCTG_EXPORT
- catalogue export scriptCTG_IMPORT
- catalogue import scriptENTRY_MACRO
- entry macro scriptCTG
- catalogue script; for pre-processing, post-processing or post-saveCATALOG
- (same as above)CTG_MACRO
- Macro script (useENTRY_MACRO
instead)ENTRY_PREVIEW
- entry preview scriptCATALOG_PREVIEW
- Catalog preview (useENTRY_PREVIEW
instead)CTR
- hierarchy script; for pre-processing, post-processing, or post-saveCATEGORY_TREE
- (same as above)CTLG_CTLG_EXPORT
- (unknown)CTR_IMPORT
- category tree (hierarchy) import scriptDISTRIBUTION
- Custom distribution scriptENTRY_BUILD
- entry build scriptIMG_DIFF_EXPORT
- (unknown)IMG_EXPORT
- (unknown)LKP_IMPORT
- (unknown)PO_EXPORT
- (unknown)PO_IMPORT
- (unknown)PO_STATUS_REQUEST
- (unknown)PO_STATUS_UPDATE_IMPORT
- (unknown)REPORT
- report scriptSECURE_TRIGGER
- secure trigger scriptTRIGGER
- trigger script (insecure)WIDGETS
- (unknown)WORKFLOW
- workflow scriptTRIGO_APP
- custom tool scriptQMSG_PROCESSOR
- (unknown)ENTITY_SYNCHRONIZATION
- (unknown)WBS
- WebServices Implementation scriptLOGIN
- hook-in during login events (NOTE: may need to name script exactlyLogin.wpcs
)LOGOUT
- hook-in during logout events (NOTE: may need to name script exactlyLogout.wpcs
)LDAP_USR_FETCH
- hook-in during LDAP fetch requests (NOTE: may need to name script exactlyLDAPUserDataFetch.wpcs
)SEARCH_RESULT_REPORT
- the new Rich Search Result Report Script added in 5.3.2DOCUMENT
- a general document that should not be interpreted as a scriptINPUT_PARAM
- input parameter "script" (document)
License: CC BY 4.0, Copyright IBM Corp. 2007-2020.