Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!

Typology not working for MMS channel

Avatar

Level 1

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

PriyankaUm_0-1708426541176.png

Any help appreciated!

 

Regards,

Priyanka

 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

3 Replies

Avatar

Community Advisor

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

Avatar

Level 1

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"/>

Avatar

Level 1

Hi @Manoj_Kumar_ ,

 

Eagerly waiting for your reply.

 

Regards,

Priyanka