I am trying make a dispatch which reads the Material variable, and sets another field to a description of the material such as "Steel" if the material is a steel material, plastic if the material is a plastic material etc. I am trying to do this by reading the material variable from %CurrentConfig%, but it does not seem to work. Is it not possible to do so? If not, is there a solution to my problem, eventually another method to achieve what I am trying to do?
Hello Daniel,
easy answer is no.
%currentconfig% is not available. You should wite configuration names to data card then read it from there.
You can use SWCfgProperty attribute to populate config name in datacard. Please have a look at attached image
Regards
Gorkem