Hello,

I want to customize notifications for the [User task] process element, but it does not work: the expected notification does not appear.

This is the link where I saw how to do it : https://academy.bpmonline.com/documents/technic-sdk/7-12/how-customize-…

I attached the pictures of my work.

Thank you.

File attachments
Like 0

Like

3 comments

Please change return true; to return false; in the main script of the user task .

http://prntscr.com/juzmpl

Show all comments (2)

EX:when select the state in DDM show the all cities respect to State 

Like 0

Like

2 comments

Hello,

To accomplish the task you can use the filtration business rules like described in our SDK here. If you implement the same functionality...MoreLess

Show all comments (1)

Hi Community!

How are you?

How could I put together a query similar to that with ESQ on the server side? Can I use aggregation functions?

 SELECT Max(l.CreatedOn), l.SmrRecordId 

   FROM SmrLoggingRecord l

     JOIN [dbo].[Case] c

        ON l.SmrRecordId = c.Id

        AND c.UpriEstadoCasoId = '78346E42-83AD-4790-B901-DB750A1D157E'

  WHERE l.SmrColumnCaption = 'Estado del Caso' 

  GROUP BY SmrRecordId

King Regards!

Ezequiel

Like 0

Like

1 comments

Hi,

There is good description here how to write such queries. When reading pay attention to "Adding columns to query" section there...MoreLess

Show all comments

Hi;

We get our first instaletion package for bpm on side studio

I think i have done everyting according to article in academy

https://academy.bpmonline.com/documents/studio/7-12/installing-bpmonline-application-0

I ve got the login screen but then after login button click nothing happened

I try to login as Supervisor

No error no any action.

 

If you could give me sugguestion what i can do wrong i willl be appreciate

Regards

Tomek

Like 0

Like

1 comments

Hello!

It is hard to tell, at the moment, what exactly appears to be an issue. At this point I would suggest you to make sure that all necessary...MoreLess

Show all comments

I have a detail on bpm'online studio and one of the fields is an document id for a document that is stored in our Oracle Content Management system. 

How can I make the document Id display as a link on the detail, so I can  bind a function to "linkclick" to open that document in the Content...MoreLess

Like 0

Like

6 comments

Dear Jose,

To do such an operation you can simply copy the URL of the document you want to display and insert it like a text into the detai...MoreLess

Show all comments (5)

Hello, 

I want to know if it is possible to include the configurations made in 'object permissions' when exporting a package. In fact, I am supposed to work on a test server, then export my package to install it on the integration server. I am not authorized to modify a package on the integration server. 

Thank you.

Like 0

Like

6 comments

Hello,

We do not recommend to use the business data in the preproduction application. You may use it for the functionality development, though...MoreLess

Show all comments (5)

Hi 

  I am new to bpm online. I need to create an application to save user data, save documents and store the documents after approval workflow by HR. Where can I start the development? What is the IDE for creating this? I have gone through https://academy.bpmonline.com/. But not able to find proper information for a starting developer. Where can I create a list? Where do I need to write code for saving data to list? Can anyone please help me?

Like 0

Like

1 comments

Hi;

If I try to get parameter value from process element (preconfiguratepage)

I Use Get("Elementname.parametername") i got the null reference exception

As element name i put second part of which page to open "Test | UsrParam" in this case UsrParam

Regards

Tomek 

Like 0

Like

1 comments

Dear Tomek,

Please refer to these two related articles. They can help you to understand on how to access the process parameter from the script...MoreLess

Show all comments

Hi Community!

In this Opportunity, i want know how import Boolean data with "Import Wizard". 

That is, in the excel I have some fields of the Boolean type to map in the corresponding fields of some entity in this case, the entity is "Case"

I tried putting in Excel, the values ​​0,1, T, F, Yes, No, for the correspondence with true / false but none works, the field in the application does not map

I attach images below

I hope your can help me!

King Regards,

Ezequiel

Like 0

Like

1 comments

Dear Ezequiel,

Please change the fields type in Excel file to text format:

Then please type in all in lower case true/false:



Then tr...MoreLess

Show all comments

Hi community!

How are you?

How can I apply a rule only if a condition is met? In this case, if the logged-in user has the CASACENTRAL organizational role, the rule does not apply, otherwise the rule will apply

"UpriNino": {
      FiltrarRegionNinoPorRegionJI: {
  ...

MoreLess

Like 0

Like

4 comments

Dear Ezequiel,

Check the manual from our SDK that provide the examples of setting up the conditions for the business rules - https://academy...MoreLess

Show all comments (3)