Calling a Business process is quite easy in FreedomUI, by adding a button and choosing
Action: Run process.
The problem with this approach is that once the button is clicked, there is no validation happening in the page.
Is there any code snippet or workaround that when clicking a button that runs a business process, prior to the calling of the process a validation(practically a Save) happens?
Ryan if im not mistaken, with the suggested approach , every time the user will click the SAVE button, the overriden crt.SaveRecordRequest will be called?
In the first linked example, you would only be running that `usr.CustomCodeRequest` handler when you click your custom button. If you put the...MoreLess
Hi guys! There is a question. It is necessary to establish rules for the segmentation of the counterparty. If he has more than $10,000 revenue, then assign a segment in the directory with the value A, if the revenue field is less than $1,000, then segment B. How do I do this? In the "event - signal" business process, there is no sign greater than or equal to, only flat or uneven. I didn't find anything that would help me in setting up business rules either. Who can tell you? Version 7.18
I have created a business process that reads in the creation and modification of a project id and project manager,
I then wanted to change the permissions so that only the project manager could delete it, but during the execution of the process the values still remain on true ...MoreLess
Are you sure the remaining access rights for All employees role is not "Deny"? I believe that process element won't technically remove the access...MoreLess
I was able to successfully set the rights for the employees according to the instructions; interestingly enough, the rights edit page does not...MoreLess
I'm trying to calculate 60 days before a date captured by the user to create a reminder. I'm using the Formula in the Business Process but I cannot make it work, I see the following error: Formula value error: Cannot convert type "Int32" to "Entity"
Please advise what could be the problem. There is a business process where the start signal (trigger) is set to launch when the text field "CHErrorNotification" in Opportunity is changed. If I change the field manually, the process starts, BUT if I change it via code, nothing happens—the process...MoreLess
We are trying to find an elegant way of preventing the execution of business processes from create, update and delete elements within other business processes.
Think of it as Outlook's 'Stop processing more rules' flag.
We could set a certain flag and add it to the other processes' signal...MoreLess
I am trying to implement the currency exchange rate business process as outlined in this article. I have done everything according to the instructions, but for some reason when I run the business process it is not updating the exchange rates correctly.
After a lot of trial and error, it appears that...MoreLess
It would be good to add some extra options and tools to Business Processes to better control their behaviour in certain circumstances, for example when they have ended up hanging. These would make using Business Processes a lot more robust to issues without every implementation having to build thei...MoreLess
I'm trying to save a pdf file that i get from a service web, the file comes in a base64 string so i use a script to convert it to a pdf and save it in Creatio, I have this code that works fine for the Accounts section but when i want to save the file in a Custom section, the process send...MoreLess
The SysFile entity doesn't, and won't, have a "ResguardoId" column. It has generic columns so it can work with any entity. Instead of setting...MoreLess