Alfresco Content Services Certified Administrator
Alfresco Process Services Certified Administrator
Alfresco Process Services Certified Engineer (APSCE)
Which of the following items appear within a custom content model? (Choose two.)
The model’s namespace.
References to other namespaces.
Property sheet definitions.
Policy behaviors for a content type.
Localization strings.
What is the simplest way to call a custom Alfresco repository JavaScript extension from a content rule?
Create a new custom action that calls my script, and bundle both the custom script and the custom action into an AMP.
Add the script to Data Dictionary/Scripts, then use the “Execute a Script” action to call it from the rule.
Add a function called “executeAction” to the JavaScript and place it on the classpath. Alfresco Content Services will add it as a rule action.
Upload the script to the folder on which the rule action is applied, and name it “ruleScript” so Alfresco Content Services can find it.
Which of the following correctly describes the behavior of CMIS properties?
Properties can be single or multi-valued.
Properties can be shared between objects.
Properties are untyped.
Properties are explicitly ordered.