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