Hi Community,

I want to create a PAGE, this page can add record but instead of adding one record at a time I want its behavior like in adding product in order page (all products were listed already, you can enter multiple records and save).

Like 0

Like

1 comments

Hello.

You can use a detail with the selection from a lookup for this purpose. The step by step guide is available in the article below:

https://academy...MoreLess

Show all comments

I've been trying to find some authoritative documentation on the best way to do this but alas, can't seem to find what I'm looking for.  We work with a lot of professional organizations (law firms, accounting firms, etc.) that have multiple offices in geographical locations.  They're all part...MoreLess

Like 0

Like

4 comments

Dear Damon,

You can either use functionality of Field Sales to create tasks/visits for each contact based on their location or add new address...MoreLess

Show all comments (3)

Hi community,

our client is asking for a way to filter a second detail when selecting one of the records on a first detail list. In screenshot below, they want to list on the Benefit Stream list only the Benefits from the Claimant Test selected on the first detail.

Appreciate any assistance.

Like 0

Like

5 comments

Hello Danilo,

This article outlines how to do this: https://community.bpmonline.com/articles/filtering-detail-records-based…

Ryan

Show all comments (4)

Hello Community!

I need convert a decimal and show it in percentage format in the word file. How can do it?

Like 0

Like

1 comments

How are multiple tasks in a step ordered from left to right? And how do I change this order?

They are created by Business Process in this case.

4 comments

Dear Julius,

Hope you are doing great today.

Unfortunately, there are no any basic tools in the system to change the order of the statuses or...MoreLess

Show all comments (3)

Hi all,

We have a custom section, which contains a contact field (label = Member): http://prntscr.com/luc7de

In the list view, this contact is clickable (clicking the contact name will redirect user to the contact page itself)

Now we want to make this field not clickable for specific user...MoreLess

Like 0

Like

3 comments

Hello Vincent,



Here is an example how to disable "Account" filed on Contact section.



Best regards,

Alex

define("ContactSectionV2", ["GridUtilitiesV2"...

MoreLess

Show all comments (2)

Hi,

In the overview of a custom section, the contact is shown in the second column. Clicking this contact will redirect to the Contact page. --> http://prntscr.com/lu135p

Now I want to disable this link to the contact. 

I tried this:

prepareResponseCollectionItem: function(item) {

this.callParent(arguments);

item.customStyle = {

"pointerEvents": "none"

};

}

But this disables all links, not only the link to the contact.

Any ideas? 

Thanks!

Like 0

Like

1 comments

Dear Vincent,

Please draw your attention to the addColumnLink() method of the GridUtilities schema. 

You can override this method in the...MoreLess

Show all comments

Hi,

I'm getting an error while trying to accomplish one of the exercises of the first Admin class.

Repro Steps:

1) Create a brand new trial instance in the following URL:

https://www.bpmonline.com/trial?product=en-sales-ent-marketing-service-ent

2) Once the trial is created and you are logged in, g...MoreLess

Like 0

Like

3 comments

Dear Marcos,

Hope you are doing great today. 

The reason for the issue might be connected to the system setting 'Current package'. You...MoreLess

Show all comments (2)

Hello community,

my client is aiming to change the default document storage for attachments on every objects (Accounts, Contacts, Leads, Opportunities, Products, and Invoices) to Azure environment. 

They already have SSO for that Azure environment.

How could we handle this?

Thanks,

Like 0

Like

1 comments

Dear Danilo,

As for now there is no such functionality, unfortunately. As a workaround you may use the following application: https://marketplace...MoreLess

Show all comments

Hi Community,

How can I create an excel file then send this excel file as email attachment using script task.

Like 0

Like

1 comments

Hello Fulgen!



Usually, we recommend to create business process for this purpose. It `s more convenient to develop and maintain it later. T...MoreLess

Show all comments