CRUD on community version

Confluence User - 09 Aug, 2017

Can someone send me an example of creation of (form grid, jdbc access lists and CRUD components) on community version?

 

forms;datalists

3


10 Aug, 2017
confluenceUser
confluenceUser

Hi, I'm using the enterprise edition which has all those features mentioned. Have not come across any such plugins for the community edition, so you might need to build your own custom plugins for your requirements.

13 Oct, 2017
confluenceUser
confluenceUser

Hello!

We are working with the community version (5), and one of the tasks is to make a list with some functions of editing, deleting and aggregating data. We have had no problem with deletion and aggregation, however with the edition we have a small problem: when in the list we make the link to the editing form using a popup, the popup replicates all the user view menus, as shown in the screenshot.

EDIT: To avoid this, you must use an additional parameter, or include the embedded mode in the URL: Embedded Mode

 

The app:  CRUD_community.jwa

14 Jul, 2018
confluenceUser
confluenceUser

The way I got it to work on Community V6 (using the CRUD_community.jwa above) was to add a hidden field on the form edita_dato with default value "true" and add a new Hyperlink Parameter on Edit column from the edita list (parameter name="embed", column name="embed", where the column name is the ID of the hidden field).

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print