I have a detail that can have long texts, as shown on the picture:

Is it possible to make the long text collapsible, so that it is shown only when user click's it intentionally? If not, do you have other ideas about how to present this data?

Like 0

Like

2 comments

Hello Carlos!



Unfortunately, we have no out-of-the-box functionality that you required. You can achieve it only via development.



The idea...MoreLess

Show all comments (1)

In my Lookup it must show only those contacts who have Specific role.

Example:

Contact-1 , Contact-2 are present

Contact-1 Have Role-1 and contact-2 will have Role-2

Lookup must show only Contacts with Role-1 . 

If not possible Can we have workaround for this .

In my Example it will show all contacts...MoreLess

Like 0

Like

1 comments

Dear Sushma,

In order to check whether a contact has particular role you need to create a query to the SysAdminUnitInRole table. Basically setting...MoreLess

Show all comments

Hi Community,

Good Day

How can I  dynamically Hide/Unhide options under Print button based on some conditions (example based on value of some lookup field).

Like 1

Like

5 comments

Dear Fulgen,

In order to achieve such task you need to add custom code customization. Please see the instruction below, hope you will find it...MoreLess

Show all comments (4)

Hi Community,

How can I filter the detail based on the selected look up field. The list in detail will depend on the selected value in the look up so every time the user will change the value of look up the detail list will change also.

Thanks

Like 0

Like

2 comments

Dear Fulgen,

Hope you are doing great.

Unfortunately, there are no any basic tools in the system to implement this idea, however there is one...MoreLess

Show all comments (1)

Is it possible to change controls' layout dynamically? Also: is it possible to add controls dynamically?

Like 0

Like

8 comments

Dear Carlos,

Could you please let us know more details on your question? What goal do you want to achieve? Thank you so much beforehand.

Looking...MoreLess

Show all comments (7)

What is the correct way to perform the query in JSON to obtain the records that start with the letter "Y"?

The next JSON get the columns GivenName, MiddleName and Surname from "Contact":

{
    "RootSchemaName":"Contact",
    "OperationType":0,
    "Columns":{
        "Items":{
      ...

MoreLess

Like 0

Like

2 comments

Try changing the ComparisonType from:

"ComparisonType":16

To 

ComparisonType":9

9 = STARTS_WITH (16 = "NOT_EXISTS)

https://academy.bpmonline...

MoreLess

Show all comments (1)

Hi everybody,

I would like to know if there is the possibility to change the "Desktop Agents" section title into something else.

Thank you

Like 0

Like

1 comments

Dear Stefano, 

Unfortunately, the only way to change this using user methods would be to change all records in Translation section wit...MoreLess

Show all comments

Hi Community,

How can i make my detail editable directly on grid without opening another form to edit it?

Thanks

Like 0

Like

2 comments

Hello,

This article will provide the details you need to make the detail editable in the grid itself. https://academy.bpmonline.com/documents/technic-sdk/7-13/adding-detail-…

Ryan

...MoreLess

Show all comments (1)

Is it possible to search parts of names in lookup fields? If I have a record named 'XYZ 123' and I search for '123', I get no results.

Like 0

Like

2 comments

Hello.

You can use the '%' symbol in order to search for the records using only parts of words. In your case it would be %123.

From our sid...MoreLess

Show all comments (1)

Hi,

When I am trying to send request from BPM (http://localhost:82) to external web app (https://localhost:58733) via 'call web service' system action I am getting an error:

"system.net.webexception could not establish secure channel for ssl/tls ---> system.security.authentication.authenticationexception the remote certificate is invalid"

What I am doing wrong? 'Call Web Service' system action should work with SSL/TLS without any problem?

Best regards,

Tom

Like 0

Like

2 comments

I've used Call Web Service with SSL without issue. That error is a general .NET error that usually relates to issues with the certificate and...MoreLess

Show all comments (1)