Hi Dojo,
Is it possible to include a Visio file in a protocol solution so that it can be deployed through a .dmprotocol package? When extracting the contents of a .dmprotocol package from a connector, we noticed a Visuals folder containing the default Visio file associated with the protocol.
If we create the same folder structure in the solution, and add our own Visio file, will it be deployed to the DMA along with the protocol?
Thanks,
Hi Miguel, in package projects, at this moment there's no official method to do this. You can still do this by placing them in the SetupContent folder and importing them through custom code.
For protocol solutions on Gerrit, it was done by custom logic in the CI/CD pipeline that discovers a 'generic' visio in a dedicated Visio repository and will include it by default in the connector package. I think it had to be the same version range. This method is only applicable internally at Skyline.
Hi Jarno,
Thanks for the confirmation!