Is it possible to reload data on an edit page without reloading the whole page? Let's say I have a button that calls a back-end method that calculates something and updates one of object's field. I would like to see the new value without having to refresh the page.

Like 0

Like

2 comments

Dear Carlos, 

Thank you for your question.



Since the logic is executed on the back-end, the page has to  be reload for changes t...MoreLess

Show all comments (1)

I have a pre-configured page that is logically connected with an object and I would like to display there a feed just as it appears on its edit page. Is it possible?

Like 0

Like

3 comments

Dear Carlos,

If a page you are displaying contains Feed it will be displayed on pre-configured element. 

Show all comments (2)

Hi Team,

I have added a button to create child custom section record from an opportunity. After saving the child record it is navigating back to Opportunity but I want to Stay back in the child since I have to do other actions in the child. Below is the button code. Please suggest if you have any idea...MoreLess

Like 0

Like

4 comments
Best reply

Tetiana Markova,

Thanks a lot. That worked like a gem.. Thanks Again..

Show all comments (3)

I'm creating a process that reads data and then needs to update a text column on that data by appending some new text to the existing string. I can read the data fine but the script task throws a null reference exception. Here is the simplified version of my script:

var programs = Get("ReadDataUserTask1.ResultEntityCollection");

foreach(var program in programs) {
    program.SetColumnValue("Campaign Flags", "Test");
}

return true;

The programs is null when I run the process.

Like 0

Like

7 comments

Dear Scott,

Try another approach to overcome the issue. Please read the collection of the Read Data in the following way: 

 var...MoreLess

Show all comments (6)

Hi Community,

How can I call/trigger my business process under methods in client code?

Thanks

Like 0

Like

2 comments

This is solved

In order to trigger business process in Client Code, take the following actions:...MoreLess

Show all comments (1)

Hi,

the unsubscribe link is mandatory in bulk emails.

If I don't want to show unsubscribe link in my campaign, what can I do?

If I leave the anchor with macro for unsubscribe, but without description, the unsubscrive link will not be visibile to the user: does it work ?

Like 0

Like

3 comments

Dear Stefano,

There is a law in United States called CAN-SPAM Act and it can be accessed here. Please take a closer look at the 5th rule ...MoreLess

Show all comments (2)

Hi every body! Could someone help me?  How can I find somethind done on bpm'online by someone?  Someone create a printable pdf file from some account data and wasn't done according to the:

1.Registration of a new printable in the [Printables] lookup. At this stage you need to define ...MoreLess

Like 0

Like

3 comments

Hello.

I cannot quite understand your request. As far as I understand you need an example of the implementation. You can find it in the following...MoreLess

Show all comments (2)

Hello Community!

I´m not available to replace the ProductSelectionViewModel. I need add a new column with the Product.Category.

Just following the post in community: https://community.bpmonline.com/questions/adding-product-image-product-selection-page

Any ideas?

Like 0

Like

1 comments

Try set System Setting with code 'Feature-ValidateConfigurationOnChange' disabled

Show all comments

Hi community, good morning.

I have a web-to-lead landing page that shows 2 errors:

1 - When submitting the form, the lead is getting created properly, however I keep getting the following response (detail: Lead registration method is not mapped on third party´s page and even if it is mapped the sam...MoreLess

Like 0

Like

2 comments

Dear Danilo,

1. Typically, such error appears when there is one of the following:

- The field mapped on the landing has the name, whic...MoreLess

Show all comments (1)

Hi;

I create new Section entity by wizard;

The notes field on page doesn't keep the values after save.

Anyone can help

Regards

Tomek

Like 0

Like

1 comments

Dear Tomek,

Can you please specify how did you add this field on a page? And are you referring to attachments and notes detail or you added...MoreLess

Show all comments