Hi
I have a multi-Tab document with titleblocks , and I am wanting to substiute a several document text fields in teh title block, so they are auto filled on all tabs within the document
I'd like something similar to globalVars in mechanisim
but modifying globalVars affects every document I work on
eg: Configuration
{
"globalVars": {
"Company": "MyCompany",
},
"localVars": {
"tbTitle": "myTitleBlock Title",
"Rev": " ",
"Date": " ",
"Note": " ",
"Auth": " ",
}
}