according to the help file, if I use the rule:
="*" & DrawingNumber & "-000"
where DrawingNumber is a number input by user in the form,
I should get a drawing saved as DrawingNumber-000
I'm not. I still get the source file name, with the above appended. IE:
[base file name]DrawingNumber-000
I've tried every permutation I can think of, nothing works right. ="" & DrawingNumber & "-000" also fails.
Screenshots of actual settings attached. You can see that the model is named correctly, but the drawing still has the source model name. Not sure where I can drive the naming of the drawing itself?
Input Form:
DWX Rules:
Results:
Bad drawing name (should be 225999-000):
It actually works as it is supposed to... Xpress version doesn't rename whole drawing file name, it just adds to end name to the file - this is because of Xpress version.
I'm almost sure of it on 99% haven't used it for a while now.