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