Hi.

Does anyone know how to make calculations on printable?

I need to calculate the Net Total for each product.

 

Thank you

Like 0

Like

1 comments

Dear Andressa,

Unfortunately as for now there is no way to use formulas in printables and we have a correspondent problem registered for our R&D team. I will notify them about your question so to raise the priority of this problem. Thank you for helping us to make our application better.

As for now you can try using this marketplace application that can fit your needs https://marketplace.bpmonline.com/app/excel-reports-builder-bpmonline.

Best regards,

Oscar

Show all comments

Hi

I am looking to import data into the Opportunities, which has an issue. I have a Section Detail which I am using to store a list of team members. I wish to import the opportunity data and populate this Team Member section with data. I pretty much on the current import data set only have 1 contact value to import.

I do not see how I can map the data from the Excel file to allow a data entry to import a single (or indeed multiple) value into a Section Detail. 

Is this possible and if so, how can I do this?

Like 0

Like

4 comments

Dear Mark,

As for now there is no such functionality, but I'll inform our R&D team about this issue and suggest them to implement it. Thank you for helping us to make our application better.

Best regards,

Angela

As a workaround you can import opportunities you wanted and then import team members into created opportunities. 

Best regards,

Angela

Hi Angela,

Since I posted, I have found that the process is to import the root data, in this example Opportunities and then do a separate import into the sub section detail. For this, it is necessary to know the name as it exists in the database, as this can be confusing to identify.

Click on the 3 dots by the section details title and choose Details to identify the database naming.

Mark Roberts,

You may also use "Data Import" button in the detail: 

http://prntscr.com/mahi27

Show all comments

I am wondering about the different kinds of items available in the Outlook calendar.

Calendar item types in Outlook: Appointment, E-mail, Meeting, Contact, Task/Todo.

When my Process is creating tasks in bpm'online and it syncronizes to Outlook. The Outlook item are always of the Appointment -type.

Type in bpm'online:                   Type in Outlook (after synched):

Call                                                 Appointment

Meeting                                         Appointment

Paper Work                                  Appointment

Meeting                                         Appointment

Is there a way to make Meetings, Appointments, Todos Activities in bpm'online, synchronize as their respective types in Outlook?

Like 0

Like

1 comments

Dear Julius,

As for now there is no such functionality, but I'll inform our R&D team about this issue and suggest them to implement it. Thank you for helping us to make our application better.

 

Best regards,

Angela

Show all comments

Hi, I am noob on BPM online, I do differents steps to create a aplication that application-module that it can interaction with an API, but I dont known how can I do it (start programming module). I have experience with vtiger API, dropbox and Magento.

Greetings

Like 0

Like

1 comments

Hello tgonzalez



There are different ways to achieve it regarding to your purposes.

The most easy and understandable way is to create business process that interacts with external API. There is an element called "call web service" for that.

Also check the links below:



Business processes: https://academy.bpmonline.com/documents/technic-sdk/7-13/business-proce…



Call web service element: https://academy.bpmonline.com/documents/technic-bpms/7-13/call-web-serv…



Business process designer guide: 

https://academy.bpmonline.com/documents/technic-bpms/7-13/process-desig…



Best regards,

Alex

Show all comments

the AccountFolder.SearchData is a binary field that has the filter query. On the server side, how can I use that field to apply that filter on the "Account" and get all the account Ids?  

Like 0

Like

1 comments

Hello Kumar,



Unfortunately there is no possibility to filter binary fields directly in esq queries directly on server side. The SearchData  field contains filter for Accounts that can get into the folder, so if you need accounts from this folder you can select it from table AccountInFolder.



Actually, if the task is to get Accounts that fits for that filter, we recommend to built esq query matching the filter. It is much more easier and productive.



Best regards,

Alex

Show all comments

We have an application to connect and import to bpmonline via either odata or data service. It works well with the usual bpmonline logins.

If we switch to using single sign on(login using windows network login), will there be any changes required to connect and process data using odata or data service? Is there any information/article that can provide further information?

 

Like 0

Like

3 comments

Dear Allen,

SSO functionality does not affect API or OData integration. SSO changes the process of logging into the system and does not require any modification in integration.

Best regards,

Angela

Thank you Angela. When specifying the credentials through the API, should we use the bpmonline login or the windows login?

 

Allen Dsouza,

Even if the SSO is turned on, bpm'online login will still be possible so we recommend using bpm'online credentials for such integrations. 

Best regards,

Angela

Show all comments

I'm trying to look for a way to run some javascript on every page load (edit page for a specific object schema).

From an edit page we navigate to an edit detail to create a new address. As we save the address and go back to the first edit page. At this point we want to refresh some of the fields using javascript. How can we best achieve this.

Like 0

Like

2 comments

It's not correct to reload a page any time when it appears. Please use the "messages" property instead. The reloadEntity method reloads a page.

We're aware that's not the correct way, that's why I said "something similar". 

We will look into the messages functionality, thanks!

Show all comments

I created a new server side module and trying to call from the client side module but keep getting service not found error, even thought the names are looking fine in spelling. Is there any special step I need to follow in order for me to register a .net class as a callable service? 

Like 0

Like

1 comments

Hello, 

Here is the academy article on creating and registering the web service, please make sure you've done all the necessary steps from the article. 

https://academy.bpmonline.com/documents/technic-sdk/7-13/creating-anony…

Best regards, 

Dennis

 

Show all comments

Hi Community,

Is it possible to rename the generated file from a printable?

My client wants a generated Quote doc file to be named using Number field instead of Quote#.doc (where # is the result of a counting).

Thanks.

Like 0

Like

3 comments

Dear Danilo,

The generated file name is the same as the name of the file which was uploaded to this printable record in the application. To rename the resulted file you need to rename a template and upload this new template to the printable record and after the next download it will be named as this template.

Best regards,

Oscar

 

Oscar Dylan,

Hi Oscar, thanks for your message.

I am actually refering to the generated file whom is attached to the object when selecting to Print it. For instance, the Quote object is currently generating files Quote1.doc , Quote2.doc on the Attachments and Notes tab. I would need it to be something like [Quote.NumberField]v1.doc. 

Is that possible? If so, how can I do this?

Thanks.

Hi guys, I found that the name I was looking for is being edited on the Save printable to quote Business Process. Thanks.

Show all comments

How can I pass a callback function to GetEntityCollection function of ESQ? 

Like 0

Like

1 comments

Please debug the function in the developers console in google chrome. Once you find how it works, you'll be able to find how to pass the parameter. Additionally, you can search for the examples with the global search trough all sources in the google developers console.

Show all comments