Skip to main content
February 20, 2024
Fråga

Typology not working for MMS channel

  • February 20, 2024
  • 1 svar
  • 773 visningar

Hello,

 

We have a custom implementation for MMS channel. We want to implement typology, just like other channels. We managed to make changes in the workflow schema and bring the typology in the form, however it is not actually working, meaning unable to suppress users

Any help appreciated!

 

Regards,

Priyanka

 

Det här ämnet har stängts för svar.

1 svar

Manoj_Kumar
Community Advisor
Community Advisor
February 22, 2024

Hello @priyankaum 

 

Could you please share the code used to add this in the input form? That will help us in troubleshooting.

Manoj  | https://themartech.pro
PriyankaUmSkribent
February 22, 2024

Hi Manoj, 

Thanks for your reply.

 

code in workflow input form

<container colcount="2" label="Typology" propagateConstraints="false">
<container colspan="2" label="Typology" type="frame">
<input colspan="2" label="Typology" notifyPathList="@IPAffinity" xpath="typology"/>
<static colspan="2" type="help">The typology is set of verification rules to be performed on all messages during the analysis phase.</static>
</container>
</container>

Code in smms:workflow schema

 

<attribute advanced="true" label="Foreign key of the link 'Typology' (field 'id')"
               name="typology-id" type="long"/>
     <!--EOF Typology-->
    <element label="Filtering typologies" name="typologyFilter" ordered="true" unbound="true"
             xml="true">
      <element label="Typology" name="typology" target="nms:typology" type="link"/>
    </element>
    <element label="Filtering rules" name="ruleFilter" ordered="true" unbound="true"
             xml="true">
      <element label="Typology rule" name="rule" target="nms:typologyRule" type="link"/>
    </element>
    <element default="DefaultInstance('defaultTypology')" label="Typology" name="typology"
             required="true" revDesc="Deliveries associated with this typology" revLabel="Deliveries"
             target="nms:typology" type="link"/>

PriyankaUmSkribent
February 22, 2024

Hi @_manoj_kumar_ ,

 

Eagerly waiting for your reply.

 

Regards,

Priyanka