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

Hi,

we need to create like order page product tab in products details in opportunity page.

This Link also invalid.Please help me

https://academy.bpmonline.com/documents/technic-sdk/7-12/%D0%A1%D1%82%D…

Like 0

Like

3 comments

Hello,

To achieve a target you should firstly create a new tab on the page where it is needed with the help of the "Section wizard" and the process of creation of new tab is described in our Academy article - https://academy.bpmonline.com/documents/administration/7-12/how-set-pag…. After that you need to get products list on this tab. To get the list you should create a detail that is bounded to the "Products" section with the help of "Detail wizard" so you could get the list of products on this detail and the process of detail creation is fully described here - https://academy.bpmonline.com/documents/administration/7-12/detail-wiza….

As for the link provided - we will inform academy team about the issue and ask them to restore the access to the web-page via link ASAP.

Best regards,

Oscar

Hi,

 

                        I need below image like display in opportunity section .with product tab ->Products

.kindly help me.

Sunithaa.s,

It can be achieved with additional development only. Feel free to debug such schemas as ProductSelectionModuleV2, OrderProductPageV2, 

OrderProductDetailV2, ProductSelection etc. in order to understand how exactly such page is developed and to develop your own ProductSelection page in Opportunities.

Oliver

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

Sometimes (I think that after creating pre-configured pages) SysWidgetDashboard_WidgetDashboardManager data packages appear in my repository. Do you know what are they used for?

Like 0

Like

4 comments

Dear Carlos,

Such data appears as a result of adding a widget to the page via Section Wizard. 

 

Regards,

Anastasia

Anastasia Botezat,

Ok, thank you. I have a feeling it gets added even when I don't add any widgets myself though. Are there some widgets that are added by default?

Dear Carlos,

No, there are no default widgets. Though, in case you previously had widget, but deleted it, or worked with section wizard clicking on the widgets, the system will have this kind of data in the package. It might not have data binded, but stays in case you will need it.

Regards,

Anastasia

Anastasia Botezat,

Ok, thank you very much.

Show all comments

Hi community!

How are you?

I hope you can help me!

Currently, I show in an iframe a static local page created manually

How can I call an external page by passing a parameter? For example, contact Id.

This page would be shown, for example, by clicking on a button

King Regards,

Ezequiel

 

Like 0

Like

2 comments

You can create a web service in bpm'online. Then call the web service by clicking on the button and pass the parameter. 

https://academy.bpmonline.com/documents/technic-sdk/7-12/how-call-confi…

The web service will send a message to the page displayed in the iframe. The page should have it's own api to receive and process the request. 

There is no way to pass a parameter into an iframe. There are just different pages and they can communicate in the ways how different websites are communicate.

This article might be of some help. Towards the bottom it outlines how to dynamically add an iframe on a tab and set the src of the iframe to a URL which includes a value from the record. You could use this same approach to create an iframe on the contact and set the src url including the contacts ID value.

https://academy.bpmonline.com/documents/technic-sdkmp/7-12/developing-a…

Show all comments

Hi;

I create the process containing edit page.

I would like to set an Process parameter.

Is it posible to do it directly from module js

Like 0

Like

1 comments

Unfortunately, It's not possible to perform from JS. On the other hand, there is no point to do that. Business processes have their life cycle and when the edit page is open, the business process stays on hold. It will continue working after a user completes the edit page 

http://prntscr.com/kiz6iy

Anyway you can pass parameters to the edit page and take them the edit page after completing. 

Sending to

http://prntscr.com/kiz7lz

Taking from

http://prntscr.com/kiz7tr

Another option for taking from

http://prntscr.com/kiz8p5

http://prntscr.com/kiz8jw

 

 

Show all comments

Hello community,

We have problem when using checkboxes in the following process:

We are trying to generate a new contact when a user fills a checkbox in a data field and then proceeds to fill the information in said field. The process works but when we try to compile our modified elements it gives us the error shown in the screenshots.

We would appreciate any help you could provide

Regards,

Ricardo

Like 0

Like

2 comments
Best reply

Hi;

I am not an expert but try to change for lowercase 

true and false

Hi;

I am not an expert but try to change for lowercase 

true and false

Thank you tomasz, that solved our issue.

Show all comments

Hi Sir/Madam,

Request you to please tell me how to apply less properties to section pages created using mobile application wizard.

Regards

Raghu Ram

Like 0

Like

1 comments

1. Make a change in a mobile page with a mobile application wizard.

2. Add the "CustomSchemas" property to the "MobileApplicationManifestDefaultWorkplace" schema.

http://prntscr.com/ki27od

3. Create your new module with the "Less" that you need.

4. Add the module to the CustomSchemas array.

Please feel free to use the "MobileApplicationBaseManifes" and "MobileCss" modules as an example.

Show all comments