Thank you to everyone who joined us for the second webinar in our Customer Webinar series - Using the Active Assembly UI in Percussion CM System - on January 14, 2010.
Attached here is the full recording of the Webinar for those of you who may have missed it, or for those who want to review certain sections or concepts.
Please don’t hesitate to let me know if you have any other suggestions for topics for our series. Thanks again.
Question: where is the snippet you just created stored in the folder structure, and what is the content id?
Ankit Shah: The newly created snippet is stored in the same folder as that of the parent item. The content it is an incremental number used by the CMS.
Ankit Shah: You can customize the search panel through the workbench by going into the UI Elements Design view > Content Explorer > Searches > Standard > RC Search and adding or removing desired fields.
Ankit Shah: The #initslot() macro can be coded in such a way that would allow AA to work. However, often, the requirements for utilizing an #intislot() macro would preclude the use of AA. For instance, if the #initslot() macro is not displaying the body of a snippet, but instead assembling items with macro specific code, AA would not be appropriate. Care should be taken if looking at implementing this type of functionality.
Question: what about required fields? Can you create items that have other required fields (other then title)?
Ankit Shah: Yes, if there are other required fields, Active Assembly will open the Content Editor form and allow you to populate other required fields before the item gets insert into the slot.
Question: I would be interested in getting more info on that workaround for the java and css.
Ankit Shah: “The following code can be used to determind if your javascript/css should be called in the header: #if(!$sys.activeAssembly) YOUR JAVASCRIPTS AND CSS #end”
Question: When creating a new item from Active Assembly, what happens if there are required metadata fields that cannot entered in a WYSIWYG way?
Ankit Shah: If there are other required fields, Active Assembly will open the Content Editor form and allow you to populate other required fields before the item gets insert into the slot.
Question: Is there a way to hide archived items or draft items from being shown in a slot? Its very confusing when previewing content.
Ankit Shah: In order to hide Draft or Archived items, you would need to modify the Preview Item Filter by adding a new rule (sys_filterByPublishingFlag) and restricting the items which are visible. It should be noted that this will apply to ALL previews in the system, not just Active Assembly, and also could be over-written on an upgrade.