====== Register a containerizer ====== To register a new **Containerizer**, select the **Containerizer** entry in the respective repository and select **Create** from the context or main menu. If the type exists multiple times in the repository under different subtypes, you can use the MapFrameVariable **DocumentSubType** to specify the type to use, e.g.: {{:images:sign_warning.png?nolink|}}**Note:** The subtype should be determined by function for outgoing docs for which there are multiple subtypes in the repository. **SetTargetFrameVariable**(**'DocumentSubType'**, 'SubType')((e.g.: SetTargetFrameVariable('DocumentSubType','35') )) Otherwise warnings will be displayed in the tracelog at the containerizer and it may happen that the outgoing message is created with the wrong subtype. ^GENERATED src="eBiss.Data.Resources.EntityContainerizer" changed=""^^ ^Properties^^ ^Name^Description^ |**Name**|Name of the containerizer.| |**Containerizer type name**|Type of the containerizer.| |**Type repository**|Reference to the repository| |**Writer**|The write used to write the document. If not set the writer of the type will be used.| |**Scope**|Area in which the containerizer summarizes entities.Determines how documents are grouped into messages:\\ **Global**: all documents go into one message.\\ **Individual**: For each new document, a message is created\\ **By document type**: Documents of the same document type, sender and recipient are combined\\ **Per input file**: Documents are summarized in the same way as the incoming message. \\ {{images:sign_warning.png}}**Note:** See also [[en:howtos:alternate_containerize]].| |**Sender/Recipient address**|The partner address that should be use for e.g. interchange, MapFrameDocumentRecipient, MapFrameDocumentSender. This can be set for e.g. PlainContainerizer, XmlContainerizer, but not for the EDIFACT Containerizer, that has its own handing using the EDIFACT UNB address.| ^Properties (advanced)^^ ^Name^Description^ |**Filename generation**|**Standard**: eBiss assigns a system-generated name for the newly created document that is set in the message box. **Source**: Original Name of the imported document is used.)). **File mask**: This setting offers the possibility to save different masks(see [[en:prozessdefinition:repositorien:kontainerisierer:anlegen#masks|Masks]])).| |**Filename mask**|The string with mask for the filename((See [[en:prozessdefinition:repositorien:kontainerisierer:anlegen#masks|Masks]]))| |**Replace invalid chars.**|To avoid invalid characters in file names. But if you want to generate backslashes in the filenames to create folder names you have to set **No**.| |**Character to replace**|The character with which the invalid character is to be replaced.| |**Subject generation**|As above for 'Filename generation' the same for subject.| |**Subject mask**|The string with mask for the subject((See [[en:prozessdefinition:repositorien:kontainerisierer:anlegen#masks|Masks]]))| |**Subject Replace character**|Selection of the method to replace invalid characters from the subject line| |**Character to replace**|The character with which the character in the subject to be replaced.| {{:images:sign_warning.png?nolink|}}**Note:** Writing components stored at the containerizer win over those specified at the entity.