Monday, July 04, 2011
Source: PrimeObjects Latest Improvements Tags:
PrimeObjects improved the presentation, usability and features of the list in a more functional way.
The new list will have 3 zones. The Zone 1 is a Category zone allows user to easily filter records in the list by category. The Zone 2 is the list itself. The Zone 3 is the preview of the selected record that allows read detail information of a record without opening it.

The whole new design relies on one dashboard and four reports in the plaform. It brings the highest flexibility to customization.
Dashboard:
- Generic List
Reports: - Generic Category Tree
- Generic List Preview
- Generic Category Cloud
- Generic Tag Cloud
The preview content of a list will be shown based on the format defined in "Generic Side Preview" report. However developer can design different preview report for different entity. For example, developer can design a special report called "Sales Order Side Preview" to preview a sales order record in the list. The following SQL Statement can associate a special report to a entity as the list preview report UPDATE EntityUI SET PreviewReportId = 'C581C284-A553-434D-9FCD-F86864175708' WHERE Name='Sales Order'There's a few parameters need to be defined in the url of page that renders the Generic List dashboard.
Parameter Name
| Required
| Description
| EntityName
| Mandatory
| This tells the entity of the lists.
| CurrentFocusId
| Optional
| Sometimes we want to only show the records filtered by a focused record in the list. For example, we want to show a list of documents regarding a specific Project. In this case Project is the focus when showing the documents. We need to pass the project ID as the value of the CurrentFocusId parameter.
| CurrentFocusAttributeName
| Optional | This parameter works with CurrentFocusId parameter. When we pass a ID as the filter value, we need to define on which attribute the filter should apply. In the exsample above, the attribute name used to filter a document could be InstanceId attribute of the Document entity.
|
In a business solution developed on PrimeObjects Platform, the default.aspx page usually is the page rendering a dashboard. The URL of showing a generic list of all documents will be look like this. (note: c26b1d3b-8c72-44cf-9dd3-726a83cf2d9f is the id of the Generic List dashboard). http://domainname/appname/Default.aspx?EntityName=Document&DashboardId=c26b1d3b-8c72-44cf-9dd3-726a83cf2d9f
|
|
Posted by Gary Zhang @ 05:30:45 PM 0 Comments
|
|
0 Comments:
|
Friday, June 03, 2011
Source: PrimeObjects Latest Improvements Tags: How To
|
|
Posted by Gary Zhang @ 05:54:17 PM 0 Comments
|
|
0 Comments:
|
Friday, May 21, 2010
Source: PrimeObjects Latest Improvements Tags: Data Management , Data Protection , Information Management , Security
Based on the feedback from clients, a "IsLocked" feature was developed to improve the control of the data in the PrimeObjects system. In many cases, user may want to keep a special record safe from unexpected updates or deletes. For example a Financial Model that was created by a Sr. financial advisor for his clients or Jr. financial advisors can be locked from any changes. Although properly applied security settings can also protect a certain record from any changes, IsLocked feature makes this kind of protection easier.

|
|
Posted by Gary Zhang @ 01:29:08 PM 0 Comments
|
|
0 Comments:
|
Friday, April 09, 2010
Source: PrimeObjects Latest Improvements Tags:
| Parameter | Value | Description | | fc | true/false | fc=false: The date picker panel and caledar group panel on the left side of the full calendar will be hidden. fc=true: Show full calendar | dt
| yyyy-MM-dd
| Define the default date on the calendar. for example: dt=2009-02-03 means the Feb 3, 2009 will be the default date of the calendar.
| | cals | Calendar IDs
| This parameter is used to define the filter so that the calendar will only show the activities in the specific calendars by default. i.e. cals=a9b85cde-0fa5-41e2-b61d-c6f1872d2ea2,b1a53044-0068-4abd-8858-c101547bcb77 When the cals parameter is provided in the query string of the url, the default calendar group will be set to "All Calendars".
| iid
| Regarding ID
| If iid parameter is provided in the query string of the url, the calendar will only show the activities regarding this specified record. The activities will be filtered on the Regarding field (InstanceId attribute) of the Event, Appoint and Task records.
| | calgrpid | Calendar Group ID
| This parameter is used to define the filter so that the calendar will only show the activities in the calendars included in the specific calendar group by default. When the calgrpid is defined, the cals parameter will be ignored.
| tabs
| Calendar Tabs
| The tabs parameter will define what tabs the calendar should display in which order. i.e. tabs=y,m,w,d,a will show the different calendar views in the different tab based on the following order Year, Month, Week, Day, Agenda
| tab
| Default Tab
| The tab parameter defines which tab should be selected by default when loading the calendar at the begining. i.e. tabs=y,m,d,a&tab=d, the Day view tab will be the default tab and displayed when the calendar is loaded at the first time.
| appointment
| True/False
| The parameter primarily is used to hide the appointments from the activities shown in the calendar. i.e. appointment=false
| event
| True/False | The parameter primarily is used to hide the events from the activities shown in the calendar. i.e. appointment=false | task
| True/False | The parameter primarily is used to hide the tasks from the activities shown in the calendar. i.e. appointment=false | session
| Session ID
| This is used for single signon in the case of integrate calendar in a seperate 3rd party web application.
| allowguest
| True/False
| By default, the calendar only work for a valide user who has signed into the system with an active session. If the calendar is show to public, the allowguest=true will allow the anonymous visitors to see the calendar. To make the calendar accessible by the public, the calendar record need to be published.
|
|
|
Posted by Gary Zhang @ 09:45:12 PM 0 Comments
|
|
0 Comments:
|
|
 |
Subscribe
Categories
Tags
Favorite Links
|