Add filename to Global Form

Add filename to Global Form

Anonymous
Not applicable
544 Views
3 Replies
Message 1 of 4

Add filename to Global Form

Anonymous
Not applicable

We have a few rules that run on a few global forms. One of which allows a user to add iProperty data and other information needed for the file that they are using. We would like to include the file name in this form without manually entering it in. Is that possible? I've been searching for options to just show the filename at the top of the form but haven't found what I'm needing.

 

Capture.JPG

 

0 Likes
Accepted solutions (1)
545 Views
3 Replies
Replies (3)
Message 2 of 4

johnsonshiue
Community Manager
Community Manager
Accepted solution

Hi! The form label seems to be static string only. There might be some customization you could do using VB.net code. Could you simply add a text parameter and show the file path as a read-only field?

Many thanks!



Johnson Shiue (johnson.shiue@autodesk.com)
Software Test Engineer
0 Likes
Message 3 of 4

Anonymous
Not applicable

I think the text parameter would work, but I'm a novice when it comes to this, how do I add the filename to the text parameter as a read only?

 

Thanks!

0 Likes
Message 4 of 4

Anonymous
Not applicable

@johnsonshiue Never mind. I understand what you're saying and got it worked out. Thanks for pointing me in the right direction!