Is it possible to generate a signal from JavaScript code?

Like 0

Like

1 comments

Hello Carlos,



Could you, please provide us with more details on your business goal that your are trying to achieve?

Do you need to generate a signal from one javascript module to notify another module about some event? In such case, you can use message exchange - https://academy.bpmonline.com/documents/technic-sdk/7-12/sandbox-module…

Show all comments

Hi Sir/Madam,

I get the below error when I click on compile all items

Cannot run compilation because another compilation is in progress

Request you to please tell me.

Regards

Raghu Ram

Like 0

Like

1 comments

Dear Raghu Ram,

The most obvious reason the the compilation that was launched before or by another system user. Although you might not see it, but once started it should end even if the tab was closed so it might be the thing that when  you were trying to compile previously launched compilation was still in process. 

In case it is occurring all the time and you are sure there is no compilation launched feel free to shoot an email to support@bpmonline.com for further investigation.

Oleh

Show all comments

How to use a detail wizard from one section as a lookup in another section object.

I have PositionDetails as detail object having base object as parent, I need to use this object as a lookup, When I assign this PositionDetails as a lookup to a field I get to see the blank page.

 

Like 0

Like

1 comments

Dear Sekhar,

It seems there is no displayed value selected in the object. You need to open the object used for detail/lookup, add String field (250char) and select it as Displayed field for the object. Once done this field value will be displayed in the lookup field.

Oleh

Show all comments

Hi Sir/Madam,

Can you please tell me how to apply themes in bpm online

Regards

Raghu Ram

Like 0

Like

1 comments

Dear Raghu Ram,

There is no out of the box functionality for applying themes in bpm'online, although you can try some custom themes solution developed in Stylish extension:

https://userstyles.org/styles/browse?search_terms=bpmonline

Oleh

Show all comments

Hi Sir/Madam,

Can you please tell me how to create landing pages inside bpm online.

Regards

Raghu Ram

Like 0

Like

3 comments

Hello,

First of all you should install wordpress plug-in connector from the marketplace via link. There is another community question regarding its setting up and it can be found here. There is an article in our academy regarding landing pages and web forms and you can find it here. For example you want to connect to the web-site www.example.com and have a landing page on www.example.com/landing. Enter the actual landing page URL in the [Website domains] field. For example, the website name is www.example.com. This website has a landing page available at the following address: www.example.com/landing. This address must be entered in the [Website domains] field on the bpm'online landing record page. After all those configurations you will be able to use landing pages functionality.

Best regards,

Oscar

Hi Sir/Madam,

Can you please tell me how to apply themes in bpm online

Regards

Raghu Ram

Hello,

If you want to change colors in the application, you need to click "Color customization" in the system designer and the whole process is described in our academy article.

Best regards,

Oscar

Show all comments

Dear Team,

                  Sub: I have sent one email to the candidate along with button then candidate click on the button (eg: Accept button). how to get the candidate response and based on response update column status. how to do that? please provide the solution.

 

Regards,

Sekhar.

 

Like 0

Like

2 comments

Dear Sekhar,

In case it was a part of bulk email that was sent with the help of marketing campaigns, the statistics about clicks can be seen on the "Click stats" tab of the corresponding bulk email. In case this letter was sent from the CTI-panel then there is no possibility to get the response on this click. We will inform our R&D team and suggest them to implement this new functionality in one of future releases of the application. Thank you for helping us to make our application better.

Best regards,

Oscar

two buttons with get request (URL) in mail body and a simple service to proceed those requests. 

Show all comments

Is it possible to add sections (with edit pages, attachments, tags, etc.) for entities that were created using the configuration page? Sometimes during development it turns out that an entity that we thought will be "internal" has to be displayed to user anyway.

Like 0

Like

4 comments

Hello!

The task you are trying to achieve is rather complex and requires a lot of development. We recommend you to create a new section in a wizard according to the instruction on the academy and transfer your data to it using a process or an sql query. This is the most user-friendly way that involves minimum development. You can read more about creation of the new section in the article below:



https://academy.bpmonline.com/documents/technic-sdk/7-12/creating-new-section



Best regards, 

Matt

