Re: [xwiki-users] XWiki Application: Pages of one app as dropdown values of other app

2016-08-08 Thread D R
With the help of the query I was able to filter out the template, many thanks. 2016-07-28 14:37 GMT+02:00 Marius Dumitru Florea < mariusdumitru.flo...@xwiki.com>: > On Wed, Jul 27, 2016 at 4:00 PM, D R wrote: > > > Sorry, my mistake. I edited the wrong field. After changing back Id Field > > Nam

Re: [xwiki-users] XWiki Application: Pages of one app as dropdown values of other app

2016-07-28 Thread Marius Dumitru Florea
On Wed, Jul 27, 2016 at 4:00 PM, D R wrote: > Sorry, my mistake. I edited the wrong field. After changing back Id Field > Name to doc.fullName and changing Value Field Name to doc.name it works > but > still shows 3 items instead of the 2 available pages: > > Customer ProfileTemplate > Test Custo

Re: [xwiki-users] XWiki Application: Pages of one app as dropdown values of other app

2016-07-27 Thread D R
Sorry, my mistake. I edited the wrong field. After changing back Id Field Name to doc.fullName and changing Value Field Name to doc.name it works but still shows 3 items instead of the 2 available pages: Customer ProfileTemplate Test Customer 1 Test Customer 2 On the Customer Profile Application

Re: [xwiki-users] XWiki Application: Pages of one app as dropdown values of other app

2016-07-27 Thread D R
After changing "Id Field Name" to doc.name still the dropdown has 3 empty items though the source application has only 2 pages. Do you have another idea why it is not working? 2016-07-26 14:37 GMT+02:00 Marius Dumitru Florea < mariusdumitru.flo...@xwiki.com>: > On Tue, Jul 26, 2016 at 11:45 AM,

Re: [xwiki-users] XWiki Application: Pages of one app as dropdown values of other app

2016-07-26 Thread Marius Dumitru Florea
On Tue, Jul 26, 2016 at 11:45 AM, D R wrote: > Thanks guys but I face an issue. > > I added a Database List property to the Class of App 2 as explained on > > http://www.xwiki.org/xwiki/bin/view/FAQ/HowToCreateAOneToManyRelationshipInXWiki > . > Name: customer > Display Type: select > Relational

Re: [xwiki-users] XWiki Application: Pages of one app as dropdown values of other app

2016-07-26 Thread D R
Thanks guys but I face an issue. I added a Database List property to the Class of App 2 as explained on http://www.xwiki.org/xwiki/bin/view/FAQ/HowToCreateAOneToManyRelationshipInXWiki . Name: customer Display Type: select Relational Storage checked XWiki Class Name: Customer Profile.Code.Customer

Re: [xwiki-users] XWiki Application: Pages of one app as dropdown values of other app

2016-07-25 Thread Vincent Massol
You might also find the following of interest (slightly related): http://platform.xwiki.org/xwiki/bin/view/DevGuide/MasterDetailTutorial Thanks -Vincent > On 25 Jul 2016, at 14:56, Marius Dumitru Florea > wrote: > > Hi Dennis, > > Maybe this can help > http://www.xwiki.org/xwiki/bin/view/FAQ/

Re: [xwiki-users] XWiki Application: Pages of one app as dropdown values of other app

2016-07-25 Thread Marius Dumitru Florea
Hi Dennis, Maybe this can help http://www.xwiki.org/xwiki/bin/view/FAQ/HowToCreateAOneToManyRelationshipInXWiki . On Mon, Jul 25, 2016 at 3:35 PM, D R wrote: > Hi community, > > I implemented a customer profile holding information about customers as an > XWiki application. Now in another app I'

[xwiki-users] XWiki Application: Pages of one app as dropdown values of other app

2016-07-25 Thread D R
Hi community, I implemented a customer profile holding information about customers as an XWiki application. Now in another app I'd like to have an optional field that can contain the customer if it is related to one. Therefor I want to list all customers (existing pages of App 1) as dropdown value