====== EntityMessageCreator ====== The job step EntityMessageCreator creates one or more messages from the incoming documents. Here, the container dependency defined for the type or, as the case may be, on the TypeSet ([[en:partnerverwaltung:typset:start|]]) is used. {{:images:sign_warning.png?nolink|}}**Note:** The EntityMessageCreator first checks whether a specific container is specified in the message recipient's typeset, if not, it uses the one which is defined withing the template partner. If there is no specification, the default container dependency is used. ~~ GENERATED src="eBiss.ClassLib.Resources.JobSteps.EntityMessageCreator" changed="" ~~ ^Properties^^ ^Name^Description^ |**Type**|Class name of the jobstep| |**Name**|Name for the jobstep that will appears in the job designer| |**Description**|Optional description for the jobstep| |**Message Box**|The MessageBox where the created messages will be placed.| |**Use Repository**|If set the types only from this repository were used.| |**Increase interchange counter**|If selected, a counter will be incremented when the interchange is created and the new value will be used for the **EDI reference** of the interchange((if ‘No’ is set here, the interchange reference number cannot be set when containerising EDIFACT messages. ‘DummyInterchangeRef’ will then appear instead of the reference number)). For further options, see the help section under //Interchange Counter// of job-step “EntityMessageCreator”. | |**Include original document**|If set the original document will be include in the new message.| |**Use sender TypeSet**|Use sender TypeSets to calculate the sender address, e.g. the UNB-ID.| ==== Interchange Counter ==== The selection of the counter for the interchange stored in the ‘EDI Reference’ is carried out in the following steps: * If the [[en:howtos:framevariables|frame variable]] **eBiss.DocumentVars.InterchangeReference** is set in the mapping, then this value is used. * If the "Increase Interchange Counter" option is enabled in EntityMessageCreator, the following is checked: - If the [[en:transformation:mappings:framevariables|frame variables]] **eBiss.DocumentVars.InterchangeCounterName** and **eBiss.DocumentVars.InterchangeCounterKey** are set in the document, then the value of InterchangeCounterKey from the counter InterchangeCounterName is used. - Otherwise, the Edi Reference Counter is used by the recipient of the message. * Otherwise, the value from the field with the [[en:transformation:mappings:framevariables|frame variable]] eBiss.DocumentVars.InterchangeReference is used from the document.