Typology not working for MMS channel | Community
Skip to main content
February 20, 2024
Question

Typology not working for MMS channel

  • February 20, 2024
  • 1 reply
  • 766 views

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

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

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     Find me on LinkedIn
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"/>

February 22, 2024

Hi @_manoj_kumar_ ,

 

Eagerly waiting for your reply.

 

Regards,

Priyanka