Re: List of all people and the company they work for

2013-02-22 Thread James Piechota
rian > > > On 2/22/2013 10:49 PM, James Piechota wrote: > >> Solved (I couldn't let it go). For anyone else looking to do something >> similar, the following will create a view-entity with two columns (person >> and group) and populated with all EMPLOYMENT rela

Re: List of all people and the company they work for

2013-02-22 Thread James Piechota
;> You will need three view entities: One for the "from" party, one for the >> "to" party, and one to combine the first two view entities. There are >> examples of that in code. >> >> -Adrian >> >> >> On 2/21/2013 1:19 AM, James Piechota

Re: List of all people and the company they work for

2013-02-21 Thread James Piechota
ne the first two view entities. There are > examples of that in code. > > -Adrian > > > On 2/21/2013 1:19 AM, James Piechota wrote: > >> FWIW: As near as I can tell, there's no way to do this. I'll see if I can >> cobble something together using two view-entiti

Re: List of all people and the company they work for

2013-02-20 Thread James Piechota
FWIW: As near as I can tell, there's no way to do this. I'll see if I can cobble something together using two view-entities (one for each of the to and from relationships). On Sat, Feb 16, 2013 at 9:26 AM, James Piechota wrote: > Thanks Adrian. Yep, totally agree - in my first a

Re: List of all people and the company they work for

2013-02-16 Thread James Piechota
what you need. > > -Adrian > > > On 2/15/2013 7:24 PM, James Piechota wrote: > >> Thanks, Adrian! >> >> Yeah, I'd looked at PartyRelationshipAndDetail view entity (actually >> started my journey through the source there), but it seems like it only >> co

Re: List of all people and the company they work for

2013-02-15 Thread James Piechota
will be non-null for a given row). >> >> I'll give it a go. >> >> James >> >> On Thursday, February 14, 2013, James Piechota wrote: >> >> Thank you both for the replies! >>> >>> I completely agree: I'd love to avoid hacking as mu

Re: List of all people and the company they work for

2013-02-15 Thread James Piechota
Update: I may be able to so what I need using complex aliases (basically map a fromPerson and toPerson column to a single person column - assuming that only one of the two will be non-null for a given row). I'll give it a go. James On Thursday, February 14, 2013, James Piechota wrote: &g

Re: List of all people and the company they work for

2013-02-14 Thread James Piechota
; PartyGroup with non optional relation and a entity-condition on >> partyRelationshipTypeId = EMPLOYMENT >> See applications/humanres/**entitydef/entitymodel.xml for example. >> >> Nicolas >> >> Le 14/02/2013 00:09, James Piechota a écrit : >> >>

Re: CSS stylesheets link order

2013-02-13 Thread James Piechota
> resourceValue="/path/to/my/**custom/stylesheet.css " sequenceId="99"/> > > -Adrian > > > On 2/12/2013 11:50 PM, James Piechota wrote: > >> Thanks, Adrian. You mean add something like the following in my >> application: >> >> > value=

Re: CSS stylesheets link order

2013-02-12 Thread James Piechota
sheets to the theme data. > > -Adrian > > > On 2/11/2013 8:12 PM, James Piechota wrote: > >> Hi, >> >> I noticed recently that the visual themes were clobbering some of the CSS >> styles I'd created. The maincss.css in the visual theme resets a lo

CSS stylesheets link order

2013-02-11 Thread James Piechota
Hi, I noticed recently that the visual themes were clobbering some of the CSS styles I'd created. The maincss.css in the visual theme resets a lot of styles, and the stylesheet link order defined in header.ftl loads custom style sheets (i.e. those in layoutSettings.styleSheets) before the Visual T