
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi there.
I am trying to create an external rule to check if parameters do exist and if not create it, and I fail to understand the correct steps and proceudres to follow to make it happen. I am tying to keep it very simple. I have two text parameters:
SetComments: This is used to set the iPoroperties Comments value with in part rule stating: iProperties.Value("Summary", "Comments") = SetComments
FileType: This is used to get the file sub type into a user parameter so that I can display it on a Form. the current in part rule is: File_Tipe = iProperties.Value("Project", "File)
But I don't want to go through all my parts and manually add these rules and user parameter to each and every part.
Ideally, I would like it to be controlled via External rule, then I only have to set the rule up once and just run it from there.
Solved! Go to Solution.