Ok, thanks.

Not true. Basically a section object has some special subobjects like [ObjectFolder], [ObjectInFolder] etc. All those objects have parents, so it will not be a big deal to create them. The second part is to create section page a reister it in DB. We're doing such things quiet often when somebody wants a section from inicially detail object. So the thing is to make  few requests to DB and to create some objects. Normally it takes about 10 minutes. 

 

Dmitry S,

Could you, please, give more details on how to achieve this?

Show all comments

Hi Sir/Madam,

When I use mobile app emulator from my computer, I get error as unsupported command-line flag: --disable-web-security. Stability and security will suffer.

Request you to please check.

Regards

Raghu Ram

 

File attachments
Like 0

Like

1 comments

Hello!

This is a normal behavior, since you are using an emulator for an application. Moreover, this flag affects your emulator tab only during the session. Please make sure to allow saving files to the hard drive once you go to the 'bpmonline mobile' tab.

Best regards,

Matt

Show all comments

How to display qualified quote price for a product in the opportunity-product detail (grid list).

This is required for scenario: A merchandiser will get multiple quotes from different supplier for a raw material. He will select one using a lookup. Selected price and supplier should get added to the respective raw material in the grid list in opportunity product detail to determine final price of the product

Please help

Like 0

Like

5 comments

Hi!

If a detail is on the same page as a  lookup you will need send a message to the detail using messaging mechanism. If you want to change data on other pages then you need use a client UpdateQuery class to update needed data and then send a message in order to refresh data in opened details. You may find many examples of using UpdateQuery in the configuration

Peter Vdovukhin,

Hi Peter, Thanks for the information.

We are looking for the 2nd scenario where we need to change data into different page. Can you provide us more information on the approach through an example.

Thanks...

I need more detailed explanation to create such example. All I do understand now is that you want to update opportunity product detail (by inserting a new record or updating an existing one?). Please describe in what object and what property is changed that fires detail updating and what relationship between that lookup and the detail (or how do you know what details to change?) . If you can add some screenshots it will help too

Peter Vdovukhin,

Merchandiser will add multiple products in Opportunity - Product details. For each product multiple suppliers will provide quote specific for the opportunity in Quote section. Merchandiser will select one of the quote for a product using a lookup (Yes/No). Once merchandiser selects yes for a Quote, price and supplier for the product should get updated against the product.

Hope above will provide you more clarity. We are still working on the opportunity-product grid view so the screen shots are not avalable

Not sure I understand the whole case. Let's provide you an abstract example of updating opportunity product detail:

// create update instance on OpportunityProductInterest detail schema

var update = this.Ext.create("Terrasoft.UpdateQuery", {

                    rootSchemaName: "OpportunityProductInterest"

                });

// add filter on product in the detail

                update.filters.add("Product", Terrasoft.createColumnFilterWithParameter(

                    Terrasoft.ComparisonType.EQUAL, "Product", "a802f388-59aa-4b69-88c3-ecc9078bf27d"));

// set value to a field that you need to update

                update.setParameterValue("OfferResult", "12d2c66b-7ae6-df11-971b-001d60e938c6", this.Terrasoft.DataValueType.GUID);

// launch update

                update.execute();

            },

This javascript code updates opportunity product details. It sets a value to OfferResult field ("Interest" caption in a grid) for all opportunity product details for specific product. You can change this code to meet your needs. If you have a full bundle as I do, this code already works because ids from the example above exist in this bundle. So you may check it

Show all comments

I already mentioned this topic a bit here https://community.bpmonline.com/questions/whats-dbexecutor-class-and-when-it-needed and I got an answer that I shouldn't try to use DBExecutor when working with ESQ. Does ESQ have a different mechanism for transactions though?

Like 0

Like

3 comments

Dear Carlos,

No, there is no any functionality that allows you to save more than one entity in a single transaction. I will address this idea our developers.

Peter Vdovukhin,

Ok, thanks.

vithushan,

 

Hello, 

 

Such functionality has not been yet implemented for the out-of-the-box version of the application. I will assign your requested to the project to increase it's priority. 



Best regards,

Anastasiia 

Show all comments