When I click the detail row , it disappear , and a white background appear , I wonder what is the problem.

Note : I'm  working with a custom detail with list

Like 0

Like

2 comments

this is my code

define("StFriendAndFamilyNumbersDetail", ["StFriendAndFamilyDetailResources", "ConfigurationGrid", "ConfigurationGridGenerator"...MoreLess

Show all comments (1)

Hi Community,

Recently we used BPM Online 7.13, now when I try to debug (client debugging) using Chrome developer tools, I cant find any script lets say for example AccountPageV2.js the only thing listed on sources are css and image files. But compared to BPM Online 7.12, I can see all the scripts(most especially edit pages) when the form is open. Is there any configuration that needs to be turned on?

Like 0

Like

2 comments

Dear Fulgen, 

The reason you can't see these scripts is because bundling is turned on, it accelerates the system performance but makes...MoreLess

Show all comments (1)

Hi,

I have an object that ha DateTime column in which I store TimeSpan rather than DateTime. For example I will store duration of a meeting (1 hour an 30 minutes). when I show this column in a section grid I get 12:30 AM because I my culture is set to Canada. I would like to show it as 01:30. Do you have any recommendations how t achieve it?

Like 0

Like

1 comments

Hello Kirill,



You want to store value with "TimeSpan" data type in column that has "DateTime" type. This can lead to errors during saving or...MoreLess

Show all comments

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 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)