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
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hello @PriyankaUm
Could you please share the code used to add this in the input form? That will help us in troubleshooting.
Views
Replies
Total Likes
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"/>
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies