Hello,
In AX7, I would like to know how to get DMFDefinitionGroupEntity.SampleFilePath in String instead of GUID.
In AX2012, DMFDefinitionGroupEntity.SampleFilePath had a filepath like "C:\xxxxxxx\yyyy".
But in AX7, DMFDefinitionGroupEntity.SampleFilePath has a completely different character string from filepath like "31AFRHX".
(Because of changing an architecture)
All I want to do in DataManagement is below:
・To import a files located in a "specific path"
・To export a files to locate in a "specific path"
When I developed in AX2012, I got a "specific path" from DMFDefinitionGroupEntity.SampleFilePath.
Best Regards.
*This post is locked for comments