cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Why can I see a MetaPropertyPage in the Windows Client but not the Web Client?

ahebert
New Contributor

 

Currently I can see the "Object Life" property page in the windows client only. How can I make this visible on the web as well?

 

Below is the code for the property page.

[Page]
order=1000

[Template]
GroupTop=Group(Bar),Pos(Top)

ganttchart = Item(~8QWWR9yeFHOR[Gantt Chart for all Time Periods]),In(GroupTop),Control(Viewer),Size(500,150)

TimePeriodMap=Map(~KJ(GMcKbFHdT[Time Period])
StartDateTP=Item(~DNS5)lXo4jC0[Absolute Start Date]),From(TimePeriodMap)
EndDateTP=Item(~kKS50nXo4fE0[Absolute End Date]),From(TimePeriodMap)
Status=Item(~xcDwIA488Xh1[Lifecycle State]),From(TimePeriodMap)
TimePeriodList=Item(~KJ(GMcKbFHdT[Time Period]),Contains(TimePeriodMap),In(GroupTop),Control(ListView),Size(500,100),Title(No),Param(NoDefaultColumn,ToolBar[-C,-L,-O,+P,-U,+D,+E,-R])  

 

Windows Client

Screen Shot 04-21-15 at 12.37 PM.JPG

 

Web Client

Screen Shot 04-21-15 at 12.39 PM 001.JPG

1 Reply

ki6i
Trusted Contributor

have you tried adding it in the correcponding PropertyPage presentation?

 

For example:

 

Capture.PNG