Hello,
I need to truncate usernames to 8 or 10 characters to display in solidworks drawing. I am using transition action to capture the full name of the user in my dwg data card. Is there a way to truncate the name using some command automatically..?
If this variable is populated in datacard you can use dispatch set variable in combination with left formula to get the no of chars you need. Dispatch action should be triggered with change of state.