‎25-07-2017 05:31 AM
Hi Community ,
Any idea how to get the Application Manager person on associated application . We know that its possible to write Query component ,But it makes generation too slow . Please prefer if you have some other idea to implement this ,
If Application Manager attribute is "yes ", then we have to get the person A
Query Component :(But its too slow to generate 20k pages )
[Component="Select [Business Person] Inherited Where [Assigned Application] &name And [Assigned Application].[Application Manager] ='Y'"]<li>[ComponentProperty="Short Name"/]</li><br/>[/Component]
Would prefer like this (But dont know how to implement it correctly 😞
[Component="Responsible Person"]
[ComponentProperty="Application Manager" If="value='Yes'"]
[ComponentProperty="Short Name"/]
[/ComponentProperty]
[/Component]
[/Component]
‎01-08-2017 03:56 AM
‎31-07-2017 02:47 PM
try this
[Component="Responsible Person"]
[ComponentProperty="Application Manager"]
[If="value=Yes"]
[ComponentProperty="Short Name"/] [/If]
[/ComponentProperty]
[/Component]
[/Component]