Hi,
I’ve renamed a document type used by a service flow, and now I need to delete my document “mandat_old”.
I can not see anywhere the document in the Designer but in the flow.xml file, I can see the Document is still there.
How may I find or delete it from the Designer please ?
<record javaclass="com.wm.util.Values">
<value name="node_type">record</value>
<value name="is_public">false</value>
<value name="field_name">mandatInput</value>
<value name="field_type">recref</value>
<value name="field_dim">0</value>
<value name="nillable">true</value>
<value name="form_qualified">false</value>
<value name="is_global">false</value>
<value name="modifiable">true</value>
<value name="rec_ref">mifDocuments.sepalia:mandat_old</value>
</record>
Regards