I have a page that using the my own created Product In Contract Object. However after discovering that there is an Out of the Box version of Product in Contract, I want my page to point Out of the Box Object instead of the one I created. I have added all of the columns I want added to OOB Product in Contract. Is there a way to switch or point the OOB object directly to the page?

Like 0

Like

1 comments

Hello!

 

We recommend recreating the page using the needed object as the data source. If you used fields from a custom object and then removed it as the data source, replacing it with a pre-installed object, the fields on the page will not be connected to the newly added object, even if the field names are the same.

Show all comments

We really need some disambiguation of what changing options in Page Designer do around whether this is a page-only change, or will actually end up modifying the underlying object that the page is based on as well. This can have knock on effects that people don't expect, when they may believe they are changing something that should only be affecting the page they're working on.

 

For example, changing the "Title" property shown on the Page Designer will change the underlying entity's field's Title, while the "Lookup view" just below it seems to only change the lookup mode of the field on that page (while there is a "Lookup view" property of the field on the entity, at least when I just tested it, it didn't change). This leads to confusion and caution around changing things to avoid having unexpected impacts, or even worse to unintended consequences slipping through the net.

0 comments
Show all comments

Hello all,

 

How can I modify the page layout of a detail that isn't also a section within the Creatio mobile app? I only get the option to change how it's connected to a page. 

I need to be able to change the fields that are shown but the embedded detail won't do the trick because it's not clear on when one detail record ends and the next begins.

 

Thanks in advance for your help.

Like 0

Like

1 comments

Hello Kevin,

 

It is necessary to go to the section Page Setup, scroll down to New button, select Embedded detail option, add your detail and hit New column to add required fields. You can also the fields them in the required order there. 

 

Regards,

Dean

Show all comments

Hi,

How can I make the full text of a checkbox field appear in the same line and change the order of them, that is, the button appears first and then the text.

Currently appears as in the figure below.

 

Thanks!

Version: 7.14

 

Like 0

Like

1 comments

Try to create a replacing client module for the page module and modify CSS of the checkboxes according to the article by the link below.

https://community.bpmonline.com/questions/how-add-custom-style-control-page-based-condition

Show all comments

Hi,

How can I change a checkbox design so that the text appears all in the same line and not as the image bellow?

Like 0

Like

1 comments

Hello Nuno!



Usually, for changing the appearance of some elements css stylesheets are used.

The idea is to override css rules for the desired elements. I also recommend to use devtools to test css rules in runtime. Article about it: https://developers.google.com/web/tools/chrome-devtools/css/



Also please note on these articles where similar development cases are displayed:



1. https://academy.bpmonline.com/documents/technic-sdk/7-12/advanced-settings-custom-detail-fields?_ga=2.91757139.837207587.1557733380-1226153156.1549047745

2. https://community.bpmonline.com/questions/how-add-custom-style-control-page-based-condition

3. https://community.bpmonline.com/articles/how-add-or-edit-css-style



Best regards,

Alex

Show all comments

I want to add elements such as tables, radiobutton, dropdownlist to a page in bpmp process, but in the page designer I can not find them.

Should these be added with code?

What language is used?

Greetings.

Like 0

Like

4 comments

Edgar,

What does your page designer look like?

Jordan Kincer,

 

 

Jordan Kincer,

Try the first image using the wizard, but when you can not get elements such as a combobox, I started using the creation in Advance Settings

So for Radio Buttons, you can code them in, but I had issues getting more than three options on the page. If you are restricting the seleciton to one option, I might recommend using a lookup field.

As for the table/detail, I can see that your pre-configured page is missing a 'Tabs' section at the bottom which is the only place a detail can be added. 

When you first create a pre-configured page, it prompts you to select a template. If you want it to have Details inside it, one of the 'Tabbed Page' templates need to be selected.

Are you having issues putting a lookup/dropdown on your page as well?

Show all comments

Hi there,

In need to change bpm'online logo of loading page.

Like 0

Like

1 comments

Hello,

To do that please contact your manager and discuss all needed details for further implementation.

Best regards,

Oscar

Show all comments

Hi,

One of my colleagues can't see the Page Designer in the Accounts:

At the same time, I can. Can you tell me what could be the reason?

Like

1 comments

Hi Kevin,

It seems that your colleague doesn't have system administrative rights, as only users with such rights can access page designer by default. In case if you'd like to grant such rights to him, all you need to do is provide him with access to "Switch to Setup Mode" operation:

Show all comments