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.
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.
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.
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:
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.
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.
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.
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.
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.
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.
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?
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.
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.
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
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.