Retrieve workflow state in a drawing

Hello

I'm desperately looking for a way to get the special "Current Status" value of a drawing so that I can display it in the title block. This state corresponds to the current stage of the workflow but I don't see how to recover it.

I managed to map other properties such as designation, article code, mass, etc. of the model in the drawing board and in the title block but for the special values I am dry. However, I guess it's possible because there is also the "Last review comment" value which can be interesting to retrieve from a table as well.

Thank you in advance.

Kind regards.

Hello

What software is used? There must be a variable mapping issue.

In E_PDM, variables are mapped into with a "PRPSHEET" block. So, in the outline, you just have to put in the array $PRPSHEET:'STATE' to retrieve the STATE property.

 

Cdt 

If I remember correctly,

you need to check in EPDM that the property is mapped, and check the file type to which it applies.

Then put in the DRW map, you have to put a box with this property, so that the mapping can be done.

Then in the outline, you can recall it as a simple property of the DRW file, i.e.:

$PRP:"STATE"